Searched refs:fminf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/lib/msun/src/
H A Ds_fminf.c35 fminf(float x, float y) function
H A Dmath.h408 float fminf(float, float) __pure2;
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c79 TEST(fminf, float, big, small, expected_min);
80 TEST(fminf, float, small, big, expected_min);
90 * Test all the functions: fmaxf, fmax, fmaxl, fminf, fmin, and fminl,
/freebsd-10.2-release/lib/msun/
H A DMakefile182 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure31006 fminf(0.0f, 0.0f);
[all...]

Completed in 111 milliseconds