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

  /bionic/libm/src/
s_nexttoward.c 19 * where long double is the same as double, nexttoward() is an alias
34 nexttoward(double x, long double y) function
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 392 #define nexttoward(Val1, Val2) \ macro
393 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 401 #define nexttoward(Val1, Val2) \ macro
402 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 392 #define nexttoward(Val1, Val2) \ macro
393 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 401 #define nexttoward(Val1, Val2) \ macro
402 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 392 #define nexttoward(Val1, Val2) \ macro
393 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /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/sdk/renderscript/clang-include/
tgmath.h 1048 // nexttoward
1056 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1062 #undef nexttoward macro
1063 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro

Completed in 334 milliseconds