Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/hexagon/
H A Dfmax_opt.S22 FUNCTION_BEGIN fmaxf
27 FUNCTION_END fmaxf
/freebsd-12.1/lib/msun/tests/
H A Dfmaxmin_test.c73 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 Ds_fmaxf.c37 fmaxf(float x, float y) in fmaxf() function
H A Dmath.h403 float fmaxf(float, float) __pure2;
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
/freebsd-12.1/lib/msun/
H A DSymbol.map107 fmaxf;
H A DMakefile192 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
/freebsd-12.1/contrib/libc++/include/
H A Dcmath201 float fmaxf(float x, float y);
415 using ::fmaxf;
H A Dmath.h1217 … 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.h426 using ::fmaxf;
H A Dtgmath.h767 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
H A D__clang_cuda_device_functions.h1549 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dcmath77 #undef fmaxf
208 using ::fmaxf;
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def706 /// 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 DRuntimeLibcalls.def253 HANDLE_LIBCALL(FMAX_F32, "fmaxf")
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.def247 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 DBuiltins.def1157 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m41171 fmaxf(0.0f, 0.0f);
H A Dconfigure31003 fmaxf(0.0f, 0.0f);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1741 fun:fmaxf=uninstrumented
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi5510 @findex fmaxf
5795 @code{fmaf}, @code{fmal}, @code{fmaxf}, @code{fmaxl}, @code{fmax},