Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1091 long long intPart = 0, fracPart = 0; in nsvg__atof() local
1118 fracPart = strtoll(cur, &end, 10); in nsvg__atof()
1120 res += (double)fracPart / pow(10.0, (double)(end - cur)); in nsvg__atof()