Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh73 static inline bool iszero(float f) {
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh76 static inline bool iszero(float f) {
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh92 static inline bool iszero(float f) {
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh94 static inline bool iszero(float f) {
/frameworks/rs/driver/runtime/
Drs_cl.c336 static bool iszero(float f) { in iszero() function
681 if (iszero(v)) { in FN_FUNC_FN()