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

1 2 3 4 5

  /external/chromium_org/v8/src/
win32-math.cc 54 int isinf(double x) { function in namespace:std
  /external/v8/src/
win32-math.cc 61 int isinf(double x) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 27 _LIBCPP_ALWAYS_INLINE bool isinf( double num ) function
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 49 /* Bjorn Reese figured a quite nice construct for isinf() using the _fpclass
51 #ifndef isinf
52 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
60 #ifndef isinf
61 static int isinf (double d) { function
  /external/chromium_org/third_party/libxml/win32/
config.h 49 /* Bjorn Reese figured a quite nice construct for isinf() using the _fpclass
51 #ifndef isinf
52 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
60 #ifndef isinf
61 static int isinf (double d) { function
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 36 /* Bjorn Reese figured a quite nice construct for isinf() using the
38 #ifndef isinf
39 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
47 static int isinf (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
87 def isinf(val): function in function:GeneratorTest.testExtremeDefaultValues
91 self.assertTrue(isinf(message.inf_double))
93 self.assertTrue(isinf(message.neg_inf_double))
97 self.assertTrue(isinf(message.inf_float))
99 self.assertTrue(isinf(message.neg_inf_float))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 388 return (std::isinf)(x);
449 inline bool (isinf)(T x) function in namespace:boost::math
  /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
90 def isinf(val): function in function:GeneratorTest.testExtremeDefaultValues
94 self.assertTrue(isinf(message.inf_double))
96 self.assertTrue(isinf(message.neg_inf_double))
100 self.assertTrue(isinf(message.inf_float))
102 self.assertTrue(isinf(message.neg_inf_float))
message_test.py 58 # Python pre-2.6 does not have isinf() or isnan() functions, so we have
63 def isinf(val): function
67 return isinf(val) and (val > 0)
69 return isinf(val) and (val < 0)
  /bionic/libm/
fake_long_double.c 20 extern int __isinf(double); /* isinf.c */
21 int (isinf)(double a1) { return __isinf(a1); } function
  /bionic/libm/include/
math.h 92 #define isinf(x) \ macro
94 : (sizeof (x) == sizeof (double)) ? isinf(x) \
230 int (isinf)(double) __pure2;
  /development/ndk/platforms/android-3/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /development/ndk/platforms/android-9/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 90 #ifndef isinf
91 inline bool isinf(double x) { return !finite(x) && !isnand(x); } function in namespace:std
157 inline bool isinf(double num) { return !_finite(num) && !_isnan(num); } function in namespace:std
193 inline double wtf_fmod(double x, double y) { return (!std::isinf(x) && std::isinf(y)) ? x : fmod(x, y); }
305 if (std::isnan(d) || std::isinf(d))
  /external/stlport/stlport/stl/
_cmath.h 537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
542 #undef isinf macro
547 template<typename _Tp> inline int isinf(_Tp __f) { return __capture_isinf(__f); } function in namespace:__captured
578 using __captured::isinf;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
542 #undef isinf macro
547 template<typename _Tp> inline int isinf(_Tp __f) { return __capture_isinf(__f); } function in namespace:__captured
578 using __captured::isinf;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */

Completed in 580 milliseconds

1 2 3 4 5