Searched refs:aflt (Results 1 – 1 of 1) sorted by relevance
299 long double aflt = 0; in iwafcmp() local308 aflt += (*arp - '0') / base; in iwafcmp()313 aflt *= asign; in iwafcmp()329 if (aflt < bflt) return -1; in iwafcmp()330 if (aflt > bflt) return 1; in iwafcmp()