commit | 5dd369f63259abd94a481407e0041674ecc3da2a | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue May 15 15:13:42 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 15:41:48 2018 +0100 |
tree | abfe03d4d39f620bdf0ab119ec4bd595256832da | |
parent | 269dc16f8bd323c1e16893ed1481494d4d7bac65 [diff] |
Add simple sincosf test support The test code does not handle multiple return values so use wrappers around sincosf. The same behaviour is expected as with sinf and cosf except the status flags should be the union of calling both sinf and cosf for a particular input, for this reason separate name is used for sincosf tests instead of reusing existing sinf and cosf ones. The provided tests are copies of existing sinf and cosf tests and a sincosf specific underflow test.