HomeSort by relevance Sort by last modified time
    Searched refs:isnan (Results 176 - 200 of 343) sorted by null

1 2 3 4 5 6 78 91011>>

  /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;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 236 if (std::isnan(cue->startTime()) || std::isnan(cue->endTime()) || cue->startTime() < 0 || cue->endTime() < 0)
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 158 inline bool isnan(double num) { return !!_isnan(num); } function in namespace:std
305 if (std::isnan(d) || std::isinf(d))
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 192 return isnan(field->default_value_float());
194 return isnan(field->default_value_double());
359 "!$capitalized_type$.isNaN(this.$name$)) {\n");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_double.pass.cpp 172 assert(std::isnan(v));
184 assert(std::isnan(v));
get_long_double.pass.cpp 157 assert(std::isnan(v));
169 assert(std::isnan(v));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 254 # define isnan(x) \ macro
257 # define isnan(x) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 254 # define isnan(x) \ macro
257 # define isnan(x) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 254 # define isnan(x) \ macro
257 # define isnan(x) \ macro
  /external/valgrind/main/none/tests/ppc32/
testVMX.c     [all...]
  /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):
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 503 if (std::isnan(doublePos))
510 if (std::isnan(doubleLen))
659 if (!std::isnan(val) && !std::isinf(val)) {
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 140 if (vol_db < kSilenceDb || isnan(vol_db)) {
141 if (isnan(vol_db))
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilities.cpp 77 if (value->IsNumber() && !std::isnan(value->NumberValue()))
81 if (value->IsDate() && !std::isnan(value->NumberValue()))
  /external/chromium_org/third_party/libxml/src/
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/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /external/ceres-solver/google3/
jet_traits.h 47 static bool IsNaN (const Type x) { return isnan(x); }

Completed in 2375 milliseconds

1 2 3 4 5 6 78 91011>>