Searched defs:is_denormal (Results 1 – 6 of 6) sorted by relevance
175 fn is_denormal(self) -> bool { in is_denormal() method
254 fn is_denormal(self) -> bool { in is_denormal() method
255 fn is_denormal(self) -> bool { in is_denormal() method
1155 Temp is_denormal = bld.tmp(bld.lm); in emit_scaled_op() local1169 Temp is_denormal = bld.sopc(aco_opcode::s_cmp_lt_u32, bld.def(s1, scc), abs, denorm_cmp); in emit_scaled_op() local
16659 const bool is_denormal = E == 0; in compute_boundaries() local