Searched refs:remainderl (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/msun/i387/ |
H A D | e_remainderl.S | 37 ENTRY(remainderl) 46 END(remainderl)
|
/freebsd/lib/msun/amd64/ |
H A D | e_remainderl.S | 37 ENTRY(remainderl) 46 END(remainderl)
|
/freebsd/lib/msun/src/ |
H A D | e_remainderl.c | 32 remainderl(long double x, long double y) in remainderl() function
|
H A D | e_remainder.c | 74 __weak_reference(remainder, remainderl);
|
H A D | math.h | 490 long double remainderl(long double, long double);
|
/freebsd/lib/msun/tests/ |
H A D | rem_test.c | 124 ATF_CHECK(isnan(remainderl(x, y))); in test_invalid() 145 rem = remainderl(x, y); in testl()
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 208 remainderl;
|
H A D | Makefile | 256 MLINKS+=remainder.3 remainderf.3 remainder.3 remainderl.3 \
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 209 using ::remainderl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 277 long double remainderl(long double x, long double y); 548 using ::remainderl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 210 using std::remainderl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1087 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1951 /// long double remainderl(long double x, long double y); 1952 TLI_DEFINE_ENUM_INTERNAL(remainderl) 1953 TLI_DEFINE_STRING_INTERNAL("remainderl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 701 SYMBOL(remainderl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2467 SYMBOL(remainderl, std::, <cmath>) 2468 SYMBOL(remainderl, None, <cmath>) 2469 SYMBOL(remainderl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2744 fun:remainderl=uninstrumented
|