HomeSort by: relevance | last modified time | path
    Searched defs:fpi1 (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoa_fltrnds.h 2 FPI fpi1; variable in typeref:typename:FPI
16 fpi1 = fpi0;
17 fpi = &fpi1;
18 fpi1.rounding = Rounding;
strtord.c 80 FPI fpi1; local in function:strtord
87 fpi1 = fpi0;
88 fpi1.rounding = rounding;
89 fpi = &fpi1;
strtordd.c 188 FPI fpi1; local in function:strtordd
195 fpi1 = fpi0;
196 fpi1.rounding = rounding;
197 fpi = &fpi1;
strtorf.c 78 FPI fpi1; local in function:strtorf
85 fpi1 = fpi0;
86 fpi1.rounding = rounding;
87 fpi = &fpi1;
strtorQ.c 106 FPI fpi1; local in function:strtorQ
113 fpi1 = fpi0;
114 fpi1.rounding = rounding;
115 fpi = &fpi1;
strtorx.c 109 FPI fpi1; local in function:strtorx
116 fpi1 = fpi0;
117 fpi1.rounding = rounding;
118 fpi = &fpi1;
strtorxL.c 97 FPI fpi1; local in function:strtorxL
104 fpi1 = fpi0;
105 fpi1.rounding = rounding;
106 fpi = &fpi1;
strtod.c 167 FPI fpi1 = fpi; local in function:_int_strtod_l
168 fpi1.rounding = Rounding;
170 #define fpi1 fpi
172 switch((i = gethex(&s, &fpi1, &expt, &bb, sign, loc)) & STRTOG_Retmask) {

Completed in 13 milliseconds