Searched defs:fmod (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/netbsd-tests/lib/libm/ |
| HD | t_fmod.c | 37 ATF_TC_HEAD(fmod, tc) in ATF_TC_HEAD() argument 42 ATF_TC_BODY(fmod, tc) in ATF_TC_BODY() argument
|
| /NextBSD/contrib/groff/src/libs/libgroff/ |
| HD | fmod.c | 22 double fmod(x, y) in fmod() function
|
| /NextBSD/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 264 fmod(float __x, float __y) in fmod() function 268 fmod(long double __x, long double __y) in fmod() function
|
| /NextBSD/include/ |
| HD | tgmath.h | 176 #define fmod(x, y) __tg_simple2(x, y, fmod) macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
|