Searched refs:y_exp (Results 1 – 1 of 1) sorted by relevance
65 vec_uint4 y_exp; in _powf4() local76 y_exp = spu_and(spu_rlmask((vec_uint4)y, -23), 0x000000FF); in _powf4()88 mant_shift = spu_add(y_exp, -127); in _powf4()97 y_is_int = spu_and(y_is_int, spu_cmpgt(y_exp, 126)); in _powf4()