Home
last modified time | relevance | path

Searched refs:isfinite (Results 1 – 25 of 46) sorted by relevance

12

/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
Dlog.pass.cpp61 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
70 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
75 else if (std::isinf(x[i].real()) && x[i].real() < 0 && std::isfinite(x[i].imag())) in test_edges()
83 else if (std::isinf(x[i].real()) && x[i].real() > 0 && std::isfinite(x[i].imag())) in test_edges()
112 else if (std::isfinite(x[i].real()) && std::isfinite(x[i].imag()) && abs(x[i]) < 1) in test_edges()
117 else if (std::isfinite(x[i].real()) && std::isfinite(x[i].imag()) && abs(x[i]) > 1) in test_edges()
Dtanh.pass.cpp50 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
55 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
60 else if (std::isinf(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
82 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dacosh.pass.cpp58 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
67 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
72 else if (std::isinf(x[i].real()) && x[i].real() < 0 && std::isfinite(x[i].imag())) in test_edges()
81 else if (std::isinf(x[i].real()) && x[i].real() > 0 && std::isfinite(x[i].imag())) in test_edges()
112 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dsqrt.pass.cpp55 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
60 else if (std::isinf(x[i].real()) && x[i].real() < 0 && std::isfinite(x[i].imag())) in test_edges()
67 else if (std::isinf(x[i].real()) && x[i].real() > 0 && std::isfinite(x[i].imag())) in test_edges()
85 else if (std::isnan(x[i].real()) && (std::isfinite(x[i].imag()) || std::isnan(x[i].imag()))) in test_edges()
Dacos.pass.cpp54 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
60 else if (std::isfinite(x[i].real()) && x[i].real() != 0 && std::isnan(x[i].imag())) in test_edges()
65 else if (std::isinf(x[i].real()) && x[i].real() < 0 && std::isfinite(x[i].imag())) in test_edges()
71 else if (std::isinf(x[i].real()) && x[i].real() > 0 && std::isfinite(x[i].imag())) in test_edges()
95 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dsinh.pass.cpp55 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
65 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
77 else if (std::isinf(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
100 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dcosh.pass.cpp59 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
64 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
76 else if (std::isinf(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
99 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dasin.pass.cpp48 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
61 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
66 else if (std::isinf(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
90 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dasinh.pass.cpp48 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
57 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
62 else if (std::isinf(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
90 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Datanh.pass.cpp61 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
70 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
75 else if (std::isinf(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
99 else if (std::isnan(x[i].real()) && std::isfinite(x[i].imag())) in test_edges()
Dexp.pass.cpp47 else if (std::isfinite(x[i].real()) && std::isinf(x[i].imag())) in test_edges()
52 else if (std::isfinite(x[i].real()) && std::isnan(x[i].imag())) in test_edges()
100 else if (std::isfinite(x[i].imag()) && std::abs(x[i].imag()) <= 1) in test_edges()
/external/libcxx/include/support/win32/
Dmath_win32.h27 _LIBCPP_ALWAYS_INLINE bool isfinite( double num ) in isfinite() function
33 return !isfinite(num) && !_isnan(num); in isinf()
/external/v8/src/
Dcodegen.cc42 if (!(std::isfinite(x) && (!std::isfinite(y) && !std::isnan(y))) &&
43 !(x == 0 && (y != 0 && std::isfinite(y)))) {
/external/v8/src/base/
Dqnx-math.h11 #undef isfinite
Dwin32-math.h30 int isfinite(double x);
Dwin32-math.cc35 int isfinite(double x) { in isfinite() function
/external/bison/linux-lib/
Dmath.h2344 # undef isfinite
2345 # define isfinite(x) \
2351 # ifdef isfinite
2352 _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isfinite)
2353 # undef isfinite
2354 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite)
2358 # if defined isfinite
2359 _GL_WARN_REAL_FLOATING_DECL (isfinite);
2360 # undef isfinite
2361 # define isfinite(x) _GL_WARN_REAL_FLOATING_IMPL (isfinite, x) macro
/external/bison/lib/
Dmath.in.h2032 # undef isfinite
2033 # define isfinite(x) \ macro
2039 # ifdef isfinite
2040 _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isfinite)
2041 # undef isfinite
2042 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite)
2046 # if defined isfinite
2047 _GL_WARN_REAL_FLOATING_DECL (isfinite);
2048 # undef isfinite
2049 # define isfinite(x) _GL_WARN_REAL_FLOATING_IMPL (isfinite, x)
/external/bison/darwin-lib/
Dmath.h2344 # undef isfinite
2345 # define isfinite(x) \
2351 # ifdef isfinite
2352 _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isfinite)
2353 # undef isfinite
2354 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isfinite)
2358 # if defined isfinite
2359 _GL_WARN_REAL_FLOATING_DECL (isfinite);
2360 # undef isfinite
2361 # define isfinite(x) _GL_WARN_REAL_FLOATING_IMPL (isfinite, x) macro
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
Dabs.pass.cpp42 assert(std::isfinite(r) && r > 0); in test_edges()
Dnorm.pass.cpp42 assert(std::isfinite(r) && r > 0); in test_edges()
/external/ceres-solver/include/ceres/
Dfpclassify.h78 inline bool IsFinite (double x) { return std::isfinite(x); }
/external/mesa3d/src/mesa/main/
Dimports.h209 #elif defined(isfinite)
210 #define IS_INF_OR_NAN(x) (!isfinite(x))
216 #define IS_INF_OR_NAN(x) (!isfinite(x))
/external/libcxx/include/
Dcomplex674 if (isfinite(__logbw))
690 else if ((isinf(__a) || isinf(__b)) && isfinite(__c) && isfinite(__d))
697 else if (isinf(__logbw) && __logbw > _Tp(0) && isfinite(__a) && isfinite(__b))
1150 if (!isfinite(__i))
1153 else if (__i == 0 || !isfinite(__i))
1313 if (isinf(__x.real()) && !isfinite(__x.imag()))
1315 if (__x.real() == 0 && !isfinite(__x.imag()))
1317 if (__x.imag() == 0 && !isfinite(__x.real()))
1328 if (isinf(__x.real()) && !isfinite(__x.imag()))
1330 if (__x.real() == 0 && !isfinite(__x.imag()))
[all …]
/external/libpng/contrib/libtests/
Dtarith.c115 if (isfinite(test)) in validation_ascii_to_fp()
143 if (!isfinite(test)) in validation_ascii_to_fp()
200 if (change >= allow && (isfinite(out) || in validation_ascii_to_fp()
241 if (test == 0 || !isfinite(test)) in validation_ascii_to_fp()

12