Merge "Accuracy tests for libm"

This commit is contained in:
Christopher Ferris 2014-05-19 02:19:58 +00:00 committed by Gerrit Code Review
commit 3a757f403b
15 changed files with 51814 additions and 0 deletions

View file

@ -59,6 +59,20 @@ libBionicStandardTests_src_files := \
libgen_test.cpp \
locale_test.cpp \
malloc_test.cpp \
math_cos_test.cpp \
math_cosf_test.cpp \
math_exp_test.cpp \
math_expf_test.cpp \
math_log_test.cpp \
math_logf_test.cpp \
math_pow_test.cpp \
math_powf_test.cpp \
math_sin_test.cpp \
math_sinf_test.cpp \
math_sincos_test.cpp \
math_sincosf_test.cpp \
math_tan_test.cpp \
math_tanf_test.cpp \
math_test.cpp \
mntent_test.cpp \
netdb_test.cpp \

5643
tests/math_cos_test.cpp Normal file

File diff suppressed because it is too large Load diff

4355
tests/math_cosf_test.cpp Normal file

File diff suppressed because it is too large Load diff

1975
tests/math_exp_test.cpp Normal file

File diff suppressed because it is too large Load diff

1439
tests/math_expf_test.cpp Normal file

File diff suppressed because it is too large Load diff

1675
tests/math_log_test.cpp Normal file

File diff suppressed because it is too large Load diff

1327
tests/math_logf_test.cpp Normal file

File diff suppressed because it is too large Load diff

3300
tests/math_pow_test.cpp Normal file

File diff suppressed because it is too large Load diff

2788
tests/math_powf_test.cpp Normal file

File diff suppressed because it is too large Load diff

5795
tests/math_sin_test.cpp Normal file

File diff suppressed because it is too large Load diff

4788
tests/math_sincos_test.cpp Normal file

File diff suppressed because it is too large Load diff

4658
tests/math_sincosf_test.cpp Normal file

File diff suppressed because it is too large Load diff

4395
tests/math_sinf_test.cpp Normal file

File diff suppressed because it is too large Load diff

5203
tests/math_tan_test.cpp Normal file

File diff suppressed because it is too large Load diff

4459
tests/math_tanf_test.cpp Normal file

File diff suppressed because it is too large Load diff