| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/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 __promote_t<_A1, _A2> 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/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_intrinsics.h | 280 T> fmod(T X, T Y) { in fmod() function 287 fmod(T X, T Y) { in fmod() function 293 const inline __detail::HLSL_FIXED_VECTOR<half, N> fmod( in fmod() function 301 fmod(__detail::HLSL_FIXED_VECTOR<float, N> X, 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 | __clang_cuda_math.h | 139 __DEVICE__ double fmod(double __a, double __b) { return __nv_fmod(__a, __b); } 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
|