Searched refs:nextafterf (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_nextafterf.c23 nextafterf(float x, float y) function
H A Dmath.h398 float nextafterf(float, float);
/freebsd-11-stable/lib/msun/tests/
H A Dfmaxmin_test.c131 testall(2, 42.0, nextafterf(42.0, -INFINITY));
132 testall(3, nextafterf(42.0, INFINITY), 42.0);
H A Dnext_test.c117 stest(nextafterf, 0x1p-149f, f);
218 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over);
219 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0);
H A Dctrig_test.c337 printf("%a\n", nextafterf(tanhf(nums[i]), INFINITY));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h454 using ::nextafterf;
H A Dtgmath.h1044 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);}
H A D__clang_cuda_device_functions.h1647 __DEVICE__ float nextafterf(float __a, float __b) { function
/freebsd-11-stable/lib/msun/
H A DMakefile234 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h253 float nextafterf(float x, float y);
1429 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::nextafterf(__lcpp_x, __lcpp_y);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31045 nextafterf(0.0f, 0.0f);
[all...]

Completed in 176 milliseconds