Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:expt

49 	Long expt;
62 rv = strtodg(s, sp, fpi, &expt, bits);
75 | ((expt + 0x3ff + 105) << 20);
76 expt += 0x3ff + 52;
79 if (i >= expt) {
80 i = expt - 1;
81 expt = 0;
84 expt -= i;
92 if (i >= expt) {
93 i = expt - 1;
94 expt = 0;
97 expt -= i;
112 u->L[2+_0] = (bits[1] & 0xfffff) | (expt << 20);