Searched refs:decimalPt (Results 1 – 1 of 1) sorted by relevance
531 char *decimalPt = strchr(decstr, '.'); in decimalStrToDouble() local532 if (decimalPt) { in decimalStrToDouble()538 *decimalPt = rep[2]; in decimalStrToDouble()