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

/netbsd-current/tests/lib/libm/
H A Dt_next.c154 * numbers. Verify nextafterf and nexttowardf follow exactly this
163 CHECK(i, nextafterf, x[i], x[i], x[i]);
165 CHECK(i, nextafterf, -x[i], -x[i], -x[i]);
177 CHECK(i, nextafterf, x[i], x[i + 1], x[i + 1]);
179 CHECK(i, nextafterf, x[i], x[n - 1], x[i + 1]);
181 CHECK(i, nextafterf, x[i], INFINITY, x[i + 1]);
184 CHECK(i, nextafterf, -x[i], -x[i + 1], -x[i + 1]);
186 CHECK(i, nextafterf, -x[i], -x[n - 1], -x[i + 1]);
188 CHECK(i, nextafterf, -x[i], -INFINITY, -x[i + 1]);
200 CHECK(i, nextafterf,
[all...]
/netbsd-current/lib/libm/src/
H A Ds_nextafterf.c25 nextafterf(float x, float y) function
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dc99_protos.h201 extern float nextafterf(float, float);
H A Dconfigure21149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterf" >&5
21150 $as_echo_n "checking for nextafterf... " >&6; }
21167 int (*ptr)() = (int (*)())nextafterf;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dc99_protos.h201 extern float nextafterf(float, float);
H A Dconfigure21325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterf" >&5
21326 $as_echo_n "checking for nextafterf... " >&6; }
21343 int (*ptr)() = (int (*)())nextafterf;
/netbsd-current/include/
H A Dmath.h468 float nextafterf(float, float);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h203 __DEVICE__ float nextafterf(float __a, float __b) { function
H A D__clang_cuda_cmath.h483 using ::nextafterf;
H A Dtgmath.h1044 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);}
H A D__clang_hip_cmath.h710 using ::nextafterf;
H A D__clang_hip_math.h368 float nextafterf(float __x, float __y) { function
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d2028 float nextafterf(float x, float y);
2429 float nextafterf(float x, float y);
2886 float nextafterf(float x, float y);
3159 float nextafterf(float x, float y);
3467 float nextafterf(float x, float y);
3923 float nextafterf(float x, float y);
4326 float nextafterf(float x, float y);
4733 float nextafterf(float x, float y);
H A Dtgmath.d469 alias core.stdc.math.nextafterf nextafter;
959 alias core.stdc.math.nextafterf nextafter;
1476 alias core.stdc.math.nextafterf nextafter;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c508 /* This is a portable implementation of nextafterf that is intended to be
511 float nextafterf (float x, float y);
514 nextafterf (float x, float y) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c508 /* This is a portable implementation of nextafterf that is intended to be
511 float nextafterf (float x, float y);
514 nextafterf (float x, float y) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h709 {"nextafterf", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h709 {"nextafterf", 99},
/netbsd-current/lib/libm/
H A DMakefile529 MLINKS+=nextafter.3 nextafterf.3 \
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h253 float nextafterf(float x, float y);
1513 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::nextafterf(__lcpp_x, __lcpp_y);}
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure20027 nextafterf(0.0f, 0.0f);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure20099 nextafterf(0.0f, 0.0f);
[all...]

Completed in 614 milliseconds