Searched refs:mant_bf (Results 1 – 1 of 1) sorted by relevance
64 vec_float4 mant_bf, inv_bf; in _divd2() local167 mant_bf = spu_roundtf(mant_b); in _divd2()168 inv_bf = spu_re(mant_bf); in _divd2()169 inv_bf = spu_madd(spu_nmsub(mant_bf, inv_bf, onef), inv_bf, inv_bf); in _divd2()