|
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.
|
|
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.
|
|
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.
|