Searched refs:fmodf (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/contrib/netbsd-tests/lib/libm/ |
| H A D | t_fmod.c | 51 ATF_CHECK(fmodf(2.0, 1.0) == 0); in ATF_TC_BODY() 55 ATF_CHECK(fmodf(2.0, 0.5) == 0); in ATF_TC_BODY() 59 ATF_CHECK(fabsf(fmodf(1.0, 0.1) - 0.1f) <= 55 * FLT_EPSILON); in ATF_TC_BODY()
|
| /freebsd-13.1/lib/msun/i387/ |
| H A D | e_fmodf.S | 9 ENTRY(fmodf) 18 END(fmodf)
|
| /freebsd-13.1/lib/msun/amd64/ |
| H A D | e_fmodf.S | 9 ENTRY(fmodf) 22 END(fmodf)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | explicit_symbols.inc | 84 INLINE_DEF_FLOAT_SYMBOL(fmodf, 2)
|
| /freebsd-13.1/lib/msun/ |
| H A D | Symbol.map | 24 fmodf;
|
| H A D | Makefile | 225 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
|
| /freebsd-13.1/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() 466 using ::fmodf;
|
| H A D | __clang_cuda_math.h | 136 __DEVICE__ float fmodf(float __a, float __b) { return __nv_fmodf(__a, __b); } in fmodf() function
|
| H A D | __clang_hip_cmath.h | 753 using ::fmodf;
|
| H A D | tgmath.h | 787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
|
| H A D | __clang_hip_math.h | 259 float fmodf(float __x, float __y) { return __ocml_fmod_f32(__x, __y); }
|
| /freebsd-13.1/lib/msun/src/ |
| H A D | math.h | 377 float fmodf(float, float);
|
| H A D | math_private.h | 867 #define __ieee754_fmodf fmodf
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 90 float fmodf(float x, float y); 364 using ::fmodf _LIBCPP_USING_IF_EXISTS;
|
| H A D | math.h | 923 … fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y… in fmod()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 808 /// float fmodf(float x, float y); 809 TLI_DEFINE_ENUM_INTERNAL(fmodf) 810 TLI_DEFINE_STRING_INTERNAL("fmodf")
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 110 HANDLE_LIBCALL(REM_F32, "fmodf")
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1191 LIBBUILTIN(fmodf, "fff", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1748 fun:fmodf=uninstrumented
|