Searched refs:decimalPoint (Results 1 – 2 of 2) sorted by relevance
201 std::optional<int> decimalPoint; in ScanRealInput() local265 if (ch == '0' && got == start && !decimalPoint) { in ScanRealInput()269 } else if (ch == decimal && !decimalPoint) { in ScanRealInput()271 decimalPoint = got - start; // # of digits before the decimal point in ScanRealInput()317 if (decimalPoint) { in ScanRealInput()318 exponent += *decimalPoint; in ScanRealInput()
702 const char decimalPoint) { in is_float_hex_start() argument706 if (*(src + 2) == decimalPoint) { in is_float_hex_start()