Searched refs:isFloat16Negative (Results 1 – 2 of 2) sorted by relevance
105 int isFloat16Negative(unsigned short val) { in isFloat16Negative() function175 if (!isFloat16Negative(bounds[0]) && isFloat16SubNormal(bounds[0])) in getErrorBar()178 if (isFloat16Negative(bounds[1]) && isFloat16SubNormal(bounds[1])) in getErrorBar()
64 static boolean isFloat16Negative(short val) { in isFloat16Negative() method in Float16Utils