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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 151 mp_limb_t fp_input[(FLT128_MANT_DIG + BITS_PER_MP_LIMB - 1) / BITS_PER_MP_LIMB];
152 /* We need to shift the contents of fp_input by this amount of bits. */
402 fracsize = mpn_extract_flt128 (fp_input,
403 (sizeof (fp_input) /
404 sizeof (fp_input[0])),
467 fp_input, fracsize);
473 fp_input, fracsize,
631 cy = mpn_lshift (frac, fp_input, fracsize, to_shift);
790 cy = mpn_lshift (frac, fp_input, fracsize, (exponent + to_shift));
149 mp_limb_t fp_input[(FLT128_MANT_DIG + BITS_PER_MP_LIMB - 1) \/ BITS_PER_MP_LIMB]; local
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 151 mp_limb_t fp_input[(FLT128_MANT_DIG + BITS_PER_MP_LIMB - 1) / BITS_PER_MP_LIMB];
152 /* We need to shift the contents of fp_input by this amount of bits. */
402 fracsize = mpn_extract_flt128 (fp_input,
403 (sizeof (fp_input) /
404 sizeof (fp_input[0])),
467 fp_input, fracsize);
473 fp_input, fracsize,
631 cy = mpn_lshift (frac, fp_input, fracsize, to_shift);
790 cy = mpn_lshift (frac, fp_input, fracsize, (exponent + to_shift));
149 mp_limb_t fp_input[(FLT128_MANT_DIG + BITS_PER_MP_LIMB - 1) \/ BITS_PER_MP_LIMB]; local

Completed in 24 milliseconds