HomeSort by relevance Sort by last modified time
    Searched refs:isFloat16Negative (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 105 int isFloat16Negative(unsigned short val) {
175 if (!isFloat16Negative(bounds[0]) && isFloat16SubNormal(bounds[0]))
178 if (isFloat16Negative(bounds[1]) && isFloat16SubNormal(bounds[1]))
Float16Utils.java 64 static boolean isFloat16Negative(short val) {

Completed in 553 milliseconds