Searched refs:is_half_denorm (Results 1 – 2 of 2) sorted by relevance
722 static int inline is_half_denorm(cl_half half) { return IsHalfSubnormal(half); } in is_half_denorm() function
1177 if ( is_half_denorm( expected[j] ) && is_half_zero( actual[j] ) ) in validate_half_write_results()