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

  /src/tests/lib/libm/
t_next.c 154 * numbers. Verify nextafterf and nexttowardf follow exactly this
164 CHECK(i, nexttowardf, x[i], x[i], x[i]);
166 CHECK(i, nexttowardf, -x[i], -x[i], -x[i]);
173 CHECK(i, nexttowardf, x[i], x[i]*(1 + LDBL_EPSILON),
178 CHECK(i, nexttowardf, x[i], x[i + 1], x[i + 1]);
180 CHECK(i, nexttowardf, x[i], x[n - 1], x[i + 1]);
182 CHECK(i, nexttowardf, x[i], INFINITY, x[i + 1]);
185 CHECK(i, nexttowardf, -x[i], -x[i + 1], -x[i + 1]);
187 CHECK(i, nexttowardf, -x[i], -x[n - 1], -x[i + 1]);
189 CHECK(i, nexttowardf, -x[i], -INFINITY, -x[i + 1])
    [all...]
  /src/lib/libm/src/
s_nexttowardf.c 54 nexttowardf(float x, long double y) function
  /src/include/
math.h 469 float nexttowardf(float, long double);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2035 float nexttowardf(float x, real y);
2436 float nexttowardf(float x, real y);
2891 float nexttowardf(float x, real y);
3161 float nexttowardf(float x, real y);
3468 float nexttowardf(float x, real y);
3930 float nexttowardf(float x, real y);
4333 float nexttowardf(float x, real y);
4740 float nexttowardf(float x, real y);
tgmath.d 476 alias core.stdc.math.nexttowardf nexttoward;
966 alias core.stdc.math.nexttowardf nexttoward;
1483 alias core.stdc.math.nexttowardf nexttoward;
  /src/lib/libm/
Makefile 533 nextafter.3 nexttowardf.3 \
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1062 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 751 {"nexttowardf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 751 {"nexttowardf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 257 float nexttowardf(float x, long double y);
1534 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttowardf(__lcpp_x, __lcpp_y);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18597 nexttowardf(0.0f, 0.0f);
20930 nexttowardf(0.0f, 0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20102 nexttowardf(0.0f, 0.0f);
    [all...]

Completed in 87 milliseconds