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

1 2 3 4 5

  /bionic/libm/man/
nextafter.3 33 .\" $FreeBSD: src/lib/msun/man/nextafter.3,v 1.2 2005/03/07 05:00:29 das Exp $
36 .Dt NEXTAFTER 3
39 .Nm nextafter ,
51 .Fn nextafter "double x" "double y"
73 .Fn nextafter ,
82 They implement the Nextafter function recommended by
85 .Fn nextafter +0.0, -0.0
89 .Fn nextafter -0.0, +0.0
94 .Fn nextafter
trunc.3 67 .Xr nextafter 3 ,
  /bionic/libm/src/
s_nextafter.c 18 * nextafter(x,y)
31 nextafter(double x, double y) function
82 __weak_reference(nextafter, nexttoward);
83 __weak_reference(nextafter, nexttowardl);
84 __weak_reference(nextafter, nextafterl);
s_fma.c 95 r = nextafter(r, 0);
104 r = nextafter(r, -INFINITY);
113 r = nextafter(r, INFINITY);
129 return (nextafter(z, 0));
134 return (nextafter(z, -INFINITY));
137 return (nextafter(z, INFINITY));
s_nextafterl.c 18 * nextafter(x,y)
s_nexttoward.c 20 * for nextafter(), so we don't use this routine.
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 183 nextafter
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 151 nextafter
  /libcore/luni/src/main/native/
java_lang_Math.cpp 107 return nextafter(a, b);
126 NATIVE_METHOD(Math, nextafter, "!(DD)D"),
java_lang_StrictMath.cpp 138 NATIVE_METHOD(StrictMath, nextafter, "!(DD)D"),
  /bionic/libm/
Makefile-orig 96 lgamma.3 lrint.3 lround.3 math.3 nextafter.3 remainder.3 rint.3 \
142 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
143 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
144 MLINKS+=nextafter.3 nexttowardl.3
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.lang.Math.html 115 <nobr><code>double</code>&nbsp;<A HREF="../../../../reference/java/lang/Math.html#nextAfter(double, double)" target="_top"><code>nextAfter</code></A>(<code>double,</nobr> double<nobr><nobr></code>)</nobr>
122 <nobr><code>float</code>&nbsp;<A HREF="../../../../reference/java/lang/Math.html#nextAfter(float, double)" target="_top"><code>nextAfter</code></A>(<code>float,</nobr> double<nobr><nobr></code>)</nobr>
java.lang.StrictMath.html 115 <nobr><code>double</code>&nbsp;<A HREF="../../../../reference/java/lang/StrictMath.html#nextAfter(double, double)" target="_top"><code>nextAfter</code></A>(<code>double,</nobr> double<nobr><nobr></code>)</nobr>
122 <nobr><code>float</code>&nbsp;<A HREF="../../../../reference/java/lang/StrictMath.html#nextAfter(float, double)" target="_top"><code>nextAfter</code></A>(<code>float,</nobr> double<nobr><nobr></code>)</nobr>
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 123 TEST_FUNC_2(nextafter);
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 119 thumbRect.setY(contentRect.y() + static_cast<int>(nextafter((contentRect.height() - thumbRect.height()) + 1, 0) * (1 - fraction)));
121 thumbRect.setX(contentRect.x() + static_cast<int>(nextafter((contentRect.width() - thumbRect.width()) + 1, 0) * fraction));
  /external/webkit/Source/WebCore/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));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 688 * @tests {@link java.lang.StrictMath#nextAfter(double, double)}
704 .nextAfter(start, direction));
722 .nextAfter(NEXTAFTER_DD_START_CASES[i][0], Double.NaN)));
726 .nextAfter(Double.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i])));
729 .nextAfter(Double.NaN, Double.NaN)));
733 StrictMath.nextAfter((Double) null, 2.3);
739 StrictMath.nextAfter(2.3, (Double) null);
745 StrictMath.nextAfter((Double) null, (Double) null);
753 * @tests {@link java.lang.StrictMath#nextAfter(float, double)}
769 .nextAfter(start, direction))
    [all...]
  /external/fdlibm/
s_nextafter.c 15 * nextafter(x,y)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 155 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 155 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro

Completed in 996 milliseconds

1 2 3 4 5