Searched refs:noScale (Results 1 – 2 of 2) sorted by relevance
712 bool noScale = std::fabs(alpha - 1) < DBL_EPSILON && std::fabs(beta) < DBL_EPSILON; in convertTo() local721 if( sdepth == ddepth && noScale ) in convertTo()
5570 bool noScale = fabs(alpha-1) < DBL_EPSILON && fabs(beta) < DBL_EPSILON; in convertTo() local5578 if( sdepth == ddepth && noScale ) in convertTo()5586 … BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); in convertTo()