Searched refs:ndigits (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gmp/printf/
H A Ddoprntf.c60 int prec, ndigits, free_size, len, newlen, justify, justlen, explen; local
76 ndigits = 0;
95 ndigits = prec + 2 + 1
97 ndigits = MAX (ndigits, 1);
103 ndigits = prec + 1;
113 ndigits = MAX (prec, 1);
117 TRACE (printf (" ndigits %d\n", ndigits));
119 s = mpf_get_str (NULL, &exp, p->base, ndigits,
[all...]
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid64_string.c253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local
388 ndigits = 0;
403 ndigits++;
404 if (ndigits <= 16) {
407 } else if (ndigits == 17) {
439 } else { // ndigits > 17
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c874 _dtoa_r(struct _reent *ptr , double _d , int mode , int ndigits , int *decpt , int *sign , char **rve)
989 ndigits = 0;
994 if (ndigits <= 0)
995 ndigits = 1;
996 ilim = ilim1 = i = ndigits;
1001 i = ndigits + k + 1;
1118 if (ndigits < 0 && ilim <= 0)
1259 k = -1 - ndigits;
/haiku-buildtools/legacy/gcc/libio/
H A Dfloatconv.c1756 (d, mode, ndigits, decpt, sign, rve)
1757 double d; int mode, ndigits, *decpt, *sign; char **rve;
1759 (double d, int mode, int ndigits, int *decpt, int *sign, char **rve)
1762 /* Arguments ndigits, decpt, sign are similar to those
1774 2 ==> max(1,ndigits) significant digits. This gives a
1777 3 ==> through ndigits past the decimal point. This
1780 ndigits can be negative.
1970 ndigits = 0;
1976 if (ndigits <= 0)
1977 ndigits
[all...]
H A Diostream.cc281 int ndigits = 0; local
332 if (ndigits == 0)
337 ndigits++;
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs1172 int ndigits;
1183 ndigits = coerce_long (ST(2));
1185 ndigits = 10;
1186 TRACE (printf (" ndigits=%d\n", ndigits));
1203 if (ndigits == 0)
1204 ndigits = DBL_DIG;

Completed in 152 milliseconds