Searched refs:x_trans (Results 1 – 2 of 2) sorted by relevance
106 vec_double2 x_trans; // transformed x when |x| > 0.5 in _asind2() local120 x_trans = _sqrtd2(spu_nmsub(x_abs, half, half)); in _asind2()136 x = spu_sel(x, x_trans, (vec_ullong2)x_gt_half); in _asind2()
102 vec_double2 x_trans; // transformed x when |x| > 0.5 in _acosd2() local116 x_trans = _sqrtd2(spu_nmsub(x_abs, half, half)); in _acosd2()134 x = spu_sel(x, x_trans, (vec_ullong2)x_gt_half); in _acosd2()