Searched refs:stringIndex (Results 1 – 1 of 1) sorted by relevance
1156 for (unsigned stringIndex = 0; stringIndex != numCharacters; ++stringIndex) { in mangleFloat() local1158 unsigned digitBitIndex = 4 * (numCharacters - stringIndex - 1); in mangleFloat()1170 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()