Searched refs:isposzero (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_conformance.rs36 _RS_ASSERT(isposzero(rootn(0.f, 3)));
40 _RS_ASSERT(isposzero(rootn(0.f, 8)));
41 _RS_ASSERT(isposzero(rootn(-0.f, 8)));
H A Dshared.rsh82 static inline bool isposzero(float f) {
93 return isposzero(f) || isnegzero(f);
/frameworks/rs/driver/runtime/
H A Drs_cl.c328 static bool isposzero(float f) { function
337 return isposzero(f) || isnegzero(f);

Completed in 1221 milliseconds