Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gdtoa/
H A Dulp.c59 L = (unsigned int)-L >> Exp_shift;
60 if (L < Exp_shift) {
66 L -= Exp_shift;
H A Dgdtoaimp.h342 #define Exp_shift 20 macro
381 #define Exp_shift 24 macro
407 #define Exp_shift 23 macro
H A Dstrtod.c85 if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
87 word0(&u) = Exp_1 + (i << Exp_shift);
527 >> Exp_shift)) > 0) {
822 ? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
1069 word0(&rv0) = Exp_1 + (70 << Exp_shift);
H A Dgdtoa.c262 word0(&d) += j << Exp_shift - 2 & Exp_mask;
264 word0(&d) += (be + bbits - 1) << Exp_shift;
H A Dmisc.c766 de = (int)(d0 >> Exp_shift);
771 if ( (de = (int)(d0 >> Exp_shift)) !=0)
H A Ddtoa.c826 word0(&d) = Exp_1 + (70 << Exp_shift);