Searched refs:fpi0 (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/libc/gdtoa/
H A Dgdtoa_fltrnds.h14 fpi = &fpi0;
16 fpi1 = fpi0;
H A Dstrtopd.c43 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local
50 #define fpi &fpi0
H A Dstrtopf.c43 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; local
50 #define fpi &fpi0
H A Dstrtord.c78 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local
85 fpi = &fpi0;
87 fpi1 = fpi0;
H A Dstrtorf.c76 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; local
83 fpi = &fpi0;
85 fpi1 = fpi0;
H A Dstrtorx.c107 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
114 fpi = &fpi0;
116 fpi1 = fpi0;
H A DstrtorxL.c95 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
102 fpi = &fpi0;
104 fpi1 = fpi0;
H A DstrtorQ.c104 static CONST FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI }; local
111 fpi = &fpi0;
113 fpi1 = fpi0;
H A Dstrtof.c48 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; local
56 #define fpi &fpi0
H A DstrtopQ.c57 static CONST FPI fpi0 = { 113, 1-16383-113+1, 32766 - 16383 - 113 + 1, 1, SI }; local
65 #define fpi &fpi0
H A Dstrtopx.c59 static const FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
67 #define fpi &fpi0
H A DstrtopxL.c55 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; local
63 #define fpi &fpi0
H A Dg_xLfmt.c59 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, 0 }; local
66 #define fpi &fpi0
H A Dg_dfmt.c43 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, 0 }; local
50 #define fpi &fpi0
H A Dg_ffmt.c43 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, 0 }; local
50 #define fpi &fpi0
H A Dg_xfmt.c63 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, 0 }; local
71 #define fpi &fpi0
H A Dg_Qfmt.c61 static CONST FPI fpi0 = { 113, 1-16383-113+1, 32766 - 16383 - 113 + 1, 1, 0 }; local
68 #define fpi &fpi0
H A Dstrtordd.c183 static CONST FPI fpi0 = { 106, 1-1023, 2046-1023-106+1, 1, 1 }; local
185 static CONST FPI fpi0 = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
193 fpi = &fpi0;
195 fpi1 = fpi0;
H A Dstrtopdd.c44 static CONST FPI fpi0 = { 106, 1-1023, 2046-1023-106+1, 1, 1 }; local
46 static CONST FPI fpi0 = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
59 #define fpi &fpi0

Completed in 134 milliseconds