/external/vulkan-validation-layers/libs/glm/gtx/ |
D | compatibility.inl | 12 // isfinite 14 GLM_FUNC_QUALIFIER bool isfinite( function 18 return std::isfinite(x) != 0; 24 return isfinite(x) != 0; 29 GLM_FUNC_QUALIFIER detail::tvec2<bool, P> isfinite( function 33 isfinite(x.x), 34 isfinite(x.y)); 38 GLM_FUNC_QUALIFIER detail::tvec3<bool, P> isfinite( function 42 isfinite(x.x), 43 isfinite(x.y), [all …]
|
D | compatibility.hpp | 55 # undef isfinite 85 …template <typename genType> GLM_FUNC_DECL bool isfinite(genType const & x); //!< \brief … 86 …template <typename T, precision P> GLM_FUNC_DECL detail::tvec2<bool, P> isfinite(const detail::tve… 87 …template <typename T, precision P> GLM_FUNC_DECL detail::tvec3<bool, P> isfinite(const detail::tve… 88 …template <typename T, precision P> GLM_FUNC_DECL detail::tvec4<bool, P> isfinite(const detail::tve…
|
/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 | 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 | 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 | 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 | 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 | 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/skia/fuzz/ |
D | FuzzScaleToSides.cpp | 23 if (!std::isfinite(radius1) || in DEF_FUZZ() 24 !std::isfinite(radius2) || in DEF_FUZZ() 25 !std::isfinite(width) || in DEF_FUZZ()
|
/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 | 27 if (!(std::isfinite(x) && (!std::isfinite(y) && !std::isnan(y))) && in modulo() 28 !(x == 0 && (y != 0 && std::isfinite(y)))) { in modulo()
|
/external/parameter-framework/upstream/utility/ |
D | convert.hpp | 256 if (!std::isfinite(result)) { in convertTo() 285 if (!std::isfinite(result)) { in convertTo()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | plot_neteq_delay.m | 52 if length(unique(s.ts(isfinite(s.ts)))) < length(s.ts(isfinite(s.ts))) 53 ix=find(isfinite(s.decode)); 140 intersect(find(isfinite(s.decode)),... % ... that did arrive ...
|
/external/v8/src/base/ |
D | qnx-math.h | 11 #undef isfinite
|
/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/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/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); }
|