Home
last modified time | relevance | path

Searched refs:isnegzero (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh68 static bool isnegzero(float f) {
74 return isposzero(f) || isnegzero(f);
Dmath_conformance.rs21 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh68 static bool isnegzero(float f) {
74 return isposzero(f) || isnegzero(f);
Dmath_conformance.rs21 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
/frameworks/rs/driver/runtime/
Drs_cl.c327 static bool isnegzero(float f) { in isnegzero() function
333 return isposzero(f) || isnegzero(f); in iszero()