HomeSort by: relevance | last modified time | path
    Searched defs:a_exp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
divv2df3.c 43 vec_uint4 a_exp, b_exp; local
66 a_exp = (vec_uint4)spu_and((vec_uint4)a_in, exp_mask_u32);
67 a_exp = spu_shuffle(a_exp, a_exp, splat_hi);
77 a_exp_1s = (vec_ullong2)spu_cmpeq(a_exp, exp_mask_u32);
83 a_denorm0= (vec_ullong2)spu_cmpeq(a_exp, 0);
divv2df3.c 43 vec_uint4 a_exp, b_exp; local
66 a_exp = (vec_uint4)spu_and((vec_uint4)a_in, exp_mask_u32);
67 a_exp = spu_shuffle(a_exp, a_exp, splat_hi);
77 a_exp_1s = (vec_ullong2)spu_cmpeq(a_exp, exp_mask_u32);
83 a_denorm0= (vec_ullong2)spu_cmpeq(a_exp, 0);

Completed in 28 milliseconds