Searched refs:signWidth (Results 1 – 1 of 1) sorted by relevance
127 std::size_t signWidth = (s[index + 1] == '+' || s[index + 1] == '-') ? 1 : 0; in normalizeFloatingPointStr() local128 auto exponentStartIndex = index + 1 + signWidth; in normalizeFloatingPointStr()