HomeSort by relevance Sort by last modified time
    Searched refs:nexttoward (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /ndk/sources/android/support/tests/
math_unittest.cc 15 TEST(math, nexttoward) {
17 EXPECT_EQ(x, nexttoward(x, (long double)x));
18 EXPECT_GT(x, nexttoward(x, (long double)(x * 2.)));
19 EXPECT_LT(x, nexttoward(x, (long double)(x - 1.0)));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nextafter.c 80 __weak_reference(nextafter, nexttoward);
s_nexttoward.c 18 * where long double is the same as double, nexttoward() is an alias
33 nexttoward(double x, long double y) function
  /ndk/tests/device/math/jni/
math.c 66 d = nexttoward(d, 0);
math.cpp 66 d = nexttoward(d, 0);
  /ndk/sources/android/support/src/
math_support.c 39 * nexttoward is the same as nextafter.
42 __attribute__((weak)) double nexttoward(double d, long double td) { function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 164 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 164 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 142 double nexttoward(double, long double);
290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl),
441 // CHECK-NOERRNO: declare double @nexttoward(double, x86_fp80) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 285 __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 399 #define nexttoward(Val1, Val2) \ macro
400 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
math.h 113 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 286 __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 399 #define nexttoward(Val1, Val2) \ macro
400 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
math.h 112 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 286 __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__));
  /bionic/libm/include/
math.h 402 double nexttoward(double, long double);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 76 using std::tr1::nexttoward;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 76 using std::tr1::nexttoward;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 76 using std::tr1::nexttoward;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 76 using std::tr1::nexttoward;
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 93 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } function
    [all...]

Completed in 2106 milliseconds

1 2 3 4