Home
last modified time | relevance | path

Searched refs:isFloat16Negative (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c105 int isFloat16Negative(unsigned short val) { in isFloat16Negative() function
175 if (!isFloat16Negative(bounds[0]) && isFloat16SubNormal(bounds[0])) in getErrorBar()
178 if (isFloat16Negative(bounds[1]) && isFloat16SubNormal(bounds[1])) in getErrorBar()
DFloat16Utils.java64 static boolean isFloat16Negative(short val) { in isFloat16Negative() method in Float16Utils