Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/math/
Dstrtod.c56 int num_decimals; in strtod() local
75 num_decimals = 0; in strtod()
92 num_decimals++; in strtod()
95 exponent -= num_decimals; in strtod()