Home
last modified time | relevance | path

Searched refs:iposinf (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh35 static const int iposinf = 0x7f800000;
39 float f = *((float*)&iposinf);
50 return (i == iposinf);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh35 static const int iposinf = 0x7f800000;
39 float f = *((float*)&iposinf);
50 return (i == iposinf);
/frameworks/rs/driver/runtime/
Drs_cl.c299 static const int iposinf = 0x7f800000; variable
303 float f = *((float*)&iposinf); in posinf()
314 return (i == iposinf) || (i == ineginf); in isinf()