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