HomeSort by: relevance | last modified time | path
    Searched defs:to_shift (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 153 int to_shift = 0;
406 to_shift = 1 + fracsize * BITS_PER_MP_LIMB - FLT128_MANT_DIG;
464 if ((exponent + to_shift) % BITS_PER_MP_LIMB == 0)
466 MPN_COPY_DECR (frac + (exponent + to_shift) / BITS_PER_MP_LIMB,
468 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB;
472 cy = mpn_lshift (frac + (exponent + to_shift) / BITS_PER_MP_LIMB,
474 (exponent + to_shift) % BITS_PER_MP_LIMB);
475 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB;
479 MPN_ZERO (frac, (exponent + to_shift) / BITS_PER_MP_LIMB);
631 cy = mpn_lshift (frac, fp_input, fracsize, to_shift);
151 int to_shift = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 153 int to_shift = 0;
406 to_shift = 1 + fracsize * BITS_PER_MP_LIMB - FLT128_MANT_DIG;
464 if ((exponent + to_shift) % BITS_PER_MP_LIMB == 0)
466 MPN_COPY_DECR (frac + (exponent + to_shift) / BITS_PER_MP_LIMB,
468 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB;
472 cy = mpn_lshift (frac + (exponent + to_shift) / BITS_PER_MP_LIMB,
474 (exponent + to_shift) % BITS_PER_MP_LIMB);
475 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB;
479 MPN_ZERO (frac, (exponent + to_shift) / BITS_PER_MP_LIMB);
631 cy = mpn_lshift (frac, fp_input, fracsize, to_shift);
151 int to_shift = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 642 unsigned to_shift local
649 right_node->content.children[pos + to_shift]
652 for (unsigned index = 0; index != to_shift; ++index)
655 .children[left_node->entry_count - to_shift + index];
662 right_node->content.entries[pos + to_shift]
665 for (unsigned index = 0; index != to_shift; ++index)
668 .entries[left_node->entry_count - to_shift + index];
670 left_node->entry_count -= to_shift;
671 right_node->entry_count += to_shift;
676 unsigned to_shift local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2859 int to_shift = 12;
2867 GEN_INT (to_shift))));
2870 to_shift = 12;
2874 to_shift += 12;
2879 GEN_INT (to_shift))));
2882 to_shift = 8;
2886 to_shift += 8;
2889 GEN_INT (to_shift))));
2856 int to_shift = 12; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2867 int to_shift = 12;
2875 GEN_INT (to_shift))));
2878 to_shift = 12;
2882 to_shift += 12;
2887 GEN_INT (to_shift))));
2890 to_shift = 8;
2894 to_shift += 8;
2897 GEN_INT (to_shift))));
2864 int to_shift = 12; local

Completed in 40 milliseconds