Home
last modified time | relevance | path

Searched refs:nextafterf (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/msun/tests/
H A Dnext_test.c118 stest(nextafterf, 0x1p-149f, f); in ATF_TC_BODY()
241 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over); in ATF_TC_BODY()
242 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0); in ATF_TC_BODY()
H A Dfmaxmin_test.c104 testall(42.0, nextafterf(42.0, -INFINITY)); in ATF_TC_BODY()
109 testall(nextafterf(42.0, INFINITY), 42.0); in ATF_TC_BODY()
H A Dfmaximum_fminimum_test.c189 testall(42.0, nextafterf(42.0, -INFINITY)); in ATF_TC_BODY()
194 testall(nextafterf(42.0, INFINITY), 42.0); in ATF_TC_BODY()
H A Dctrig_test.c331 debug("%a\n", nextafterf(tanhf(nums[i]), INFINITY)); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_nextafterf.c20 nextafterf(float x, float y) in nextafterf() function
H A Dmath.h398 float nextafterf(float, float);
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/
H A DNSanUnitTest.cpp54 TEST(NSanTest, Float) { TestFT<float, nextafterf>(); } in TEST()
/freebsd/lib/msun/
H A DSymbol.map146 nextafterf;
H A DMakefile277 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc224 using ::nextafterf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath268 float nextafterf(float x, float y);
475 using ::nextafterf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath268 float nextafterf(float x, float y);
479 using ::nextafterf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h483 using ::nextafterf;
H A D__clang_cuda_math.h209 __DEVICE__ float nextafterf(float __a, float __b) { in nextafterf() function
H A D__clang_hip_cmath.h776 using ::nextafterf;
H A Dtgmath.h1044 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);} in __tg_nextafter()
H A D__clang_hip_math.h548 float nextafterf(float __x, float __y) {
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc225 using std::nextafterf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c556 #define nextafter_f nextafterf
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt126 fun:nextafterf=functional
H A Dlibc_ubuntu1404_abilist.txt2349 fun:nextafterf=uninstrumented
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVecFuncs.def968 TLI_DEFINE_VECFUNC("nextafterf", "_ZGVnN4vv_nextafterf", FIXED(4), "_ZGV_LLVM_N4vv")
1118 TLI_DEFINE_VECFUNC("nextafterf", "_ZGVsMxvv_nextafterf", SCALABLE(4), MASKED, "_ZGVsMxvv")
1285 TLI_DEFINE_VECFUNC("nextafterf", "Sleef_nextafterfx_rvvm2", SCALABLE(4), NOMASK, "_ZGVrNxvv")
1552 TLI_DEFINE_VECFUNC("nextafterf", "armpl_vnextafterq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4vv", Calli…
1554 TLI_DEFINE_VECFUNC("nextafterf", "armpl_svnextafter_f32_x", SCALABLE(4), MASKED, "_ZGVsMxvv", NOCC)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc669 SYMBOL(nextafterf, None, <math.h>)
H A DStdSymbolMap.inc2288 SYMBOL(nextafterf, std::, <cmath>)
2289 SYMBOL(nextafterf, None, <cmath>)
2290 SYMBOL(nextafterf, None, <math.h>)

12