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

1 2 3 4 5 6

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNextafter.rs 26 return nextafter(inX, inY);
31 return nextafter(inX, inY);
36 return nextafter(inX, inY);
41 return nextafter(inX, inY);
  /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);
s_fma.c 222 return (nextafter(z, 0));
227 return (nextafter(z, -INFINITY));
230 return (nextafter(z, INFINITY));
  /external/chromium_org/ui/gfx/animation/
tween_unittest.cc 26 return nextafter(nextafter(d, d + 1), d + 1);
tween.cc 146 return start + static_cast<int>(value * nextafter(delta, 0));
  /libcore/luni/src/main/native/
java_lang_Math.cpp 119 return nextafter(a, b);
139 NATIVE_METHOD(Math, nextafter, "!(DD)D"),
java_lang_StrictMath.cpp 138 NATIVE_METHOD(StrictMath, nextafter, "!(DD)D"),
  /ndk/sources/android/support/src/
math_support.c 39 * nexttoward is the same as nextafter.
43 return nextafter(d, (double)td);
51 return nextafter((double)ld, (double)td);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.cpp 101 const double scaleFactor = nextafter(256.0, 0.0);
120 int r = static_cast<int>(nextafter(256, 0) * (colors * (1 - c)));
121 int g = static_cast<int>(nextafter(256, 0) * (colors * (1 - m)));
122 int b = static_cast<int>(nextafter(256, 0) * (colors * (1 - y)));
123 return makeRGBA(r, g, b, static_cast<float>(nextafter(256, 0) * a));
  /libcore/luni/src/main/java/java/lang/
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...]
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...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 74 IMPORT_F32_FN_F32_F32(nextafter)
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_mac.cc 73 gamma = nextafter(90, 0);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
math.h 114 nextafter) __attribute__ ((__const__));
117 nextafter) __attribute__ ((__const__));
tgmath.h 398 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 114 nextafter) __attribute__ ((__const__));
117 nextafter) __attribute__ ((__const__));
tgmath.h 398 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 139 double nextafter(double, double);
289 F(lroundl), F(nearbyint), F(nearbyintf), F(nearbyintl), F(nextafter),
438 // CHECK-NOERRNO: declare double @nextafter(double, double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathcalls.h 283 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 283 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));

Completed in 1649 milliseconds

1 2 3 4 5 6