Searched refs:fxpCeil (Results 1 – 2 of 2) sorted by relevance
389 FXP fxpCeil(const FXP& input) in fxpCeil() function1715 numPoints = (fxpCeil(FXP_ONE_HALF + (fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS; in NumPointsForTessFactor()1719 numPoints = ((fxpCeil((fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS)+1; in NumPointsForTessFactor()1735 FXP fxpCeilHalfTessFactor = fxpCeil(fxpHalfTessFactor); in ComputeTessFactorContext()
403 FXP fxpCeil(const FXP& input) in fxpCeil() function1729 numPoints = (fxpCeil(FXP_ONE_HALF + (fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS; in NumPointsForTessFactor()1733 numPoints = ((fxpCeil((fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS)+1; in NumPointsForTessFactor()1749 FXP fxpCeilHalfTessFactor = fxpCeil(fxpHalfTessFactor); in ComputeTessFactorContext()