summaryrefslogtreecommitdiff
path: root/tests/tpow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-4/+10
* changed GMP_RND? to MPFR_RND?enge2012-07-231-4/+4
* random.c, mpc-tests.h: made variables staticenge2011-08-301-5/+2
* license change:enge2011-08-291-13/+12
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* explicit casts in test/ to avoid warnings with '-Wconversion'enge2010-08-311-2/+4
* tpow_si.c: copied comparison with pow from tpow_ui.cenge2010-06-171-1/+1
* tpow_ui.c: removed particular test that seems to be left over from firstenge2010-06-171-14/+0
* replaced mp_prec_t and mp_exp_p in test directoryenge2010-06-111-3/+3
* tpow_ui.c: fixed warning when in C90 modeenge2010-04-131-1/+2
* pow_ui.c:enge2010-04-011-2/+4
* [src/pow_ui.c] implemented new trick: if '11' appears in the exponent (notzimmerma2010-03-311-1/+30
* [src/pow_ui.c] implemented binary exponentiation (with fallback to mpc_powzimmerma2010-03-301-0/+58
* added test files for pow_ui, pow_fr, pow_si, pow_d, pow_ldzimmerma2009-10-121-0/+44