Searched refs:zero_tail (Results 1 – 2 of 2) sorted by relevance
601 bool zero_tail = true; in RadixStringToIeee() local605 zero_tail = zero_tail && **current == '0'; in RadixStringToIeee()619 if ((number & 1) != 0 || !zero_tail) { in RadixStringToIeee()
128 bool zero_tail = true; in InternalStringToIntDouble() local132 zero_tail = zero_tail && *current == '0'; in InternalStringToIntDouble()147 if ((number & 1) != 0 || !zero_tail) { in InternalStringToIntDouble()