/external/libxml2/ |
trionan.c | 375 #if (defined(TRIO_COMPILER_SUPPORTS_C99) && defined(isnan)) \ 378 * C99 defines isnan() as a macro. UNIX95 defines isnan() as a 383 return isnan(number);
|
/external/proguard/src/proguard/gui/ |
boilerplate.pro | 235 public static boolean isNaN(float); 241 public boolean isNaN(); 250 public static boolean isNaN(double); 256 public boolean isNaN();
|
/external/skia/include/core/ |
SkFloatingPoint.h | 76 #define sk_float_isnan(x) isnan(x)
|
/external/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/external/v8/test/mjsunit/ |
mirror-array.js | 95 if (!isNaN(index)) {
|
undeletable-functions.js | 72 "encodeURIComponent", "isNaN", "isFinite", "parseInt", "parseFloat", "eval",
|
/frameworks/base/core/java/android/util/ |
Spline.java | 112 if (Float.isNaN(x)) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelView.java | 171 if (Float.isNaN(mVX) || Float.isInfinite(mVX)) { 180 if (Float.isNaN(mVY) || Float.isInfinite(mVX)) { 577 if (Float.isNaN(h)) { 616 if (Float.isNaN(frac)) {
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
sparse_weight_vector.h | 105 //DCHECK(!isnan(val));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cmath.h | 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 543 #undef isnan macro 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__captured 579 using __captured::isnan;
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pymath.h | 95 #define Py_IS_NAN(X) isnan(X)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymath.h | 95 #define Py_IS_NAN(X) isnan(X)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign namespace 50 if isnan(x) or isnan(y): 51 if isnan(x) and isnan(y):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign namespace 50 if isnan(x) or isnan(y): 51 if isnan(x) and isnan(y):
|
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 928 // We manually inline Double.isNaN here because the JIT can't do it yet. 929 // With Double.isNaN: 236.3ns 945 // We manually inline Float.isNaN here because the JIT can't do it yet. 946 // With Float.isNaN: 214.7ns [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cmath | 471 #undef isnan 544 isnan(float __x) 548 isnan(double __x) 552 isnan(long double __x) 558 isnan(_Tp __x) 762 isnan(_Tp __f) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cmath | 471 #undef isnan 544 isnan(float __x) 548 isnan(double __x) 552 isnan(long double __x) 558 isnan(_Tp __x) 762 isnan(_Tp __f) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 471 #undef isnan 544 isnan(float __x) 548 isnan(double __x) 552 isnan(long double __x) 558 isnan(_Tp __x) 762 isnan(_Tp __f) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 548 #undef isnan 621 isnan(float __x) 625 isnan(double __x) 629 isnan(long double __x) 635 isnan(_Tp __x) 839 isnan(_Tp __f) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 471 #undef isnan 544 isnan(float __x) 548 isnan(double __x) 552 isnan(long double __x) 558 isnan(_Tp __x) 762 isnan(_Tp __f) [all...] |