HomeSort by relevance Sort by last modified time
    Searched defs:isnan (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_isnan.c 35 #undef isnan macro
37 isnan(double d) function
  /external/chromium_org/v8/src/
win32-math.cc 48 int isnan(double x) { function in namespace:std
67 return isnan(x) || isnan(y) ? 0 : x < y;
73 return isnan(x) || isnan(y) ? 0 : x > y;
  /external/v8/src/
win32-math.cc 55 int isnan(double x) { function
68 return isnan(x) || isnan(y) ? 0 : x < y;
74 return isnan(x) || isnan(y) ? 0 : x > y;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 31 _LIBCPP_ALWAYS_INLINE bool isnan( double num ) function
73 return isnan(x) || isnan(y);
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 56 #ifndef isnan
57 #define isnan(d) (_isnan(d)) macro
77 #ifndef isnan
78 static int isnan (double d) { function
  /external/chromium_org/third_party/libxml/win32/
config.h 56 #ifndef isnan
57 #define isnan(d) (_isnan(d)) macro
77 #ifndef isnan
78 static int isnan (double d) { function
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 43 #ifndef isnan
44 #define isnan(d) (_isnan(d)) macro
62 static int isnan (double d) { function
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 82 # Python pre-2.6 does not have isinf() or isnan() functions, so we have
84 def isnan(val): function in function:GeneratorTest.testExtremeDefaultValues
89 return not isnan(val) and isnan(val * 0)
95 self.assertTrue(isnan(message.nan_double))
101 self.assertTrue(isnan(message.nan_float))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 92 // otherwise we can get into an infinite loop if isnan is
93 // a #define for "isnan" !
100 #ifdef isnan
101 return isnan(t);
138 #elif defined(isnan)
466 return (std::isnan)(x);
519 template<class T> bool (isnan)(T x) function in namespace:boost::math
527 #ifdef isnan
528 template <> inline bool isnan BOOST_NO_MACRO_EXPAND<float>(float t){ return ::boost::math_detail::is_nan_helper(t, boost::true_type()); }
529 template <> inline bool isnan BOOST_NO_MACRO_EXPAND<double>(double t){ return ::boost::math_detail::is_nan_helper(t, boost::true (…)
    [all...]
  /external/chromium_org/content/common/
page_state_serialization_unittest.cc 22 inline bool isnan(double num) { return !!_isnan(num); } function in namespace:content::__anon10328
53 if (!(isnan(a.file_modification_time) && isnan(b.file_modification_time)))
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 85 # Python pre-2.6 does not have isinf() or isnan() functions, so we have
87 def isnan(val): function in function:GeneratorTest.testExtremeDefaultValues
92 return not isnan(val) and isnan(val * 0)
98 self.assertTrue(isnan(message.nan_double))
104 self.assertTrue(isnan(message.nan_float))
message_test.py 58 # Python pre-2.6 does not have isinf() or isnan() functions, so we have
60 def isnan(val): function
65 return not isnan(val) and isnan(val * 0)
167 self.assertTrue(isnan(golden_message.optional_float))
168 self.assertTrue(isnan(golden_message.optional_double))
169 self.assertTrue(isnan(golden_message.repeated_float[0]))
170 self.assertTrue(isnan(golden_message.repeated_double[0]))
179 self.assertTrue(isnan(message.optional_float))
180 self.assertTrue(isnan(message.optional_double)
    [all...]
  /bionic/libm/include/
math.h 96 #define isnan(x) \ macro
98 : (sizeof (x) == sizeof (double)) ? isnan(x) \
119 #define isunordered(x, y) (isnan(x) || isnan(y))
231 int (isnan)(double) __pure2;
  /development/ndk/platforms/android-3/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /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/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;
  /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/4/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;

Completed in 998 milliseconds

1 2 3 4 5