From 05c7b67c892022a68b8ac2a7e96e4ff281f96f72 Mon Sep 17 00:00:00 2001 From: cornet Date: Wed, 22 Apr 2009 14:14:24 +0000 Subject: add testFloatAcosh project --- .../acos/test_cplxacos/test_cplxacos.vcproj | 2 +- .../acos/testrealsacos/testrealsacos.vcproj | 2 +- src/elementaryFunctions/acosh/testFloatAcosh.c | 5 + .../acosh/testFloatAcosh/testFloatAcosh.vcproj | 213 +++++++++++++++++++++ .../acosh/test_doubleacosh/test_doubleacosh.vcproj | 2 +- 5 files changed, 221 insertions(+), 3 deletions(-) create mode 100644 src/elementaryFunctions/acosh/testFloatAcosh/testFloatAcosh.vcproj (limited to 'src') diff --git a/src/elementaryFunctions/acos/test_cplxacos/test_cplxacos.vcproj b/src/elementaryFunctions/acos/test_cplxacos/test_cplxacos.vcproj index 42277f3c..6f8bbbca 100644 --- a/src/elementaryFunctions/acos/test_cplxacos/test_cplxacos.vcproj +++ b/src/elementaryFunctions/acos/test_cplxacos/test_cplxacos.vcproj @@ -2,7 +2,7 @@ +#define isnan(x) _isnan((double)x) +#endif + #define IN {38.746443623676896095276f,39.8779044859111309052f,99.6399083640426397324f,\ 93.207842670381069183350f,6.8147667217999696731567f,71.874653641134500503540f,\ 65.928971720859408378601f,43.781969323754310607910f,95.70061699487268924713f,\ diff --git a/src/elementaryFunctions/acosh/testFloatAcosh/testFloatAcosh.vcproj b/src/elementaryFunctions/acosh/testFloatAcosh/testFloatAcosh.vcproj new file mode 100644 index 00000000..cdc33b8b --- /dev/null +++ b/src/elementaryFunctions/acosh/testFloatAcosh/testFloatAcosh.vcproj @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/elementaryFunctions/acosh/test_doubleacosh/test_doubleacosh.vcproj b/src/elementaryFunctions/acosh/test_doubleacosh/test_doubleacosh.vcproj index 3ccef521..c2dbecd4 100644 --- a/src/elementaryFunctions/acosh/test_doubleacosh/test_doubleacosh.vcproj +++ b/src/elementaryFunctions/acosh/test_doubleacosh/test_doubleacosh.vcproj @@ -2,7 +2,7 @@