| /freebsd-12.1/contrib/compiler-rt/lib/builtins/hexagon/ |
| H A D | fmax_opt.S | 22 FUNCTION_BEGIN fmaxf 27 FUNCTION_END fmaxf
|
| /freebsd-12.1/lib/msun/tests/ |
| H A D | fmaxmin_test.c | 73 TEST(fmaxf, float, big, small, expected_max); in testall_r() 74 TEST(fmaxf, float, small, big, expected_max); in testall_r()
|
| /freebsd-12.1/lib/msun/src/ |
| H A D | s_fmaxf.c | 37 fmaxf(float x, float y) in fmaxf() function
|
| H A D | math.h | 403 float fmaxf(float, float) __pure2;
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | explicit_symbols.inc | 97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
|
| /freebsd-12.1/lib/msun/ |
| H A D | Symbol.map | 107 fmaxf;
|
| H A D | Makefile | 192 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cmath | 201 float fmaxf(float x, float y); 415 using ::fmaxf;
|
| H A D | math.h | 1217 … fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmaxf(__lcpp_x, __lcpp_y… in fmax()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 426 using ::fmaxf;
|
| H A D | tgmath.h | 767 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
|
| H A D | __clang_cuda_device_functions.h | 1549 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | cmath | 77 #undef fmaxf 208 using ::fmaxf;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 706 /// float fmaxf(float x, float y); 707 TLI_DEFINE_ENUM_INTERNAL(fmaxf) 708 TLI_DEFINE_STRING_INTERNAL("fmaxf")
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 253 HANDLE_LIBCALL(FMAX_F32, "fmaxf")
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | builtins.def | 247 DEF_C99_BUILTIN (BUILT_IN_FMAXF, "fmaxf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LIST)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1157 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | acinclude.m4 | 1171 fmaxf(0.0f, 0.0f);
|
| H A D | configure | 31003 fmaxf(0.0f, 0.0f);
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1741 fun:fmaxf=uninstrumented
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 5510 @findex fmaxf 5795 @code{fmaf}, @code{fmal}, @code{fmaxf}, @code{fmaxl}, @code{fmax},
|