Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwconv.c299 long double aflt = 0; in iwafcmp() local
308 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()