Searched refs:fmaxf (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/lib/msun/src/ |
| H A D | s_fmaxf.c | 38 fmaxf(float x, float y) in fmaxf() function 44 fmaxf(float x, float y) in fmaxf() function
|
| H A D | math.h | 408 float fmaxf(float, float) __pure2;
|
| /freebsd-13.1/lib/msun/tests/ |
| H A D | fmaxmin_test.c | 64 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 D | Symbol.map | 107 fmaxf;
|
| H A D | Makefile | 223 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_hip_math.h | 253 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.h | 464 using ::fmaxf;
|
| H A D | __clang_cuda_math.h | 132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function
|
| H A D | __clang_hip_cmath.h | 751 using ::fmaxf;
|
| H A D | tgmath.h | 751 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 200 float fmaxf(float x, float y); 420 using ::fmaxf _LIBCPP_USING_IF_EXISTS;
|
| H A D | math.h | 1302 … 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 D | TargetLibraryInfo.def | 790 /// 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 D | RuntimeLibcalls.def | 257 HANDLE_LIBCALL(FMAX_F32, "fmaxf")
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1287 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1741 fun:fmaxf=uninstrumented
|