Searched refs:intPart (Results 1 – 1 of 1) sorted by relevance
1091 long long intPart = 0, fracPart = 0; in nsvg__atof() local1105 intPart = strtoll(cur, &end, 10); in nsvg__atof()1107 res = (double)intPart; in nsvg__atof()