summaryrefslogtreecommitdiff
path: root/src/pow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* changed GMP_RND? to MPFR_RND?enge2012-07-231-4/+4
* [pow_ui.c] updated copyright yearzimmerma2012-06-271-1/+1
* [pow_ui.c] fixed bug in mpfr_can_round() call (and improved code coverage)zimmerma2012-06-271-2/+2
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-8/+8
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* more explicit casts in src/ to avoid warnings with '-Wconversion'enge2010-08-311-3/+3
* code cleanup:enge2010-07-301-2/+2
* [pow_ui.c] fixed wrong computation of has3 (reported by Yann Laigle-Chapuy)zimmerma2010-06-181-3/+4
* unified computation of pow_ui and pow_si in a function pow_usi, therebyenge2010-06-171-24/+43
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3enge2010-06-111-5/+5
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-3/+3
* pow_ui.c: compare with precision of result, not of argumentenge2010-04-111-1/+1
* pow_ui.c: added code for a second binary trial in certain casesenge2010-04-111-45/+65
* pow_ui.c:enge2010-04-011-9/+14
* [pow_ui.c] fixed mp_prec_t -> mp_exp_t from previous commitzimmerma2010-04-011-3/+3
* pow_ui.c:enge2010-04-011-4/+11
* pow_ui.c:enge2010-04-011-81/+79
* [src/pow_ui.c] implemented new trick: if '11' appears in the exponent (notzimmerma2010-03-311-11/+10
* [src/pow_ui.c] implemented small-sliding-window trick. For exponent 12345,zimmerma2010-03-311-4/+23
* pow_ui.c:enge2010-03-301-2/+2
* [src/pow_ui.c] implemented binary exponentiation (with fallback to mpc_powzimmerma2010-03-301-6/+71
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldzimmerma2009-10-061-0/+37