Home
last modified time | relevance | path

Searched refs:isnan (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath_conformance.rs28 _RS_ASSERT(isnan(rootn(-10000.f, -4)));
29 _RS_ASSERT(isnan(rootn(-10000.f, 4)));
32 _RS_ASSERT(!isnan(rootn(-10000.f, -3)));
33 _RS_ASSERT(!isnan(rootn(-10000.f, 3)));
Dshared.rsh61 static inline bool isnan(float f) {
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dmath_conformance.rs28 _RS_ASSERT(isnan(rootn(-10000.f, -4)));
29 _RS_ASSERT(isnan(rootn(-10000.f, 4)));
32 _RS_ASSERT(!isnan(rootn(-10000.f, -3)));
33 _RS_ASSERT(!isnan(rootn(-10000.f, 3)));
Dshared.rsh58 static inline bool isnan(float f) {
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath_conformance.rs28 _RS_ASSERT(isnan(rootn(-10000.f, -4)));
29 _RS_ASSERT(isnan(rootn(-10000.f, 4)));
32 _RS_ASSERT(!isnan(rootn(-10000.f, -3)));
33 _RS_ASSERT(!isnan(rootn(-10000.f, 3)));
Dshared.rsh58 static inline bool isnan(float f) {
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake207 /* Set to 1 if the isnan function is found in <cmath> */
210 /* Set to 1 if the isnan function is found in <math.h> */
392 /* Set to 1 if the std::isnan function is found in <cmath> */
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dsparse_weight_vector.cpp36 if (isnan(normalizer_) || __isinff(normalizer_)) in IsValid()
/frameworks/rs/driver/runtime/
Drs_cl.c317 static bool isnan(float f) { in isnan() function
570 if (!isinf(v) && !isnan(v) && (v < 0.f)) { in FN_FUNC_FN()
/frameworks/native/opengl/libagl/
Dmatrix.cpp1126 if (isnan(f[i]) || isinf(f[i])) { in glQueryMatrixxOES()