summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/math/fabsl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtests: Fix math function build warningsStephen Clark2021-05-051-0/+3
| | | | | Added conditionals to ensure that long double function tests were only built when newlib has long double math functions.
* psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain2018-12-131-15/+26
| | | | | The Copyright clause has been changed to BSD-2-Clause for all the tests in the header files math.h , utime.h , fmtmsg.h and sys/ipc.h .
* psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain2018-12-061-0/+38
Includes API tests for y0l, y1l, and ynl which are in glibc but not in POSIX or newlib. They are disabled until further investigation as to compatibility requirements are determined per the referenced ticket. Updates #3638.