Home
last modified time | relevance | path

Searched refs:expPart (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1133 long expPart = 0; in nsvg__atof() local
1135 expPart = strtol(cur, &end, 10); // Parse digit sequence with sign in nsvg__atof()
1137 res *= pow(10.0, (double)expPart); in nsvg__atof()