Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_conformance.rs44 _RS_ASSERT(isnan(rootn(-10000.f, -4)));
45 _RS_ASSERT(isnan(rootn(-10000.f, 4)));
48 _RS_ASSERT(!isnan(rootn(-10000.f, -3)));
49 _RS_ASSERT(!isnan(rootn(-10000.f, 3)));
Dshared.rsh77 static inline bool isnan(float f) {
/frameworks/rs/tests/java_api/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/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_conformance.rs46 _RS_ASSERT(isnan(rootn(-10000.f, -4)));
47 _RS_ASSERT(isnan(rootn(-10000.f, 4)));
50 _RS_ASSERT(!isnan(rootn(-10000.f, -3)));
51 _RS_ASSERT(!isnan(rootn(-10000.f, 3)));
Dshared.rsh79 static inline bool isnan(float f) {
/frameworks/base/libs/hwui/
DShadowTessellator.cpp80 if (isnan(adjustedLightCenter.x) || isnan(adjustedLightCenter.y) || in tessellateSpotShadow()
81 isnan(adjustedLightCenter.z)) { in tessellateSpotShadow()
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh61 static inline bool isnan(float f) {
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp83 return isnan(temperature) ? gUndefinedTemperature : temperature; in finalizeTemperature()
/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/av/include/media/
DVolumeShaper.h872 if (!std::isnan(xOffset)) { in applyVolumeShaper()
/frameworks/native/opengl/libagl/
Dmatrix.cpp1115 if (isnan(f[i]) || isinf(f[i])) { in glQueryMatrixxOES()
/frameworks/rs/driver/runtime/
Drs_cl.c323 static bool isnan(float f) { in isnan() function
697 if (!isinf(v) && !isnan(v) && (v < 0.f)) { in FN_FUNC_FN()