HomeSort by relevance Sort by last modified time
    Searched refs:nextafterf (Results 1 - 13 of 13) sorted by null

  /bionic/libm/src/
s_nextafterf.c 24 nextafterf(float x, float y) function
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 1052 private native static float nextafterf(float x, float y); method in class:Math
    [all...]
StrictMath.java 1044 private native static float nextafterf(float x, float y); method in class:StrictMath
    [all...]
  /dalvik/libcore/luni/src/main/native/
java_lang_Math.c 156 /* native public static float nextafterf(float a, float b); */
159 return nextafterf(a, b);
197 { "nextafterf", "(FF)F", jnextafterf },
  /external/webkit/WebCore/platform/graphics/
Color.cpp 65 // We use lroundf and 255 instead of nextafterf(256, 0) to match CG's rounding
218 const float scaleFactor = nextafterf(256.0f, 0.0f);
243 const float scaleFactor = nextafterf(256.0f, 0.0f);
  /bionic/libm/include/
math.h 358 float nextafterf(float, float);
  /external/webkit/JavaScriptCore/wtf/
MathExtras.h 131 inline float nextafterf(float x, float y) { return x > y ? x - FLT_EPSILON : x + FLT_EPSILON; } function
  /ndk/build/platforms/android-3/arch-arm/usr/include/
math.h 358 float nextafterf(float, float);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
math.h 358 float nextafterf(float, float);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
math.h 358 float nextafterf(float, float);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
math.h 358 float nextafterf(float, float);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
math.h 358 float nextafterf(float, float);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
math.h 358 float nextafterf(float, float);

Completed in 117 milliseconds