Searched defs:fmod (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | modulo.h | 28 inline _LIBCPP_HIDE_FROM_ABI float fmod(float __x, float __y) _NOEXCEPT { return __builtin_fmodf(__… in fmod() function 31 _LIBCPP_HIDE_FROM_ABI double fmod(double __x, double __y) _NOEXCEPT { in fmod() function 35 inline _LIBCPP_HIDE_FROM_ABI long double fmod(long double __x, long double __y) _NOEXCEPT { in fmod() function 40 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmod(_A1 __x, _A2 __y) _NOEXCEPT { in fmod() function
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fmod.c | 39 ATF_TC_HEAD(fmod, tc) in ATF_TC_HEAD() argument 44 ATF_TC_BODY(fmod, tc) in ATF_TC_BODY() argument
|
/freebsd/lib/msun/src/ |
H A D | e_fmod.c | 27 fmod(double x, double y) in fmod() function
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_pwr8.c | 40 static const uint32_t fmod[] = { 0x11B, 0x11B, 0x11B, 0x11B }; in key_schedule_128() local
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
|
H A D | tgmath.h | 798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd/include/ |
H A D | tgmath.h | 176 #define fmod(x, y) __tg_simple2(x, y, fmod) macro
|