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

  /src/lib/libm/src/
s_fmal.c 94 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
127 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
220 return (nextafterl(z, 0));
225 return (nextafterl(z, (long double)-INFINITY));
228 return (nextafterl(z, (long double)INFINITY));
s_nextafterl.c 33 __strong_alias(nexttowardl, nextafterl)
37 * nextafterl(x,y)
45 nextafterl(long double x, long double y)
s_nextafter.c 29 __strong_alias(nextafterl, nextafter)
  /src/tests/lib/libm/
t_next.c 234 * floating-point numbers. Verify nextafterl and nexttowardl
244 CHECK(i, nextafterl, x[i], x[i], x[i]);
246 CHECK(i, nextafterl, -x[i], -x[i], -x[i]);
253 CHECK(i, nextafterl, x[i], x[i + 1], x[i + 1]);
255 CHECK(i, nextafterl, x[i], x[n - 1], x[i + 1]);
257 CHECK(i, nextafterl, x[i], INFINITY, x[i + 1]);
260 CHECK(i, nextafterl, -x[i], -x[i + 1], -x[i + 1]);
262 CHECK(i, nextafterl, -x[i], -x[n - 1], -x[i + 1]);
264 CHECK(i, nextafterl, -x[i], -INFINITY, -x[i + 1]);
271 CHECK(i, nextafterl, x[i], x[i - 1], x[i - 1])
    [all...]
  /src/include/
math.h 473 long double nextafterl(long double, long double);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2030 extern(D) real nextafterl()(real x, real y) { return nextafter(cast(double) x, cast(double) y); }
2431 real nextafterl(real x, real y); // since 6.0
2540 real nextafterl(real x, real y);
3305 real nextafterl(real x, real y);
3552 real nextafterl(real x, real y);
3925 real nextafterl(real x, real y);
4328 extern(D) real nextafterl(real x, real y) { return nextafter(cast(double) x, cast(double) y); }
4735 real nextafterl(real x, real y);
tgmath.d 471 alias core.stdc.math.nextafterl nextafter;
961 alias core.stdc.math.nextafterl nextafter;
1478 alias core.stdc.math.nextafterl nextafter;
  /src/lib/libm/
Makefile 531 nextafter.3 nextafterl.3 \
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1052 __tg_nextafter(long double __x, long double __y) {return nextafterl(__x, __y);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 711 {"nextafterl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 711 {"nextafterl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 184 extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 184 extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 254 long double nextafterl(long double x, long double y);
1514 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nextafterl(__lcpp_x, __lcpp_y);}
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 656 long double prechalf = nextafterl (0.5L, LDBL_MAX);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 656 long double prechalf = nextafterl (0.5L, LDBL_MAX);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18595 nextafterl(0.0l, 0.0l);
20928 nextafterl(0.0l, 0.0l);
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
configure 21586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterl" >&5
21587 $as_echo_n "checking for nextafterl... " >&6; }
21604 int (*ptr)() = (int (*)())nextafterl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
configure 21421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterl" >&5
21422 $as_echo_n "checking for nextafterl... " >&6; }
21439 int (*ptr)() = (int (*)())nextafterl;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20100 nextafterl(0.0l, 0.0l);
    [all...]

Completed in 112 milliseconds