HomeSort by: relevance | last modified time | path
    Searched refs:fpi (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/lib/libc/gdtoa/
gdtoa_fltrnds.h 1 CONST FPI *fpi; variable in typeref:typename:CONST FPI *
2 FPI fpi1;
14 fpi = &fpi0;
17 fpi = &fpi1;
strtopd.c 43 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
50 #define fpi &fpi0 macro
53 k = strtodg(s, sp, fpi, &expt, bits);
strtord.c 78 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
79 CONST FPI *fpi; local in function:strtord
80 FPI fpi1;
85 fpi = &fpi0;
89 fpi = &fpi1;
91 k = strtodg(s, sp, fpi, &expt, bits, loc);
strtorf.c 76 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
77 CONST FPI *fpi; local in function:strtorf
78 FPI fpi1;
83 fpi = &fpi0;
87 fpi = &fpi1;
89 k = strtodg(s, sp, fpi, &expt, bits);
g_ddfmt.c 43 FPI fpi; local in function:g_ddfmt
157 fpi.nbits = z->wds * 32 - hi0bits(z->x[j = z->wds-1]);
158 if (fpi.nbits < 106) {
159 fpi.nbits = 106;
170 if (bufsize < (int)(fpi.nbits * .301029995664) + 10) {
176 fpi.emin = 1-1023-53+1;
177 fpi.emax = 2046-1023-106+1;
178 fpi.rounding = Rounding;
179 fpi.sudden_underflow = 0
    [all...]
strtoIg.c 38 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; CONST FPI *fpi; Long *exp; Bigint **B; int *rvp;
40 strtoIg(CONST char *s00, char **se, CONST FPI *fpi, Long *exp, Bigint **B, int *rvp)
49 rv = strtodg(s00, se, fpi, exp, b->x);
62 nb = fpi->nbits;
71 if (fpi->sudden_underflow) {
84 if (++e1 > fpi->emax)
99 e1 = fpi->emax
    [all...]
gethex.c 41 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign, locale_t loc)
141 switch(fpi->rounding) {
158 switch(fpi->rounding) {
171 nbits = fpi->nbits;
182 *expt = fpi->emin;
218 nbits = fpi->nbits;
243 if (e > fpi->emax) {
253 if (e < fpi->emin) {
255 n = fpi->emin - e
    [all...]
strtoIQ.c 43 static CONST FPI fpi = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI }; local in function:strtoIQ
53 k = strtoIg(s, sp, &fpi, exp, B, rv);
strtoId.c 43 static CONST FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local in function:strtoId
52 k = strtoIg(s, sp, &fpi, exp, B, rv);
strtoIf.c 43 static CONST FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; local in function:strtoIf
52 k = strtoIg(s, sp, &fpi, exp, B, rv);
strtoIx.c 43 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local in function:strtoIx
53 k = strtoIg(s, sp, &fpi, exp, B, rv);
strtoIxL.c 43 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local in function:strtoIxL
53 k = strtoIg(s, sp, &fpi, exp, B, rv);
strtopf.c 43 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
50 #define fpi &fpi0 macro
53 k = strtodg(s, sp, fpi, &expt, bits);
strtorQ.c 104 static CONST FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
105 CONST FPI *fpi; local in function:strtorQ
106 FPI fpi1;
111 fpi = &fpi0;
115 fpi = &fpi1;
117 k = strtodg(s, sp, fpi, &expt, bits);
strtorx.c 107 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
108 CONST FPI *fpi; local in function:strtorx
109 FPI fpi1;
114 fpi = &fpi0;
118 fpi = &fpi1;
120 k = strtodg(s, sp, fpi, &expt, bits);
strtorxL.c 95 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
96 CONST FPI *fpi; local in function:strtorxL
97 FPI fpi1;
102 fpi = &fpi0;
106 fpi = &fpi1;
108 k = strtodg(s, sp, fpi, &expt, bits);
strtoIdd.c 44 static CONST FPI fpi = { 106, 1-1023, 2046-1023-106+1, 1, 1 }; local in function:strtoIdd
46 static CONST FPI fpi = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
56 k = strtoIg(s, sp, &fpi, exp, B, rv);
hexnan.c 56 hexnan(sp, fpi, x0)
57 CONST char **sp; CONST FPI *fpi; ULong *x0;
59 hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0)
68 nbits = fpi->nbits;
g_dfmt.c 43 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, 0 };
50 #define fpi &fpi0 macro
95 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
g_ffmt.c 43 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, 0 };
50 #define fpi &fpi0 macro
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
g_xLfmt.c 59 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, 0 };
66 #define fpi &fpi0 macro
113 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
ldtoa.c 57 static CONST FPI fpi = { local in function:ldtoa
102 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
strtodnrp.c 49 static const FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local in function:strtod
55 k = strtodg(s, sp, &fpi, &expt, bits);
strtof.c 48 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
56 #define fpi &fpi0 macro
59 k = strtodg(s, sp, fpi, &expt, bits, loc);
  /src/usr.sbin/sysinst/
menus.entropy 80 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
82 fpi->xfer_host[XFER_HOST(fpi->xfer)],
83 sizeof fpi->xfer_host[XFER_HOST(fpi->xfer)]); };
89 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
90 src_prompt(MSG_User, fpi->user, sizeof fpi->user);
91 fpi->pass[0] = 0;
99 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg
    [all...]

Completed in 16 milliseconds

1 2