Home
last modified time | relevance | path

Searched refs:fmaxf (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/lib/msun/src/
H A Ds_fmaxf.c38 fmaxf(float x, float y) in fmaxf() function
44 fmaxf(float x, float y) in fmaxf() function
H A Dmath.h408 float fmaxf(float, float) __pure2;
/freebsd-13.1/lib/msun/tests/
H A Dfmaxmin_test.c64 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r()
65 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r()
/freebsd-13.1/lib/msun/
H A DSymbol.map107 fmaxf;
H A DMakefile223 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h253 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); }
1296 float max(float __x, float __y) { return fmaxf(__x, __y); }
H A D__clang_cuda_cmath.h464 using ::fmaxf;
H A D__clang_cuda_math.h132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function
H A D__clang_hip_cmath.h751 using ::fmaxf;
H A Dtgmath.h751 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcmath200 float fmaxf(float x, float y);
420 using ::fmaxf _LIBCPP_USING_IF_EXISTS;
H A Dmath.h1302 … fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmaxf(__lcpp_x, __lcpp_y… in fmax()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def790 /// float fmaxf(float x, float y);
791 TLI_DEFINE_ENUM_INTERNAL(fmaxf)
792 TLI_DEFINE_STRING_INTERNAL("fmaxf")
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def257 HANDLE_LIBCALL(FMAX_F32, "fmaxf")
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1287 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1741 fun:fmaxf=uninstrumented