Searched refs:fpi (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoa_fltrnds.h1 FPI *fpi, fpi1; variable
13 fpi = &fpi0;
16 fpi = &fpi1;
H A Dstrtopd.c48 #define fpi &fpi0 macro
51 k = strtodg(s, sp, fpi, &exp, bits);
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
47 rv = strtodg(s00, se, fpi, exp, b->x);
56 nb = fpi->nbits;
65 if (fpi->sudden_underflow) {
78 if (++e1 > fpi->emax)
93 e1 = fpi->emax;
107 if (e1 == fpi->emin) {
108 if (fpi
[all...]
H A DstrtoIdd.c42 static FPI fpi = { 106, 1-1023, 2046-1023-106+1, 1, 1 }; local
44 static FPI fpi = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
52 k = strtoIg(s, sp, &fpi, exp, B, rv);
H A Dstrtord.c80 FPI *fpi, fpi1; local
85 fpi = &fpi0;
89 fpi = &fpi1;
91 k = strtodg_l(s, sp, fpi, &exp, bits, locale);
H A Dstrtorf.c75 FPI *fpi, fpi1; local
80 fpi = &fpi0;
84 fpi = &fpi1;
86 k = strtodg(s, sp, fpi, &exp, bits);
H A DstrtorxL.c94 FPI *fpi, fpi1; local
99 fpi = &fpi0;
103 fpi = &fpi1;
105 k = strtodg(s, sp, fpi, &exp, bits);
H A Dg_ddfmt.c41 FPI fpi; local
142 fpi.nbits = z->wds * 32 - hi0bits(z->x[j = z->wds-1]);
143 if (fpi.nbits < 106) {
144 fpi.nbits = 106;
155 if (bufsize < (int)(fpi.nbits * .301029995664) + 10) {
161 fpi.emin = 1-1023-53+1;
162 fpi.emax = 2046-1023-106+1;
163 fpi.rounding = Rounding;
164 fpi.sudden_underflow = 0;
166 s = gdtoa(&fpi, e
[all...]
H A Dgethex.c40 gethex(sp, fpi, exp, bp, sign)
41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
157 switch(fpi->rounding) {
174 switch(fpi->rounding) {
187 nbits = fpi->nbits;
198 *exp = fpi->emin;
232 nbits = fpi->nbits;
255 if (e > fpi->emax) {
265 if (e < fpi
[all...]
H A DstrtoIQ.c41 static FPI fpi = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI }; local
49 k = strtoIg(s, sp, &fpi, exp, B, rv);
H A DstrtoId.c41 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local
48 k = strtoIg(s, sp, &fpi, exp, B, rv);
H A DstrtoIf.c41 static FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; local
48 k = strtoIg(s, sp, &fpi, exp, B, rv);
H A DstrtoIx.c41 static FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
49 k = strtoIg(s, sp, &fpi, exp, B, rv);
H A DstrtoIxL.c41 static FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
49 k = strtoIg(s, sp, &fpi, exp, B, rv);
H A Dstrtopf.c48 #define fpi &fpi0 macro
51 k = strtodg(s, sp, fpi, &exp, bits);
H A Dhexnan.c54 hexnan(sp, fpi, x0)
55 CONST char **sp; FPI *fpi; ULong *x0;
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
66 nbits = fpi->nbits;
H A DstrtorQ.c113 FPI *fpi, fpi1; local
118 fpi = &fpi0;
122 fpi = &fpi1;
124 k = strtodg_l(s, sp, fpi, &exp, bits, locale);
H A Dstrtorx.c116 FPI *fpi, fpi1; local
121 fpi = &fpi0;
125 fpi = &fpi1;
127 k = strtodg_l(s, sp, fpi, &exp, bits, locale);
H A Dg_dfmt.c48 #define fpi &fpi0 macro
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_ffmt.c48 #define fpi &fpi0 macro
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xLfmt.c64 #define fpi &fpi0 macro
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Ddolfptoa.c14 u_int32 fpi,
43 for (dec = (int)(cp - cbuf); dec > 0 && fpi != 0; dec--) {
47 digit = fpi;
48 fpi /= 10U;
49 digit -= (fpi << 3) + (fpi << 1); /* i*10 */
141 u_int32 fpi,
148 isneg = M_ISNEG(fpi);
150 M_NEG(fpi, fpf);
153 return dolfptoa(fpi, fp
13 dolfptoa( u_int32 fpi, u_int32 fpv, int neg, short ndec, int msec ) argument
140 mfptoa( u_int32 fpi, u_int32 fpf, short ndec ) argument
158 mfptoms( u_int32 fpi, u_int32 fpf, short ndec ) argument
[all...]
/freebsd-9.3-release/lib/libc/gdtoa/
H A D_ldtoa.c49 FPI fpi = { local
74 fpi.rounding ^= (fpi.rounding >> 1) & u.bits.sign;
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dvmstat-p.d26 * fpi filesystem page ins Kbytes
70 fpi = 0; fpo = 0; fpf = 0;
86 "epi", "epo", "epf", "api", "apo", "apf", "fpi", "fpo", "fpf");
102 vminfo:::fspgin { fpi += arg0; }
135 fpi *= `_pagesize / 1024;
148 epi, epo, epf, api, apo, apf, fpi, fpo, fpf);
154 fpi = 0; fpo = 0; fpf = 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Mem/
H A Dvmstat-p.d26 * fpi filesystem page ins Kbytes
70 fpi = 0; fpo = 0; fpf = 0;
86 "epi", "epo", "epf", "api", "apo", "apf", "fpi", "fpo", "fpf");
102 vminfo:::fspgin { fpi += arg0; }
135 fpi *= `_pagesize / 1024;
148 epi, epo, epf, api, apo, apf, fpi, fpo, fpf);
154 fpi = 0; fpo = 0; fpf = 0;

Completed in 123 milliseconds

12