index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
devel
/
try.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Torbjorn Granlund
2016-08-29
1
-1
/
+0
|
*
tests/devel/try.c: Support mpn_sqrlo and mpn_sqrlo_basecase.
Marco Bodrato
2015-08-06
1
-4
/
+11
|
*
Remove K&R stringize support.
Torbjorn Granlund
2015-06-23
1
-14
/
+0
|
*
tests/devel/try.c: Support mpn_sqrt (sqrtrem with remainder = NULL)
Marco Bodrato
2015-06-15
1
-2
/
+60
|
*
Get rid of BYTES_PER_MP_LIMB, most files affected.
Torbjorn Granlund
2014-01-19
1
-6
/
+6
|
*
Whitespace cleanup.
Torbjorn Granlund
2013-12-28
1
-4
/
+4
|
*
Use https to link to GNU license.
Torbjorn Granlund
2013-12-02
1
-1
/
+1
|
*
Collapse copyright years.
Torbjorn Granlund
2013-11-28
1
-2
/
+1
|
*
Support for div_qr_1n_pi1 testing in try.c.
Niels M?ller
2013-10-22
1
-0
/
+60
|
*
(choice_array): Don't try to table addlsh1_n etc if a macro.
Torbjorn Granlund
2013-05-03
1
-6
/
+6
|
*
Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.
Niels M?ller
2013-03-13
1
-4
/
+4
|
*
Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.
Niels M?ller
2013-03-10
1
-1
/
+4
|
*
Put all of test suite under GPL, use consistent header.
Torbjorn Granlund
2012-11-21
1
-11
/
+11
|
*
Add copyright years.
Torbjorn Granlund
2012-11-20
1
-1
/
+1
|
*
Clean out __GMP_PROTO.
Torbjorn Granlund
2012-03-03
1
-3
/
+3
|
*
Don't require addmul_N to handle overlap.
Torbjorn Granlund
2012-02-26
1
-1
/
+1
|
*
Spacing cleanup.
Torbjorn Granlund
2011-11-21
1
-1
/
+1
|
*
Add testing of mpn_addcnd_n, mpn_subcnd_n.
Torbjorn Granlund
2011-11-09
1
-0
/
+16
|
*
mulmid testing.
Niels Möller
2011-10-03
1
-27
/
+144
|
*
More _ip* declarations/tests/speed.
Marco Bodrato
2011-03-11
1
-10
/
+74
|
*
tests/devel/try support for some _ip1 and _ip2 functions.
Marco Bodrato
2011-03-11
1
-1
/
+79
|
*
Tests for mpn_{add,sub,rsb}lsh{,1,2}.
Marco Bodrato
2011-02-11
1
-0
/
+87
|
*
tests/devel/try mpn_bdiv_q_1 support.
Marco Bodrato
2011-01-21
1
-4
/
+41
|
*
Support testing of mpn_mul_5 and mpn_mul_6.
Torbjorn Granlund
2011-01-08
1
-1
/
+19
|
*
Add explicit casts for type conversions.
Torbjorn Granlund
2010-11-13
1
-2
/
+2
|
*
Test mpn_sublsh2_n.
Torbjorn Granlund
2010-03-19
1
-114
/
+62
|
*
Require odd and positive argument to refmpz_jacobi.
Niels Möller
2010-02-25
1
-4
/
+10
|
*
Rewrote refmpz_legendre, and support it in try.c
Niels Möller
2010-02-25
1
-3
/
+56
|
*
New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)
Torbjorn Granlund
2009-12-28
1
-7
/
+7
|
*
Test mpn_lshiftc.
Torbjorn Granlund
2009-12-28
1
-4
/
+12
|
*
(mpn_sqr): New name for mpn_sqr_n.
Torbjorn Granlund
2009-12-27
1
-1
/
+1
|
*
Tests for mpn_{add,sub}lsh_n, and mpn_addlsh2_n.
Marco Bodrato
2009-12-08
1
-1
/
+29
|
*
Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.
Torbjorn Granlund
2009-12-06
1
-5
/
+5
|
*
Use correct test values in "try mpn_invert".
Marco Bodrato
2009-12-06
1
-0
/
+7
|
*
Tests for mpn_rsblsh{2,}_n.
Marco Bodrato
2009-12-02
1
-0
/
+21
|
*
Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.
Torbjorn Granlund
2009-11-28
1
-1
/
+1
|
*
Make mpn_mullow_n testing actually work.
Torbjorn Granlund
2009-11-26
1
-1
/
+2
|
*
More spelling fixes.
Torbjorn Granlund
2009-11-15
1
-2
/
+2
|
*
Test mpn_invert and mpn_binvert.
Torbjorn Granlund
2009-11-11
1
-4
/
+52
|
*
Finish switch to new sb and dc division functions.
Torbjorn Granlund
2009-11-02
1
-10
/
+15
|
*
Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.
Torbjorn Granlund
2009-10-31
1
-1
/
+1
|
*
Clean up usage of %p printf arguments.
Torbjorn Granlund
2009-10-29
1
-6
/
+6
|
*
Fix typo.
Torbjorn Granlund
2009-10-29
1
-2
/
+2
|
*
More updates for mul/sqr function rollover.
Torbjorn Granlund
2009-10-29
1
-16
/
+41
|
*
Fix typos in last change.
Torbjorn Granlund
2009-10-22
1
-2
/
+3
|
*
Test mpn_mullow_n.
Torbjorn Granlund
2009-10-21
1
-1
/
+7
|
*
Rename mpn_addsub_n to mpn_add_n_sub_n.
Torbjorn Granlund
2009-10-04
1
-6
/
+6
|
*
Add timing and testing of mpn_rsblsh1_n.
Torbjorn Granlund
2009-06-04
1
-0
/
+9
|
*
Add a copyright year.
Torbjorn Granlund
2009-01-16
1
-1
/
+2
|
*
Change _PROTO => __GMP_PROTO.
Torbjorn Granlund
2008-12-07
1
-3
/
+3
|
[next]