Home
last modified time | relevance | path

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

123

/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.inl12 // 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 …]
Dcompatibility.hpp55 # 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/
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()
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()
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()
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()
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()
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/skia/fuzz/
DFuzzScaleToSides.cpp23 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/
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.cc27 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/
Dconvert.hpp256 if (!std::isfinite(result)) { in convertTo()
285 if (!std::isfinite(result)) { in convertTo()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dplot_neteq_delay.m52 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/
Dqnx-math.h11 #undef isfinite
/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/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/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); }

123