| /freebsd/lib/msun/tests/ |
| H A D | next_test.c | 118 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 D | fmaxmin_test.c | 104 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 D | fmaximum_fminimum_test.c | 189 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 D | ctrig_test.c | 331 debug("%a\n", nextafterf(tanhf(nums[i]), INFINITY)); in ATF_TC_BODY()
|
| /freebsd/lib/msun/src/ |
| H A D | s_nextafterf.c | 20 nextafterf(float x, float y) in nextafterf() function
|
| H A D | math.h | 398 float nextafterf(float, float);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/ |
| H A D | NSanUnitTest.cpp | 54 TEST(NSanTest, Float) { TestFT<float, nextafterf>(); } in TEST()
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 146 nextafterf;
|
| H A D | Makefile | 277 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 224 using ::nextafterf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 268 float nextafterf(float x, float y); 475 using ::nextafterf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 268 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.h | 483 using ::nextafterf;
|
| H A D | __clang_cuda_math.h | 209 __DEVICE__ float nextafterf(float __a, float __b) { in nextafterf() function
|
| H A D | __clang_hip_cmath.h | 776 using ::nextafterf;
|
| H A D | tgmath.h | 1044 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);} in __tg_nextafter()
|
| H A D | __clang_hip_math.h | 548 float nextafterf(float __x, float __y) {
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 225 using std::nextafterf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | ulp.c | 556 #define nextafter_f nextafterf
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 126 fun:nextafterf=functional
|
| H A D | libc_ubuntu1404_abilist.txt | 2349 fun:nextafterf=uninstrumented
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | VecFuncs.def | 968 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 D | CSymbolMap.inc | 669 SYMBOL(nextafterf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 2288 SYMBOL(nextafterf, std::, <cmath>) 2289 SYMBOL(nextafterf, None, <cmath>) 2290 SYMBOL(nextafterf, None, <math.h>)
|