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