Commit Graph

27 Commits

Author SHA1 Message Date
Steffen Jaeckel 3ed524048f `make astyle` + some manual adjustments 2018-12-25 15:17:12 +01:00
Steffen Jaeckel e6f353b48d add mp_prime_is_prime to timing demo...
... it's disabled per default for now...
2018-12-25 15:17:12 +01:00
Karel Miko d7f124f563 avoid c++ comments 2018-12-02 13:12:30 +01:00
Steffen Jaeckel bf61c0be58 fix timing & logs/*.png generation 2018-02-27 23:30:43 +01:00
Steffen Jaeckel 82376cb19b format output of timing demo 2018-02-27 23:30:43 +01:00
Francois Perrad 802d8294db fix type & cast 2018-02-13 19:04:31 +01:00
Francois Perrad 9960fe3fe8 literal suffix 2018-02-13 19:04:25 +01:00
Francois Perrad e3598dc8b2 explicit condition 2018-02-02 17:54:50 +01:00
Francois Perrad 0dbea3b69f explicit precedence operator with parenthesis 2018-02-01 22:28:57 +01:00
Francois Perrad 31aac2cea7 const variable 2018-02-01 22:28:52 +01:00
Francois Perrad 987911bd61 const parameter 2018-02-01 22:28:49 +01:00
Francois Perrad d74f3d741a static variable & function 2018-02-01 22:28:43 +01:00
Francois Perrad 8a8659f283 remove useless variable 2017-12-22 21:30:15 +01:00
Francois Perrad 08741a141c run astyle 2017-12-06 16:30:45 +01:00
Steffen Jaeckel 1bc0088330 use correct printf format specifier in timing.c
This fixes #54
2017-10-15 12:01:38 +02:00
Steffen Jaeckel 6f21294212 replace SVN tags 2017-08-28 17:00:58 +02:00
Tom St Denis f551dbc8ac Remove all traces of ulong64 as per comment by Karel M 2016-02-03 13:07:27 -05:00
Steffen Jaeckel 68a360ab7f timing: create reproducable results 2015-12-12 18:15:04 +01:00
Steffen Jaeckel f82599933b timing: add compile-time option to disable logging 2015-11-01 12:28:49 +01:00
Steffen Jaeckel b6d76643db timing: some changes
- also use toom-cook for mul and sqr
- don't test too huge numbers with invmod (takes too long)
- remove the goto and labels
2015-11-01 12:28:44 +01:00
Steffen Jaeckel c4501e1eb5 work a bit on code coverage 2015-11-01 12:28:34 +01:00
Steffen Jaeckel 759a926cfe minor changes & clean-up & small fixes
gitignore: add libtool output
booker.pl: fix source code parsing and trim trailing spaces
demo/demo: fix compiler warning, add informational output
demo/timing & etc/tune: fix TIMFUNC()
makefile: minor changes
makefile.shared: increase version, add missing mp_balance_mul
tommath: make sure that DIGIT_BIT is correct
2014-09-28 13:12:10 +02:00
Tom St Denis 9294e79150 added libtommath-0.36 2010-07-15 17:25:56 +02:00
Tom St Denis 3d0fcaab0a added libtommath-0.34 2010-07-15 17:25:51 +02:00
Tom St Denis 4b7111d96e added libtommath-0.33 2010-07-15 17:25:49 +02:00
Tom St Denis e549ccfec5 added libtommath-0.32 2010-07-15 17:25:47 +02:00
Tom St Denis 8eaa98807b added libtommath-0.31 2010-07-15 17:25:45 +02:00