Searched refs:ulHexVal (Results 1 – 1 of 1) sorted by relevance
472 uint64 ulHexVal = ullMantissa & 0xF000000000000000uLL; in std_dtoa_hex() local473 ulHexVal >>= 60; in std_dtoa_hex()477 acIntegerPart[ nI++ ] = pcDigitArray[ulHexVal]; in std_dtoa_hex()483 acFractionPart[ nF++ ] = pcDigitArray[ulHexVal]; in std_dtoa_hex()