| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decCommon.c | 109 /* 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, 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) exponent continuation and unbias * [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decCommon.c | 109 /* 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, 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) exponent continuation and unbias * [all...] |
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decCommon.c | 109 /* 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, 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) exponent continuation and unbias * [all...] |
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decCommon.c | 109 /* 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, 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) exponent continuation and unbias * [all...] |
| /src/external/lgpl3/gmp/dist/mpn/arm/ |
| copyd.asm | 44 C * Consider wider unrolling. Analogous 8-way code runs 10% faster on both A9
|
| copyi.asm | 44 C * Consider wider unrolling. Analogous 8-way code runs 10% faster on both A9
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmodes.cc | 64 struct mode_data *wider; /* next wider mode */ member in struct:mode_data 864 /* Sort a list of modes into the order needed for the WIDER field: 940 /* "wider" is not meaningful for MODE_RANDOM and MODE_CC. 949 m->wider = void_mode; 973 sortbuf[j]->wider = sortbuf[j]->component; 975 sortbuf[j]->wider = sortbuf[j]->next; 1536 m->wider ? m->wider->name : void_mode->name, 1555 for (m2 = m->wider; m2 && m2 != void_mode; m2 = m2->wider [all...] |
| rtlanal.cc | 4839 /* If X is wider than MODE, use its mode instead. */ 4852 /* If MODE is wider than X, but both are a single word for both the host 4855 CISC machines, accessing an object in a wider mode generally causes the 5136 /* On a typical CISC machine, accessing an object in a wider mode 5406 register and MODE is wider than the mode of X, we can say nothing 5463 and we are looking at it in a wider mode, we know that at least the 6180 scalar_int_mode wider = GET_MODE_WIDER_MODE (i).require (); 6182 if (targetm.mode_rep_extended (i, wider) == SIGN_EXTEND 6189 += GET_MODE_PRECISION (wider) - GET_MODE_PRECISION (i); 6376 /* The rule for using CONST_INT for a wider mod [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmodes.cc | 64 struct mode_data *wider; /* next wider mode */ member in struct:mode_data 862 /* Sort a list of modes into the order needed for the WIDER field: 938 /* "wider" is not meaningful for MODE_RANDOM and MODE_CC. 947 m->wider = void_mode; 971 sortbuf[j]->wider = sortbuf[j]->component; 973 sortbuf[j]->wider = sortbuf[j]->next; 1534 m->wider ? m->wider->name : void_mode->name, 1546 m2 = m2->wider) [all...] |
| value-range.cc | 1477 int_range<2> wider = *other; local 1478 irange_union (wider); 1517 int_range<2> wider; local 1518 wider = *other; 1519 irange_intersect (wider);
|
| rtlanal.cc | 4859 /* If X is wider than MODE, use its mode instead. */ 4872 /* If MODE is wider than X, but both are a single word for both the host 4875 CISC machines, accessing an object in a wider mode generally causes the 5156 /* On a typical CISC machine, accessing an object in a wider mode 5426 register and MODE is wider than the mode of X, we can say nothing 5483 and we are looking at it in a wider mode, we know that at least the 6200 scalar_int_mode wider = GET_MODE_WIDER_MODE (i).require (); 6202 if (targetm.mode_rep_extended (i, wider) == SIGN_EXTEND 6209 += GET_MODE_PRECISION (wider) - GET_MODE_PRECISION (i); 6396 /* The rule for using CONST_INT for a wider mod [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 1309 When converting a narrower value to a wider one, whether sext or zext
|
| /src/external/gpl3/gdb.old/dist/gnulib/ |
| configure | 6635 # and 'touch' works with a large timestamp, then evidently wider time_t 6641 and this package needs a wider 'time_t' type 6645 and this package needs a wider 'time_t' type
|
| /src/external/gpl3/gdb/dist/gnulib/ |
| configure | 6635 # and 'touch' works with a large timestamp, then evidently wider time_t 6641 and this package needs a wider 'time_t' type 6645 and this package needs a wider 'time_t' type
|
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 2983 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/bsd/flex/dist/build-aux/ |
| texinfo.tex | 2983 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| texinfo.tex | 1170 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl3/autoconf/dist/build-aux/ |
| texinfo.tex | 2978 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl3/binutils/dist/texinfo/ |
| texinfo.tex | 1170 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl3/binutils.old/dist/texinfo/ |
| texinfo.tex | 1170 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl3/gcc.old/dist/gcc/doc/include/ |
| texinfo.tex | 2980 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl3/gdb/dist/texinfo/ |
| texinfo.tex | 1170 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/gpl3/gdb.old/dist/texinfo/ |
| texinfo.tex | 1170 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/lgpl3/gmp/dist/doc/ |
| texinfo.tex | 2983 % in other typewriter fonts three periods are wider than 1.5em. So do
|
| /src/external/lgpl3/mpc/dist/doc/ |
| texinfo.tex | 2983 % in other typewriter fonts three periods are wider than 1.5em. So do
|