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

/freebsd-10.2-release/lib/msun/src/
H A Ds_fmaxl.c35 fmaxl(long double x, long double y) function
H A Dmath.h465 long double fmaxl(long double, long double) __pure2;
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c77 TEST(fmaxl, long double, big, small, expected_max);
78 TEST(fmaxl, long double, 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.h766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure31004 fmaxl(0.0l, 0.0l);
[all...]

Completed in 131 milliseconds