Searched refs:parse_double_float (Results 1 – 1 of 1) sorted by relevance
1149 static bool parse_double_float(const char* str, int n, bool isfloat, void *dest) { in parse_double_float() function1176 return parse_double_float(str, n, false, dest); in parse_double()1180 return parse_double_float(str, n, true, dest); in parse_float()