/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
cmath | 107 #undef nextafter 251 using ::nextafter; 730 nextafter(float __x, float __y) 734 nextafter(long double __x, long double __y) 739 nextafter(_Tp __x, _Up __y) 742 return nextafter(__type(__x), __type(__y));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 107 #undef nextafter 251 using ::nextafter; 730 nextafter(float __x, float __y) 734 nextafter(long double __x, long double __y) 739 nextafter(_Tp __x, _Up __y) 742 return nextafter(__type(__x), __type(__y));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 107 #undef nextafter 251 using ::nextafter; 730 nextafter(float __x, float __y) 734 nextafter(long double __x, long double __y) 739 nextafter(_Tp __x, _Up __y) 742 return nextafter(__type(__x), __type(__y));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
MathTest.java | [all...] |
/prebuilt/sdk/11/renderscript/include/ |
rs_cl.rsh | 241 extern float __attribute__((overloadable)) nextafter(float, float); 242 FN_FUNC_FN_FN(nextafter)
|
/prebuilt/sdk/12/renderscript/include/ |
rs_cl.rsh | 241 extern float __attribute__((overloadable)) nextafter(float, float); 242 FN_FUNC_FN_FN(nextafter)
|
/prebuilt/sdk/13/renderscript/include/ |
rs_cl.rsh | 241 extern float __attribute__((overloadable)) nextafter(float, float); 242 FN_FUNC_FN_FN(nextafter)
|
/external/chromium/chrome/browser/chromeos/status/ |
power_menu_button.cc | 192 nextafter(static_cast<float>(kNumPowerImages), 0));
|
network_menu.cc | [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 1030 // nextafter 1038 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} 1044 #undef nextafter macro 1045 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilt/sdk/11/renderscript/clang-include/ |
tgmath.h | 1030 // nextafter 1038 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} 1044 #undef nextafter macro 1045 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilt/sdk/12/renderscript/clang-include/ |
tgmath.h | 1030 // nextafter 1038 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} 1044 #undef nextafter macro 1045 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilt/sdk/13/renderscript/clang-include/ |
tgmath.h | 1030 // nextafter 1038 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} 1044 #undef nextafter macro 1045 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilt/sdk/14/renderscript/clang-include/ |
tgmath.h | 1030 // nextafter 1038 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} 1044 #undef nextafter macro 1045 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 998 private static native double nextafter(double x, double y); method in class:StrictMath [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 112 nextafter) __attribute__ ((__const__)); 115 nextafter) __attribute__ ((__const__));
|
tgmath.h | 391 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
|
/bionic/libm/man/ |
math.3 | 128 nextafter next representable value
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
math.h | 75 using std::tr1::nextafter;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 75 using std::tr1::nextafter;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 75 using std::tr1::nextafter;
|
/external/webkit/Source/JavaScriptCore/wtf/ |
MathExtras.h | 144 inline double nextafter(double x, double y) { return _nextafter(x, y); } function
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
math.rs | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 283 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
|
/bionic/libm/src/ |
e_sqrt.c | 283 point y+-1, or multiply y by nextafter(1,+-inf) in chopped 372 point y+-1, or multiply y by nextafter(1,+-inf) in chopped
|