Searched refs:fpi1 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa_fltrnds.h1 FPI *fpi, fpi1; variable
15 fpi1 = fpi0;
16 fpi = &fpi1;
17 fpi1.rounding = Rounding;
H A Dstrtord.c82 FPI *fpi, fpi1; local
89 fpi1 = fpi0;
90 fpi1.rounding = rounding;
91 fpi = &fpi1;
H A DstrtorQ.c106 FPI *fpi, fpi1; local
113 fpi1 = fpi0;
114 fpi1.rounding = rounding;
115 fpi = &fpi1;
H A Dstrtod.c177 FPI fpi1 = fpi; local
178 fpi1.rounding = Rounding;
180 #define fpi1 fpi
182 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) {

Completed in 54 milliseconds