tests/test-exp2.h


Log

Author Commit Date CI Message
Paul Eggert a3fd683d 2017-01-01T02:59:23 version-etc: new year * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'.
Paul Eggert 71090a2a 2016-01-01T00:56:19 version-etc: new year * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'.
Paul Eggert b9bfe784 2015-01-01T01:38:23 version-etc: new year * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
Eric Blake 1276a2c5 2014-01-01T00:04:40 maint: update copyright I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
Eric Blake 9fc81090 2013-01-01T00:50:58 maint: update all copyright year number ranges Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com>
Bruno Haible 58f8ff53 2012-03-11T15:45:46 exp2* tests: More tests. * tests/test-exp2.h (test_function): Test all integral arguments that don't need to overflow or denormalized numbers. * tests/test-exp2.c (MAX_EXP, MIN_EXP): New macros. * tests/test-exp2f.c (MAX_EXP, MIN_EXP): Likewise. * tests/test-exp2l.c (MAX_EXP, MIN_EXP): Likewise.
Bruno Haible f4766fa9 2012-03-11T00:38:11 math tests: Small simplification. * tests/test-exp.h (test_function): Use the same err_bound for 'double' on platforms with sizeof (long double) == sizeof (double) than on platforms with sizeof (long double) > sizeof (double). * tests/test-exp2.h (test_function): Likewise. * tests/test-expm1.h (test_function): Likewise. * tests/test-log.h (test_function): Likewise.
Bruno Haible 6b168421 2012-03-07T03:29:46 Tests for module 'exp2'. * modules/exp2-tests: New file. * tests/test-exp2.c: New file. * tests/test-exp2.h: New file.