Home | History | Annotate | Download | only in spu

Lines Matching refs:mult

49   vec_double2 mant_a, mant_b, inv_b, q0, q1, q2, mult;
150 /* Compute a multiplier (mult) to applied to the quotient (q1) to produce the
160 mult = spu_sel((vec_double2)exp, (vec_double2)(spu_add((vec_uint4)exp_mask, -1)), (vec_ullong2)overflow);
169 mult = spu_andc(mult, (vec_double2)spu_or(a_zero, b_inf));
170 mult = spu_sel(mult, (vec_double2)exp_mask, spu_or(a_inf, b_zero));
176 mult = spu_or(mult, (vec_double2)nan);
180 q2 = spu_mul(q1, mult);