Searched refs:expPart (Results 1 – 1 of 1) sorted by relevance
1133 long expPart = 0; in nsvg__atof() local1135 expPart = strtol(cur, &end, 10); // Parse digit sequence with sign in nsvg__atof()1137 res *= pow(10.0, (double)expPart); in nsvg__atof()