summaryrefslogtreecommitdiffstats
path: root/test/math/libm-test.inc
Commit message (Collapse)AuthorAgeFilesLines
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-2/+2
| | | | | *: fix everything which prevents above from building
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-6/+6
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-251-1/+1
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk. Whoa crap."Steven J. Hill"2006-08-221-206/+787
|
* Merge from trunk."Steven J. Hill"2005-07-231-1/+1
|
* Rework the math library tests per the glibc math test code, withEric Andersen2002-05-091-0/+4521
many unsupported tests disabled for the moment. -Erik