Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dulp.c57 L = -L >> Exp_shift;
58 if (L < Exp_shift) {
64 L -= Exp_shift;
Dgdtoaimp.h307 #define Exp_shift 20 macro
346 #define Exp_shift 24 macro
372 #define Exp_shift 23 macro
Dstrtod.c74 if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
76 word0(&u) = Exp_1 + (i << Exp_shift);
533 >> Exp_shift)) > 0) {
824 ? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
1069 word0(&rv0) = Exp_1 + (70 << Exp_shift);
Dgdtoa.c256 word0(&d) += j << Exp_shift - 2 & Exp_mask;
258 word0(&d) += (be + bbits - 1) << Exp_shift;
Dmisc.c753 de = (int)(d0 >> Exp_shift);
758 if ( (de = (int)(d0 >> Exp_shift)) !=0)
Ddtoa.c825 word0(&d) = Exp_1 + (70 << Exp_shift);