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

/freebsd-10.2-release/lib/msun/src/
H A Ds_fmaxf.c35 fmaxf(float x, float y) function
H A Dmath.h407 float fmaxf(float, float) __pure2;
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c73 TEST(fmaxf, float, big, small, expected_max);
74 TEST(fmaxf, float, small, big, expected_max);
90 * Test all the functions: fmaxf, fmax, fmaxl, fminf, fmin, and fminl,
/freebsd-10.2-release/lib/msun/
H A DMakefile181 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure31003 fmaxf(0.0f, 0.0f);
[all...]

Completed in 102 milliseconds