Searched refs:nManShift (Results 1 – 1 of 1) sorted by relevance
389 int nManShift = 0; in std_dtoa_hex() local448 nManShift = std_dtoa_clz64( ullMantissa ) - 3; in std_dtoa_hex()449 if( nManShift > 0 ) in std_dtoa_hex()451 ullMantissa <<= nManShift; in std_dtoa_hex()452 n64Exponent -= nManShift; in std_dtoa_hex()