Searched refs:to_shift (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
H A D | printf_fp.c | 151 int to_shift = 0; in __quadmath_printf_fp() local 404 to_shift = 1 + fracsize * BITS_PER_MP_LIMB - FLT128_MANT_DIG; in __quadmath_printf_fp() 462 if ((exponent + to_shift) % BITS_PER_MP_LIMB == 0) in __quadmath_printf_fp() 464 MPN_COPY_DECR (frac + (exponent + to_shift) / BITS_PER_MP_LIMB, in __quadmath_printf_fp() 466 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB; in __quadmath_printf_fp() 470 cy = mpn_lshift (frac + (exponent + to_shift) / BITS_PER_MP_LIMB, in __quadmath_printf_fp() 472 (exponent + to_shift) % BITS_PER_MP_LIMB); in __quadmath_printf_fp() 473 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB; in __quadmath_printf_fp() 477 MPN_ZERO (frac, (exponent + to_shift) / BITS_PER_MP_LIMB); in __quadmath_printf_fp() 629 cy = mpn_lshift (frac, fp_input, fracsize, to_shift); in __quadmath_printf_fp() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | printf_fp.c | 151 int to_shift = 0; in __quadmath_printf_fp() local 404 to_shift = 1 + fracsize * BITS_PER_MP_LIMB - FLT128_MANT_DIG; in __quadmath_printf_fp() 462 if ((exponent + to_shift) % BITS_PER_MP_LIMB == 0) in __quadmath_printf_fp() 464 MPN_COPY_DECR (frac + (exponent + to_shift) / BITS_PER_MP_LIMB, in __quadmath_printf_fp() 466 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB; in __quadmath_printf_fp() 470 cy = mpn_lshift (frac + (exponent + to_shift) / BITS_PER_MP_LIMB, in __quadmath_printf_fp() 472 (exponent + to_shift) % BITS_PER_MP_LIMB); in __quadmath_printf_fp() 473 fracsize += (exponent + to_shift) / BITS_PER_MP_LIMB; in __quadmath_printf_fp() 477 MPN_ZERO (frac, (exponent + to_shift) / BITS_PER_MP_LIMB); in __quadmath_printf_fp() 629 cy = mpn_lshift (frac, fp_input, fracsize, to_shift); in __quadmath_printf_fp() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 2868 int to_shift = 12; in sparc_emit_set_const64_longway() local 2876 GEN_INT (to_shift)))); in sparc_emit_set_const64_longway() 2879 to_shift = 12; in sparc_emit_set_const64_longway() 2883 to_shift += 12; in sparc_emit_set_const64_longway() 2888 GEN_INT (to_shift)))); in sparc_emit_set_const64_longway() 2891 to_shift = 8; in sparc_emit_set_const64_longway() 2895 to_shift += 8; in sparc_emit_set_const64_longway() 2898 GEN_INT (to_shift)))); in sparc_emit_set_const64_longway()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 2864 int to_shift = 12; in sparc_emit_set_const64_longway() local 2872 GEN_INT (to_shift)))); in sparc_emit_set_const64_longway() 2875 to_shift = 12; in sparc_emit_set_const64_longway() 2879 to_shift += 12; in sparc_emit_set_const64_longway() 2884 GEN_INT (to_shift)))); in sparc_emit_set_const64_longway() 2887 to_shift = 8; in sparc_emit_set_const64_longway() 2891 to_shift += 8; in sparc_emit_set_const64_longway() 2894 GEN_INT (to_shift)))); in sparc_emit_set_const64_longway()
|