Searched refs:isinf (Results 126 - 150 of 502) sorted by relevance

1234567891011>>

/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dfractions.py180 if math.isnan(f) or math.isinf(f):
535 if math.isnan(b) or math.isinf(b):
565 if math.isnan(other) or math.isinf(other):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfractions.py180 if math.isnan(f) or math.isinf(f):
535 if math.isnan(b) or math.isinf(b):
565 if math.isnan(other) or math.isinf(other):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfractions.py180 if math.isnan(f) or math.isinf(f):
535 if math.isnan(b) or math.isinf(b):
565 if math.isnan(other) or math.isinf(other):
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h75 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
76 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
228 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
400 // pull them in with libstdc++, because its ::isinf and ::isnan are different
401 // than its std::isinf and std::isnan.
403 using ::isinf;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_cmath.h537 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/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_cmath.h537 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/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_cmath.h537 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/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_cmath.h537 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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dmath.h270 # define isinf(x) \ macro
273 # define isinf(x) \ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dmath.h271 # define isinf(x) \ macro
274 # define isinf(x) \ macro
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_math.py71 if math.isinf(expected) and got == expected:
323 self.assertTrue(math.isinf(math.copysign(INF, NAN)))
890 self.assertTrue(math.isinf(float("inf")))
891 self.assertTrue(math.isinf(float("-inf")))
892 self.assertTrue(math.isinf(1E400))
893 self.assertTrue(math.isinf(-1E400))
894 self.assertFalse(math.isinf(float("nan")))
895 self.assertFalse(math.isinf(0.))
896 self.assertFalse(math.isinf(1.))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_math.py71 if math.isinf(expected) and got == expected:
323 self.assertTrue(math.isinf(math.copysign(INF, NAN)))
890 self.assertTrue(math.isinf(float("inf")))
891 self.assertTrue(math.isinf(float("-inf")))
892 self.assertTrue(math.isinf(1E400))
893 self.assertTrue(math.isinf(-1E400))
894 self.assertFalse(math.isinf(float("nan")))
895 self.assertFalse(math.isinf(0.))
896 self.assertFalse(math.isinf(1.))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py71 if math.isinf(expected) and got == expected:
323 self.assertTrue(math.isinf(math.copysign(INF, NAN)))
890 self.assertTrue(math.isinf(float("inf")))
891 self.assertTrue(math.isinf(float("-inf")))
892 self.assertTrue(math.isinf(1E400))
893 self.assertTrue(math.isinf(-1E400))
894 self.assertFalse(math.isinf(float("nan")))
895 self.assertFalse(math.isinf(0.))
896 self.assertFalse(math.isinf(1.))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py71 if math.isinf(expected) and got == expected:
323 self.assertTrue(math.isinf(math.copysign(INF, NAN)))
890 self.assertTrue(math.isinf(float("inf")))
891 self.assertTrue(math.isinf(float("-inf")))
892 self.assertTrue(math.isinf(1E400))
893 self.assertTrue(math.isinf(-1E400))
894 self.assertFalse(math.isinf(float("nan")))
895 self.assertFalse(math.isinf(0.))
896 self.assertFalse(math.isinf(1.))
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp137 static inline bool _Stl_is_inf(double x) { return isinf(x); }
138 // inline bool _Stl_is_neg_inf(double x) { return isinf(x) < 0; }
139 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && x < 0; }
195 static inline bool _Stl_is_nan_or_inf(double x) { return isnan(x) || isinf(x); }
196 static inline bool _Stl_is_inf(double x) { return isinf(x); }
197 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && signbit(x); }
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp137 static inline bool _Stl_is_inf(double x) { return isinf(x); }
138 // inline bool _Stl_is_neg_inf(double x) { return isinf(x) < 0; }
139 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && x < 0; }
195 static inline bool _Stl_is_nan_or_inf(double x) { return isnan(x) || isinf(x); }
196 static inline bool _Stl_is_inf(double x) { return isinf(x); }
197 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && signbit(x); }
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp137 static inline bool _Stl_is_inf(double x) { return isinf(x); }
138 // inline bool _Stl_is_neg_inf(double x) { return isinf(x) < 0; }
139 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && x < 0; }
195 static inline bool _Stl_is_nan_or_inf(double x) { return isnan(x) || isinf(x); }
196 static inline bool _Stl_is_inf(double x) { return isinf(x); }
197 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && signbit(x); }
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/
H A Dmath.h94 #define isinf(x) \ macro
96 : (sizeof (x) == sizeof (double)) ? isinf(x) \
234 int (isinf)(double) __NDK_FPABI_MATH__ __pure2;

Completed in 966 milliseconds

1234567891011>>