Lines Matching refs:value_d
80 vec_double2 exp, value_d; in _recipd2() local
99 value_d = spu_mul(value_in, scale); in _recipd2()
100 value = spu_roundtf(value_d); in _recipd2()
107 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
108 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2()
140 value_d = spu_sub(spu_or(value_abs, exp_53), exp_53); in _recipd2()
141 value_d = spu_sel(value_abs, value_d, (vec_ullong2)isdenorm0); in _recipd2()
146 scale = spu_xor(spu_and(value_d, (vec_double2)expmask), (vec_double2)expmask); in _recipd2()
147 value_d = spu_mul(value_d, scale); in _recipd2()
148 value = spu_roundtf(value_d); in _recipd2()
156 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
157 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2()