Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Ddtoa.c131 int inexact, oldinexact; local
188 inexact = 1;
464 inexact = 0;
686 inexact = 0;
699 inexact = 0;
769 inexact = 0;
823 if (inexact) {
Dstrtod.c105 int inexact, oldinexact; local
431 inexact = 1;
692 inexact = 0;
796 inexact = 0;
803 inexact = 0;
1064 if (inexact) {
1091 if (inexact && !(word0(&rv) & Exp_mask)) {