HomeSort by: relevance | last modified time | path
    Searched defs:fpi (Results 1 - 25 of 33) 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;
ldtoa.c 57 static CONST FPI fpi = { local in function:ldtoa
102 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
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);
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);
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);
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);
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);
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);
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);
strtodI.c 60 static CONST FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local in function:strtodI
66 k = strtodg(s, sp, &fpi, &exp, bits);
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);
strtopxL.c 55 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
63 #define fpi &fpi0 macro
66 k = strtodg(s, sp, fpi, &expt, bits, loc);
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);
strtordd.c 183 static CONST FPI fpi0 = { 106, 1-1023, 2046-1023-106+1, 1, 1 };
185 static CONST FPI fpi0 = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
187 CONST FPI *fpi; local in function:strtordd
188 FPI fpi1;
193 fpi = &fpi0;
197 fpi = &fpi1;
199 k = strtodg(s, sp, fpi, &expt, bits);
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_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);
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);
strtof_vaxf.c 49 static CONST FPI fpi = { 24, 1-128-1-24+1, 255-128-1-24+1, 1, SI }; local in function:__weak_alias
55 k = strtodg(s, sp, &fpi, &expt, bits, loc);
strtopQ.c 57 static CONST FPI fpi0 = { 113, 1-16383-113+1, 32766 - 16383 - 113 + 1, 1, SI };
65 #define fpi &fpi0 macro
68 k = strtodg(s, sp, fpi, &expt, bits, loc);
strtopdd.c 44 static CONST FPI fpi0 = { 106, 1-1023, 2046-1023-106+1, 1, 1 };
46 static CONST FPI fpi0 = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
59 #define fpi &fpi0 macro
62 rv = strtodg(s, sp, fpi, &expt, bits);
strtopx.c 59 static const FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
67 #define fpi &fpi0 macro
70 k = strtodg(s, sp, fpi, &expt, bits, loc);
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);

Completed in 21 milliseconds

1 2