HomeSort by: relevance | last modified time | path
    Searched refs:nextafterf (Results 1 - 23 of 23) sorted by relevancy

  /src/tests/lib/libm/
t_next.c 154 * 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, x[i], x[i - 1], x[i - 1])
    [all...]
  /src/lib/libm/src/
s_nextafterf.c 25 nextafterf(float x, float y) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
cmath 63 return ::nextafterf(__x, __y);
  /src/include/
math.h 468 float nextafterf(float, float);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 201 extern float nextafterf(float, float);
configure 21490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterf" >&5
21491 $as_echo_n "checking for nextafterf... " >&6; }
21508 int (*ptr)() = (int (*)())nextafterf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 201 extern float nextafterf(float, float);
configure 21325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterf" >&5
21326 $as_echo_n "checking for nextafterf... " >&6; }
21343 int (*ptr)() = (int (*)())nextafterf;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 483 using ::nextafterf;
__clang_cuda_math.h 203 __DEVICE__ float nextafterf(float __a, float __b) { function
__clang_hip_cmath.h 710 using ::nextafterf;
tgmath.h 1044 __tg_nextafter(float __x, float __y) {return nextafterf(__x, __y);}
__clang_hip_math.h 368 float nextafterf(float __x, float __y) { function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2028 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);
tgmath.d 469 alias core.stdc.math.nextafterf nextafter;
959 alias core.stdc.math.nextafterf nextafter;
1476 alias core.stdc.math.nextafterf nextafter;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 508 /* 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
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 508 /* 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
  /src/lib/libm/
Makefile 530 MLINKS+=nextafter.3 nextafterf.3 \
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 709 {"nextafterf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 709 {"nextafterf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 253 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);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18594 nextafterf(0.0f, 0.0f);
20927 nextafterf(0.0f, 0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20099 nextafterf(0.0f, 0.0f);
    [all...]

Completed in 105 milliseconds