Home
last modified time | relevance | path

Searched refs:fminf (Results 1 – 13 of 13) sorted by relevance

/trueos/tools/regression/lib/msun/
HDtest-fmaxmin.c79 TEST(fminf, float, big, small, expected_min); in testall_r()
80 TEST(fminf, float, small, big, expected_min); in testall_r()
/trueos/lib/msun/src/
HDs_fminf.c35 fminf(float x, float y) in fminf() function
HDmath.h408 float fminf(float, float) __pure2;
/trueos/lib/msun/
HDSymbol.map110 fminf;
HDMakefile181 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
/trueos/contrib/libstdc++/include/tr1/
Dcmath80 #undef fminf
212 using ::fminf;
/trueos/contrib/libc++/include/
Dcmath205 float fminf(float x, float y);
1262 using ::fminf;
1264 … fmin(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return fminf(__lcpp_x, __lcpp_y…
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} in __tg_fmin()
/trueos/contrib/gcc/
HDbuiltins.def250 DEF_C99_BUILTIN (BUILT_IN_FMINF, "fminf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LIST)
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def941 LIBBUILTIN(fminf, "fff", "fnc", "math.h", ALL_LANGUAGES)
/trueos/contrib/libstdc++/
Dacinclude.m41174 fminf(0.0f, 0.0f);
Dconfigure31006 fminf(0.0f, 0.0f);
/trueos/contrib/gcc/doc/
HDextend.texi5513 @findex fminf
5796 @code{fma}, @code{fminf}, @code{fminl}, @code{fmin}, @code{hypotf},