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
434 inexact = 1;
695 inexact = 0;
799 inexact = 0;
806 inexact = 0;
1067 if (inexact) {
1094 if (inexact && !(word0(&rv) & Exp_mask)) {