/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/ |
D | log.pass.cpp | 61 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()
|
D | tanh.pass.cpp | 50 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()
|
D | acosh.pass.cpp | 58 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()
|
D | sqrt.pass.cpp | 55 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()
|
D | acos.pass.cpp | 54 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()
|
D | sinh.pass.cpp | 55 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()
|
D | cosh.pass.cpp | 59 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()
|
D | asin.pass.cpp | 48 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()
|
D | asinh.pass.cpp | 48 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()
|
D | atanh.pass.cpp | 61 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()
|
D | exp.pass.cpp | 47 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/ |
D | math_win32.h | 27 _LIBCPP_ALWAYS_INLINE bool isfinite( double num ) in isfinite() function 33 return !isfinite(num) && !_isnan(num); in isinf()
|
/external/v8/src/ |
D | codegen.cc | 42 if (!(std::isfinite(x) && (!std::isfinite(y) && !std::isnan(y))) && 43 !(x == 0 && (y != 0 && std::isfinite(y)))) {
|
/external/v8/src/base/ |
D | qnx-math.h | 11 #undef isfinite
|
D | win32-math.h | 30 int isfinite(double x);
|
D | win32-math.cc | 35 int isfinite(double x) { in isfinite() function
|
/external/bison/linux-lib/ |
D | math.h | 2344 # 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/ |
D | math.in.h | 2032 # 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/ |
D | math.h | 2344 # 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/ |
D | abs.pass.cpp | 42 assert(std::isfinite(r) && r > 0); in test_edges()
|
D | norm.pass.cpp | 42 assert(std::isfinite(r) && r > 0); in test_edges()
|
/external/ceres-solver/include/ceres/ |
D | fpclassify.h | 78 inline bool IsFinite (double x) { return std::isfinite(x); }
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 209 #elif defined(isfinite) 210 #define IS_INF_OR_NAN(x) (!isfinite(x)) 216 #define IS_INF_OR_NAN(x) (!isfinite(x))
|
/external/libcxx/include/ |
D | complex | 674 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/ |
D | tarith.c | 115 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()
|