Home
last modified time | relevance | path

Searched defs:fmod (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dmodulo.h28 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 Dt_fmod.c39 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 De_fmod.c27 fmod(double x, double y) in fmod() function
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_pwr8.c40 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.h55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
H A Dtgmath.h798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd/include/
H A Dtgmath.h176 #define fmod(x, y) __tg_simple2(x, y, fmod) macro