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;
Dgdtoa_fltrnds.h17 fpi1.rounding = Rounding;
Dldtoa.c75 fpi.rounding ^= (fpi.rounding >> 1) & p->ext_sign; in __ldtoa()
Dgethex.c157 switch(fpi->rounding) {
176 switch(fpi->rounding) {
277 switch (fpi->rounding) {
320 switch(fpi->rounding) {
Dgdtoa.h92 int rounding; member
Dstrtodg.c206 fpi->rounding ==
555 switch(fpi->rounding & 3) {
1093 switch(fpi->rounding & 3) {
Dgdtoa.c324 if ( (rdir = fpi->rounding - 1) !=0) {
Dstrtod.c178 fpi1.rounding = Rounding;