Searched refs:digs (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfold-compare-6.c4 char digs[] = "0123456789"; variable
7 int xlcbug = 1 / (&(digs + 5)[-2 + (_Bool) 1] == &digs[4] ? 1 : -1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dlibcall-1.c4 static const char digs[] = "0123456789ABCDEF"; variable
13 return digs[len];
/haiku-buildtools/binutils/bfd/
H A Dverilog.c63 static const char digs[] = "0123456789ABCDEF"; variable
68 d[1] = digs[(x) & 0xf]; \
69 d[0] = digs[((x) >> 4) & 0xf];
H A Dtekhex.c86 static const char digs[] = "0123456789ABCDEF"; variable
95 (d)[1] = digs[(x) & 0xf]; \
96 (d)[0] = digs[((x)>>4)&0xf];
725 *p++ = digs[(value >> shift) & 0xf];
759 *p++ = digs[len];
H A Dihex.c727 static const char digs[] = "0123456789ABCDEF"; local
735 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])
H A Dsrec.c113 static const char digs[] = "0123456789ABCDEF"; variable
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \
/haiku-buildtools/legacy/binutils/bfd/
H A Dtekhex.c85 static const char digs[] = "0123456789ABCDEF"; variable
94 (d)[1] = digs[(x) & 0xf]; \
95 (d)[0] = digs[((x)>>4)&0xf];
681 *p++ = digs[(value >> shift) & 0xf];
715 *p++ = digs[len];
H A Dihex.c719 static const char digs[] = "0123456789ABCDEF"; local
727 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])
H A Dsrec.c113 static const char digs[] = "0123456789ABCDEF"; variable
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dmisc.c814 int digs = 0; local
865 digs = (fmt->p - 1) * 1233 / 4096; /* scale by log (2) */
868 digs = fmt->p;
884 f (name, digs, complex_p, 0, float_rep, TYPE_PRECISION (type),
892 f (GET_MODE_NAME (i), digs, complex_p, local
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c2320 mantbits, digs, f_dig, trap, local
2384 digs= ceil_log(10, (Long_double)b); /* the number of digits to printf */
2489 co, f_rep(digs, (Long_double) eps), oc);
2490 if (V) F_check(digs, (Long_double) eps);
2526 co, f_rep(digs, (Long_double) f_epsilon), oc);
2530 co, f_rep(digs, (Long_double) (f_epsilon)), oc);
2534 Fname, "_EPSILON", digs,
2537 if (V || F) F_check(digs, (Long_double) f_epsilon);
2539 if (F) Validate(digs, (Long_double) f_epsilon, (Long_double) F_EPSILON,
2605 co, f_rep(digs, (Long_doubl
[all...]

Completed in 143 milliseconds