Searched refs:fmodl (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fmod.c | 53 ATF_CHECK(fmodl(2.0, 1.0) == 0); in ATF_TC_BODY() 57 ATF_CHECK(fmodl(2.0, 0.5) == 0); in ATF_TC_BODY() 61 ATF_CHECK(fabsl(fmodl(1.0, 0.1L) - 0.1L) <= 55 * LDBL_EPSILON); in ATF_TC_BODY()
|
/freebsd/lib/msun/i387/ |
H A D | e_fmodl.S | 37 ENTRY(fmodl) 46 END(fmodl)
|
/freebsd/lib/msun/amd64/ |
H A D | e_fmodl.S | 37 ENTRY(fmodl) 46 END(fmodl)
|
/freebsd/lib/msun/ld128/ |
H A D | s_cospil.c | 91 return (fmodl(ai, 2.L) == 0 ? c : -c); in cospil() 107 return (fmodl(ax, 2.L) == 0 ? 1 : -1); in cospil()
|
H A D | s_tanpil.c | 101 odd = fmodl(ai, 2.L) == 0 ? 1 : -1; in tanpil() 120 t = fmodl(ax,2.L) == 0 ? 0 : copysign(0., -1.); in tanpil()
|
H A D | s_sinpil.c | 99 s = fmodl(ai, 2.L) == 0 ? s : -s; in sinpil()
|
/freebsd/lib/msun/src/ |
H A D | e_fmod.c | 133 __weak_reference(fmod, fmodl);
|
H A D | e_fmodl.c | 61 fmodl(long double x, long double y) in fmodl() function
|
H A D | math.h | 467 long double fmodl(long double, long double);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 209 fmodl;
|
H A D | Makefile | 232 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 112 HANDLE_LIBCALL(REM_F80, "fmodl") 113 HANDLE_LIBCALL(REM_F128, "fmodl") 114 HANDLE_LIBCALL(REM_PPCF128, "fmodl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 205 using ::fmodl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 91 long double fmodl(long double x, long double y); 506 using ::fmodl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 206 using std::fmodl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1360 /// long double fmodl(long double x, long double y); 1361 TLI_DEFINE_ENUM_INTERNAL(fmodl) 1362 TLI_DEFINE_STRING_INTERNAL("fmodl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 480 SYMBOL(fmodl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1304 SYMBOL(fmodl, std::, <cmath>) 1305 SYMBOL(fmodl, None, <cmath>) 1306 SYMBOL(fmodl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1754 fun:fmodl=uninstrumented
|