Searched refs:sqrtOddAdjustments (Results 1 – 2 of 2) sorted by relevance
595 static const uint16_t sqrtOddAdjustments[] = { in estimateSqrt32() local608 z = 0x4000 + ( a>>17 ) - sqrtOddAdjustments[ (int)index ]; in estimateSqrt32()
605 static const bits16 sqrtOddAdjustments[] = {619 z = 0x4000 + ( a>>17 ) - sqrtOddAdjustments[ index ];