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

/haiku-buildtools/gcc/libgcc/config/spu/
H A Ddivv2df3.c43 vec_uint4 a_exp, b_exp; local
68 b_exp = (vec_uint4)spu_and((vec_uint4)b_in, exp_mask_u32);
69 b_exp = spu_shuffle(b_exp, b_exp, splat_hi);
78 b_exp_1s = (vec_ullong2)spu_cmpeq(b_exp, exp_mask_u32);
89 b_denorm0= (vec_ullong2)spu_cmpeq(b_exp, 0);

Completed in 41 milliseconds