/openbsd/regress/lib/libm/msun/ |
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()
|
/openbsd/lib/libm/src/ |
H A D | s_fmaxf.c | 31 fmaxf(float x, float y) in fmaxf() function
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 157 fmaxf;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 91 PROTO_STD_DEPRECATED(fmaxf);
|
/openbsd/include/ |
H A D | math.h | 350 float fmaxf(float, float);
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_math.h | 250 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); } 1293 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()
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 77 #undef fmaxf 208 using ::fmaxf;
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 200 float fmaxf(float x, float y); 435 using ::fmaxf _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 757 float fmaxf(float __x, float __y);
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 257 HANDLE_LIBCALL(FMAX_F32, "fmaxf")
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1260 /// float fmaxf(float x, float y); 1261 TLI_DEFINE_ENUM_INTERNAL(fmaxf) 1262 TLI_DEFINE_STRING_INTERNAL("fmaxf")
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 247 DEF_C99_BUILTIN (BUILT_IN_FMAXF, "fmaxf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LIST)
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 473 SYMBOL(fmaxf, None, <math.h>)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1333 LIBBUILTIN(fmaxf, "fff", "fnc", MATH_H, ALL_LANGUAGES)
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1741 fun:fmaxf=uninstrumented
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 2720 libc/src/math/fmaxf.h 2822 libc/src/math/generic/fmaxf.cpp
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5398 @findex fmaxf 5683 @code{fmaf}, @code{fmal}, @code{fmaxf}, @code{fmaxl}, @code{fmax},
|
H A D | gcc.info | 20352 `fmal', `fmaxf', `fmaxl', `fmax', `fma', `fminf', `fminl', `fmin',
|