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

/freebsd-10.2-release/lib/msun/src/
H A Ds_fminl.c35 fminl(long double x, long double y) function
H A Dmath.h466 long double fminl(long double, long double) __pure2;
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c83 TEST(fminl, long double, big, small, expected_min);
84 TEST(fminl, long double, 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.h784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure31007 fminl(0.0l, 0.0l);
[all...]

Completed in 227 milliseconds