Searched refs:b_mant_0 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/spu/
H A Ddivv2df3.c44 vec_ullong2 a_mant_0, b_mant_0; local
74 b_mant_0 = (vec_ullong2)spu_cmpeq((vec_uint4)spu_andc((vec_ullong2)b_in, sign_exp_mask), 0);
75 b_mant_0 = spu_and(b_mant_0, spu_shuffle(b_mant_0, b_mant_0, swap_32));
90 b_nan = spu_andc(b_exp_1s, b_mant_0);
91 b_zero = spu_and (b_denorm0, b_mant_0);
92 b_inf = spu_and (b_exp_1s, b_mant_0);

Completed in 31 milliseconds