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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nextafter.c 17 * nextafter(x,y)
29 nextafter(double x, double y) function
80 __weak_reference(nextafter, nexttoward);
81 __weak_reference(nextafter, nexttowardl);
82 __weak_reference(nextafter, nextafterl);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 164 inline double nextafter(double x, double y) { return _nextafter(x, y); } function
  /libcore/luni/src/main/java/java/lang/
Math.java 954 return nextafter(d, Double.MAX_VALUE) - d;
957 private static native double nextafter(double x, double y); method in class:Math
    [all...]
StrictMath.java 894 return nextafter(d, Double.MAX_VALUE) - d;
920 private static native double nextafter(double x, double y); method in class:StrictMath
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 163 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 163 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 391 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 400 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 391 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /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 400 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 391 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /external/clang/lib/Headers/
tgmath.h 1047 // nextafter
1055 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);}
1061 #undef nextafter macro
1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1047 // nextafter
1055 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);}
1061 #undef nextafter macro
1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro

Completed in 2134 milliseconds