Searched refs:nexttowardf (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/lib/msun/src/
H A Ds_nexttowardf.c24 nexttowardf(float x, long double y) function
H A Dmath.h487 float nexttowardf(float, long double);
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-next.c120 stest(nexttowardf, 0x1p-149f, f);
158 testf(nexttowardf(1.0, 1.0 + ldbl_eps), 1.0 + FLT_EPSILON, 0);
220 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over);
221 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0);
/freebsd-10.2-release/lib/msun/
H A DMakefile205 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
/freebsd-10.2-release/tools/regression/include/tgmath/
H A Dtgmath.c140 float (nexttowardf)(float x, long double y) { n_float++; }
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1069 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure31048 nexttowardf(0.0f, 0.0f);
[all...]

Completed in 115 milliseconds