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