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

/freebsd-11-stable/lib/msun/src/
H A Ds_nexttowardf.c24 nexttowardf(float x, long double y) function
H A Dmath.h488 float nexttowardf(float, long double);
/freebsd-11-stable/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-stable/tools/regression/include/tgmath/
H A Dtgmath.c140 float (nexttowardf)(float x, long double y) { n_float++; }
/freebsd-11-stable/lib/msun/
H A DMakefile235 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1062 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h257 float nexttowardf(float x, long double y);
1450 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttowardf(__lcpp_x, __lcpp_y);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31048 nexttowardf(0.0f, 0.0f);
[all...]

Completed in 285 milliseconds