/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;
|
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);
|
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);
|
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);
|
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);
|
gdtoa.h | 96 FPI { 102 } FPI; 104 enum { /* FPI.rounding values: same as FLT_ROUNDS */ 136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp, 141 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*,
|
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);
|
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);
|
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);
|
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);
|