Lines Matching refs:RecipOp
9440 std::string RecipOp(Base); in getRecipOp() local
9442 RecipOp += "d"; in getRecipOp()
9444 RecipOp += "f"; in getRecipOp()
9447 RecipOp = "vec-" + RecipOp; in getRecipOp()
9449 return RecipOp; in getRecipOp()
9464 std::string RecipOp = getRecipOp("sqrt", VT); in getRsqrtEstimate() local
9465 if (!Recips.isEnabled(RecipOp)) in getRsqrtEstimate()
9468 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRsqrtEstimate()
9486 std::string RecipOp = getRecipOp("div", VT); in getRecipEstimate() local
9487 if (!Recips.isEnabled(RecipOp)) in getRecipEstimate()
9490 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRecipEstimate()