Searched refs:wider (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecCommon.c109 /* DECCOMBWEXP - The same, for the next-wider format (unless QUAD) */
1018 /* decFloatFromWider -- conversion from next-wider format */
1022 /* wider is the decFloatWider format number which will be narrowed */
1031 decFloat * decFloatFromWider(decFloat *result, const decFloatWider *wider, argument
1034 uByte bcdar[DECWPMAX]; /* room for wider coefficient */
1035 uInt widerhi=DFWWORD(wider, 0); /* top word */
1038 GETWCOEFF(wider, bcdar);
1044 /* decode the wider combination field to exponent */
1045 exp=DECCOMBWEXP[widerhi>>26]; /* decode from wider combination field */
1047 /* finite then add the (wider) exponen
1726 decFloatToWider(const decFloat *source, decFloatWider *wider) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr44699.c68 struct mode_data *wider; member in struct:mode_data
/haiku-buildtools/gcc/gcc/
H A Dgenmodes.c64 struct mode_data *wider; /* next wider mode */ member in struct:mode_data
855 /* "wider" is not meaningful for MODE_RANDOM and MODE_CC.
864 m->wider = void_mode;
888 sortbuf[j]->wider = sortbuf[j]->component;
890 sortbuf[j]->wider = sortbuf[j]->next;
1253 m->wider ? m->wider->name : void_mode->name,
1265 m2 = m2->wider)
H A Drtlanal.c4058 /* If X is wider than MODE, use its mode instead. */
4072 /* If MODE is wider than X, but both are a single word for both the host
4075 that on many CISC machines, accessing an object in a wider mode
4372 /* On many CISC machines, accessing an object in a wider mode
4586 register and MODE is wider than the mode of X, we can say nothing
4656 and we are looking at it in a wider mode, we know that at least the
5354 machine_mode wider = GET_MODE_WIDER_MODE (i);
5356 if (targetm.mode_rep_extended (i, wider) == SIGN_EXTEND
5363 += GET_MODE_PRECISION (wider) - GET_MODE_PRECISION (i);
5550 /* The rule for using CONST_INT for a wider mod
5324 machine_mode wider = GET_MODE_WIDER_MODE (i); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpmed.c501 OP0 is a non-BLKmode object that is no wider than MAXMODE, use its
794 This does not yet handle fields wider than BITS_PER_WORD. */
1236 wider than MAXMODE, use its mode. Otherwise, use the
1299 int wider = (GET_MODE_SIZE (maxmode)
1302 if (wider)
1373 wider than MAXMODE, use its mode. Otherwise, use the
1435 int wider = (GET_MODE_SIZE (maxmode)
1438 if (wider)
2734 /* We can't support modes wider than HOST_BITS_PER_INT. */
2968 If so, pick a wider mod
1295 int wider = (GET_MODE_SIZE (maxmode) local
1431 int wider = (GET_MODE_SIZE (maxmode) local
[all...]
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex1101 % in other typewriter fonts three periods are wider than 1.5em. So do
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex1170 % in other typewriter fonts three periods are wider than 1.5em. So do
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex1162 % in other typewriter fonts three periods are wider than 1.5em. So do
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex1170 % in other typewriter fonts three periods are wider than 1.5em. So do
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex2978 % in other typewriter fonts three periods are wider than 1.5em. So do
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex2978 % in other typewriter fonts three periods are wider than 1.5em. So do
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex2980 % in other typewriter fonts three periods are wider than 1.5em. So do

Completed in 371 milliseconds