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

/freebsd-11.0-release/lib/msun/src/
H A Ds_nexttowardf.c24 nexttowardf(float x, long double y) function
H A Dmath.h483 float nexttowardf(float, long double);
/freebsd-11.0-release/lib/msun/tests/
H A Dnext_test.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-11.0-release/lib/msun/
H A DMakefile208 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
/freebsd-11.0-release/tools/regression/include/tgmath/
H A Dtgmath.c140 float (nexttowardf)(float x, long double y) { n_float++; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1069 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h258 float nexttowardf(float x, long double y);
1302 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEXCEPT {return nexttowardf(__lcpp_x, __lcpp_y);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31048 nexttowardf(0.0f, 0.0f);
[all...]

Completed in 215 milliseconds