HomeSort by relevance Sort by last modified time
    Searched defs:nexttoward (Results 1 - 18 of 18) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
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/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-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 399 #define nexttoward(Val1, Val2) \ macro
400 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /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)
  /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/lib/Headers/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 463 friend const mpreal nexttoward (const mpreal& x, const mpreal& y);
2432 inline const mpreal nexttoward (const mpreal& x, const mpreal& y) function in namespace:mpfr
    [all...]

Completed in 655 milliseconds