demo/timing.c


Log

Author Commit Date CI Message
Daniel Mendler e45f75fd 2019-04-13T08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
Daniel Mendler 70a30ae7 2019-04-07T02:29:28 remove footers
Steffen Jaeckel 3ed52404 2018-12-25T15:15:30 `make astyle` + some manual adjustments
Steffen Jaeckel e6f353b4 2018-12-08T17:46:08 add mp_prime_is_prime to timing demo... ... it's disabled per default for now...
Karel Miko d7f124f5 2018-12-02T13:12:30 avoid c++ comments
Steffen Jaeckel bf61c0be 2018-02-02T10:54:54 fix timing & logs/*.png generation
Steffen Jaeckel 82376cb1 2018-02-02T10:23:17 format output of timing demo
Francois Perrad 802d8294 2018-02-05T20:22:17 fix type & cast
Francois Perrad 9960fe3f 2018-02-13T19:04:25 literal suffix
Francois Perrad e3598dc8 2018-02-02T17:44:40 explicit condition
Francois Perrad 0dbea3b6 2017-12-10T10:19:11 explicit precedence operator with parenthesis
Francois Perrad 31aac2ce 2017-12-09T21:08:32 const variable
Francois Perrad 987911bd 2017-12-09T21:08:54 const parameter
Francois Perrad d74f3d74 2018-02-01T22:28:43 static variable & function
Francois Perrad 8a8659f2 2017-12-09T21:08:08 remove useless variable
Francois Perrad 08741a14 2017-10-18T10:44:06 run astyle
Steffen Jaeckel 1bc00883 2017-10-14T20:27:05 use correct printf format specifier in timing.c This fixes #54
Steffen Jaeckel 6f212942 2017-08-28T16:27:26 replace SVN tags
Tom St Denis f551dbc8 2016-02-03T13:07:27 Remove all traces of ulong64 as per comment by Karel M
Steffen Jaeckel 68a360ab 2015-12-12T18:15:04 timing: create reproducable results
Steffen Jaeckel f8259993 2015-04-26T16:57:07 timing: add compile-time option to disable logging
Steffen Jaeckel b6d76643 2015-04-26T16:56:36 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
Steffen Jaeckel c4501e1e 2015-04-26T15:27:52 work a bit on code coverage
Steffen Jaeckel 759a926c 2014-09-28T13:12:10 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
Tom St Denis 9294e791 2005-08-01T16:37:28 added libtommath-0.36
Tom St Denis 3d0fcaab 2005-02-12T08:40:15 added libtommath-0.34
Tom St Denis 4b7111d9 2004-12-23T02:40:37 added libtommath-0.33
Tom St Denis e549ccfe 2004-10-29T22:07:18 added libtommath-0.32
Tom St Denis 8eaa9880 2004-08-09T22:15:59 added libtommath-0.31