Home
last modified time | relevance | path

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

/openbsd/regress/lib/libm/msun/
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()
/openbsd/lib/libm/src/
H A Ds_fmaxf.c31 fmaxf(float x, float y) in fmaxf() function
/openbsd/lib/libm/
H A DSymbols.map157 fmaxf;
/openbsd/lib/libm/hidden/
H A Dmath.h91 PROTO_STD_DEPRECATED(fmaxf);
/openbsd/include/
H A Dmath.h350 float fmaxf(float, float);
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_math.h250 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.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()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath77 #undef fmaxf
208 using ::fmaxf;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath200 float fmaxf(float x, float y);
435 using ::fmaxf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h757 float fmaxf(float __x, float __y);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def257 HANDLE_LIBCALL(FMAX_F32, "fmaxf")
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1260 /// float fmaxf(float x, float y);
1261 TLI_DEFINE_ENUM_INTERNAL(fmaxf)
1262 TLI_DEFINE_STRING_INTERNAL("fmaxf")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def247 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 DCSymbolMap.inc473 SYMBOL(fmaxf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1333 LIBBUILTIN(fmaxf, "fff", "fnc", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1741 fun:fmaxf=uninstrumented
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2720 libc/src/math/fmaxf.h
2822 libc/src/math/generic/fmaxf.cpp
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5398 @findex fmaxf
5683 @code{fmaf}, @code{fmal}, @code{fmaxf}, @code{fmaxl}, @code{fmax},
H A Dgcc.info20352 `fmal', `fmaxf', `fmaxl', `fmax', `fma', `fminf', `fminl', `fmin',