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

/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dfmtlib.c13 char *f__icvt(value,ndigit,sign, base) longint value; int *ndigit,*sign;
16 char *f__icvt(longint value, int *ndigit, int *sign, int base)
33 *ndigit = 1;
43 *ndigit = MAXINTLENGTH - i;
H A Dlwrite.c24 int ndigit, sign; local
26 p = f__icvt(n, &ndigit, &sign, 10);
27 if(f__recpos + ndigit >= L_len)
H A Dwrtfmt.c128 { int ndigit,sign,spare,i; local
137 ans=f__icvt(x,&ndigit,&sign, base);
138 spare=w-ndigit;
146 for(i=0;i<ndigit;i++) (*f__putn)(*ans++);
156 { int ndigit,sign,spare,i,xsign; local
165 ans=f__icvt(x,&ndigit,&sign, base);
168 if(ndigit+xsign>w || m+xsign>w)
176 if(ndigit>=m)
177 spare=w-ndigit-xsign;
183 for(i=0;i<m-ndigit;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpic-constantpool1.c9 __ecvt_r (value, ndigit, decpt, sign, buf, len)
11 int ndigit, *decpt, *sign, len;
28 if (ndigit <= 0 && len > 0)
/haiku-buildtools/legacy/binutils/gas/
H A Dexpr.c378 int ndigit = 0;
385 ndigit++;
389 if (ndigit > 8)
374 int ndigit = 0; local
/haiku-buildtools/binutils/gas/
H A Dexpr.c388 int ndigit = 0;
395 ndigit++;
399 if (ndigit > 8)
384 int ndigit = 0; local

Completed in 54 milliseconds