Searched defs:is_not_zero (Results 1 – 6 of 6) sorted by relevance
38 nir_ssa_def *is_not_zero = nir_fneu(b, abs_x, zero); in lower_frexp_sig() local112 nir_ssa_def *is_not_zero = nir_fneu(b, abs_x, zero); in lower_frexp_exp() local
422 is_not_zero(struct hash_table *ht, nir_alu_instr *instr, unsigned src, in is_not_zero() function
690 ir_variable *is_not_zero = in dfrexp_sig_to_arith() local763 ir_variable *is_not_zero = in dfrexp_exp_to_arith() local
7001 ir_variable *is_not_zero = body.make_temp(bvec, "is_not_zero"); in _frexp() local
114 static BN_ULONG is_not_zero(BN_ULONG in) { in is_not_zero() function