Home
last modified time | relevance | path

Searched refs:mpz_mul_2exp (Results 101 – 114 of 114) sorted by relevance

12345

/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs1629 { mpz_mul_2exp }, /* 0 */
1655 { mpz_mul_2exp }, /* 0 */
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.c163 mpz_mul_2exp (mask, mask, bitsize); in convert_mpz_to_unsigned()
198 mpz_mul_2exp (mask, mask, bitsize); in gfc_convert_mpz_to_signed()
4744 mpz_mul_2exp (result->value.integer, result->value.integer, arg); in gfc_simplify_maskr()
4775 mpz_mul_2exp (z, z, gfc_integer_kinds[k].bit_size); in gfc_simplify_maskl()
4777 mpz_mul_2exp (result->value.integer, result->value.integer, in gfc_simplify_maskl()
H A Dsimplify.cc163 mpz_mul_2exp (mask, mask, bitsize); in convert_mpz_to_unsigned()
198 mpz_mul_2exp (mask, mask, bitsize); in gfc_convert_mpz_to_signed()
4824 mpz_mul_2exp (result->value.integer, result->value.integer, arg); in gfc_simplify_maskr()
4858 mpz_mul_2exp (z, z, gfc_integer_kinds[k].bit_size); in gfc_simplify_maskl()
4860 mpz_mul_2exp (result->value.integer, result->value.integer, in gfc_simplify_maskl()
H A Darith.c56 mpz_mul_2exp (z, z, e); in gfc_mpfr_to_mpz()
H A Darith.cc56 mpz_mul_2exp (z, z, e); in gfc_mpfr_to_mpz()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c163 mpz_mul_2exp (mask, mask, bitsize); in convert_mpz_to_unsigned()
198 mpz_mul_2exp (mask, mask, bitsize); in gfc_convert_mpz_to_signed()
4744 mpz_mul_2exp (result->value.integer, result->value.integer, arg); in gfc_simplify_maskr()
4775 mpz_mul_2exp (z, z, gfc_integer_kinds[k].bit_size); in gfc_simplify_maskl()
4777 mpz_mul_2exp (result->value.integer, result->value.integer, in gfc_simplify_maskl()
H A Darith.c56 mpz_mul_2exp (z, z, e); in gfc_mpfr_to_mpz()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-h.in931 #define mpz_mul_2exp __gmpz_mul_2exp
932 __GMP_DECLSPEC void mpz_mul_2exp (mpz_ptr, mpz_srcptr, mp_bitcnt_t);
H A Dgmpxx.h454 mpz_mul_2exp(z, w, l); in eval()
H A DChangeLog7707 (mpz_mul_2exp): Add faster block shifting code, disabled for now.
35530 * mpz_mul_2exp: Handle zero input MINT correctly.
35569 * mpz_div_2exp.c, mpz_mul_2exp.c: New files for shifting right and
35571 * gmp.h: Add definitions for mpz_div_2exp and mpz_mul_2exp.
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dspeed.h1768 mpz_mul_2exp (a, a, GMP_LIMB_BITS * s->size); \
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-11622 It's up to an application to call functions like 'mpz_mul_2exp'
2396 -- Function: void mpz_mul_2exp (mpz_t ROP, const mpz_t OP1, mp_bitcnt_t
H A Dgmp.info-23822 * mpz_mul_2exp: Integer Arithmetic. (line 36)
H A Dgmp.texi2435 It's up to an application to call functions like @code{mpz_mul_2exp} when
3279 @deftypefun void mpz_mul_2exp (mpz_t @var{rop}, const mpz_t @var{op1}, mp_bitcnt_t @var{op2})

12345