Home
last modified time | relevance | path

Searched refs:fmodl (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fmod.c53 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 De_fmodl.S37 ENTRY(fmodl)
46 END(fmodl)
/freebsd/lib/msun/amd64/
H A De_fmodl.S37 ENTRY(fmodl)
46 END(fmodl)
/freebsd/lib/msun/ld128/
H A Ds_cospil.c91 return (fmodl(ai, 2.L) == 0 ? c : -c); in cospil()
107 return (fmodl(ax, 2.L) == 0 ? 1 : -1); in cospil()
H A Ds_tanpil.c101 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 Ds_sinpil.c99 s = fmodl(ai, 2.L) == 0 ? s : -s; in sinpil()
/freebsd/lib/msun/src/
H A De_fmod.c133 __weak_reference(fmod, fmodl);
H A De_fmodl.c61 fmodl(long double x, long double y) in fmodl() function
H A Dmath.h467 long double fmodl(long double, long double);
/freebsd/lib/msun/
H A DSymbol.map209 fmodl;
H A DMakefile232 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def112 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 Dcmath.inc205 using ::fmodl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath91 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 Dcmath.cppm
H A Dcmath.inc206 using std::fmodl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h795 __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 DTargetLibraryInfo.def1360 /// 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 DCSymbolMap.inc480 SYMBOL(fmodl, None, <math.h>)
H A DStdSymbolMap.inc1304 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 Dlibc_ubuntu1404_abilist.txt1754 fun:fmodl=uninstrumented