Searched refs:isnan (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A 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)));
H A Dshared.rsh77 static inline bool isnan(float f) {
/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp80 if (isnan(adjustedLightCenter.x) || isnan(adjustedLightCenter.y) ||
81 isnan(adjustedLightCenter.z)) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp83 return isnan(temperature) ? gUndefinedTemperature : temperature;
/frameworks/av/include/media/
H A DVolumeShaper.h872 if (!std::isnan(xOffset)) {
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1115 if (isnan(f[i]) || isinf(f[i])) {
/frameworks/rs/driver/runtime/
H A Drs_cl.c323 static bool isnan(float f) { function
697 if (!isinf(v) && !isnan(v) && (v < 0.f)) {

Completed in 274 milliseconds