Searched refs:fminl (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | fmaxmin_test.c | 72 TEST(fminl, long double, big, small, expected_min, rmode); in testall_r() 73 TEST(fminl, long double, small, big, expected_min, rmode); in testall_r()
|
/freebsd/lib/msun/src/ |
H A D | s_fminl.c | 34 fminl(long double x, long double y) in fminl() function
|
H A D | s_fmin.c | 64 __weak_reference(fmin, fminl);
|
H A D | math.h | 466 long double fminl(long double, long double) __pure2;
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 109 fminl;
|
H A D | Makefile | 231 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 294 HANDLE_LIBCALL(FMIN_F80, "fminl") 295 HANDLE_LIBCALL(FMIN_F128, "fminl") 296 HANDLE_LIBCALL(FMIN_PPCF128, "fminl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 241 using ::fminl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 205 long double fminl(long double x, long double y); 533 using ::fminl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 242 using std::fminl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 777 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} in __tg_fmin()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1345 /// long double fminl(long double x, long double y); 1346 TLI_DEFINE_ENUM_INTERNAL(fminl) 1347 TLI_DEFINE_STRING_INTERNAL("fminl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 477 SYMBOL(fminl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1295 SYMBOL(fminl, std::, <cmath>) 1296 SYMBOL(fminl, None, <cmath>) 1297 SYMBOL(fminl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1751 fun:fminl=uninstrumented
|