Home
last modified time | relevance | path

Searched refs:rounding (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtord.c76 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;
DstrtorQ.c100 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;
Dldtoa.c73 fpi.rounding ^= (fpi.rounding >> 1) & p->ext_sign; in __ldtoa()
Dgdtoa_fltrnds.h17 fpi1.rounding = Rounding;
Dgethex.c154 switch(fpi->rounding) {
173 switch(fpi->rounding) {
274 switch (fpi->rounding) {
317 switch(fpi->rounding) {
Dgdtoa.h92 int rounding; member
Dstrtodg.c206 fpi->rounding ==
552 switch(fpi->rounding & 3) {
1090 switch(fpi->rounding & 3) {
Dgdtoa.c324 if ( (rdir = fpi->rounding - 1) !=0) {
Dstrtod.c175 fpi1.rounding = Rounding;