Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_conformance.rscript36 _RS_ASSERT(isposzero(rootn(0.f, 3)));
40 _RS_ASSERT(isposzero(rootn(0.f, 8)));
41 _RS_ASSERT(isposzero(rootn(-0.f, 8)));
Dshared.rsh82 static inline bool isposzero(float f) {
93 return isposzero(f) || isnegzero(f);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_conformance.rscript38 _RS_ASSERT(isposzero(rootn(0.f, 3)));
42 _RS_ASSERT(isposzero(rootn(0.f, 8)));
43 _RS_ASSERT(isposzero(rootn(-0.f, 8)));
Dshared.rsh84 static inline bool isposzero(float f) {
95 return isposzero(f) || isnegzero(f);
/frameworks/rs/driver/runtime/
Drs_cl.c328 static bool isposzero(float f) { in isposzero() function
337 return isposzero(f) || isnegzero(f); in iszero()