Searched defs:decimal_digits (Results 1 – 5 of 5) sorted by relevance
76 const char* decimal_digits, in CreateExponentialRepresentation()120 const char* decimal_digits, in CreateDecimalRepresentation()
132 DigitsOutput decimal_digits(DigitsInput input, int precision, bool e_mode) { in decimal_digits() function
92 decimal_digits = r"(0|[1-9][0-9]*)" variable