Searched refs:rounding (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtord.c | 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d; in strtord() argument 78 strtord(CONST char *s, char **sp, int rounding, double *d) 88 if (rounding != FPI_Round_near) { 90 fpi1.rounding = rounding;
|
D | strtorQ.c | 100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorQ() argument 102 strtorQ(CONST char *s, char **sp, int rounding, void *L) 112 if (rounding != FPI_Round_near) { 114 fpi1.rounding = rounding;
|
D | gdtoa_fltrnds.h | 17 fpi1.rounding = Rounding;
|
D | ldtoa.c | 75 fpi.rounding ^= (fpi.rounding >> 1) & p->ext_sign; in __ldtoa()
|
D | gethex.c | 157 switch(fpi->rounding) { 176 switch(fpi->rounding) { 277 switch (fpi->rounding) { 320 switch(fpi->rounding) {
|
D | gdtoa.h | 92 int rounding; member
|
D | strtodg.c | 206 fpi->rounding == 555 switch(fpi->rounding & 3) { 1093 switch(fpi->rounding & 3) {
|
D | gdtoa.c | 324 if ( (rdir = fpi->rounding - 1) !=0) {
|
D | strtod.c | 178 fpi1.rounding = Rounding;
|