Lines Matching defs:expt
38 ULtodd(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
40 ULtodd(ULong *L, ULong *bits, Long expt, int k)
54 | ((expt + 0x3ff + 105) << 20);
55 expt += 0x3ff + 52;
58 if (i >= expt) {
59 i = expt - 1;
60 expt = 0;
63 expt -= i;
71 if (i >= expt) {
72 i = expt - 1;
73 expt = 0;
76 expt -= i;
91 L[2+_0] = (bits[1] & 0xfffff) | (expt << 20);
190 Long expt;
199 k = strtodg(s, sp, fpi, &expt, bits);
202 ULtodd((ULong*)dd, bits, expt, k);