Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh68 static inline bool isnegzero(float f) {
74 return isposzero(f) || isnegzero(f);
Dmath_conformance.rs21 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_conformance.rs39 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
Dshared.rsh89 static inline bool isnegzero(float f) {
95 return isposzero(f) || isnegzero(f);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_conformance.rs37 _RS_ASSERT(isnegzero(rootn(-0.f, 3)));
Dshared.rsh87 static inline bool isnegzero(float f) {
93 return isposzero(f) || isnegzero(f);
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh71 static inline bool isnegzero(float f) {
77 return isposzero(f) || isnegzero(f);
/frameworks/rs/driver/runtime/
Drs_cl.c332 static bool isnegzero(float f) { in isnegzero() function
337 return isposzero(f) || isnegzero(f); in iszero()