Searched refs:fracPart (Results 1 – 1 of 1) sorted by relevance
1091 long long intPart = 0, fracPart = 0; in nsvg__atof() local1118 fracPart = strtoll(cur, &end, 10); in nsvg__atof()1120 res += (double)fracPart / pow(10.0, (double)(end - cur)); in nsvg__atof()