Searched refs:fmaxl (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | fmaxmin_test.c | 66 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r()
|
/freebsd/lib/msun/src/ |
H A D | s_fmaxl.c | 34 fmaxl(long double x, long double y) in fmaxl() function
|
H A D | s_fmax.c | 64 __weak_reference(fmax, fmaxl);
|
H A D | math.h | 465 long double fmaxl(long double, long double) __pure2;
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 106 fmaxl;
|
H A D | Makefile | 230 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 299 HANDLE_LIBCALL(FMAX_F80, "fmaxl") 300 HANDLE_LIBCALL(FMAX_F128, "fmaxl") 301 HANDLE_LIBCALL(FMAX_PPCF128, "fmaxl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 237 using ::fmaxl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 201 long double fmaxl(long double x, long double y); 532 using ::fmaxl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 238 using std::fmaxl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 759 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} in __tg_fmax()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1330 /// long double fmaxl(long double x, long double y); 1331 TLI_DEFINE_ENUM_INTERNAL(fmaxl) 1332 TLI_DEFINE_STRING_INTERNAL("fmaxl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 474 SYMBOL(fmaxl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1286 SYMBOL(fmaxl, std::, <cmath>) 1287 SYMBOL(fmaxl, None, <cmath>) 1288 SYMBOL(fmaxl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1747 fun:fmaxl=uninstrumented
|