summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/c.math
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-3/+3
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-2/+2
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-091-1/+1
* [libc++] Fix std::abs testsZoe Carver2019-08-201-7/+14
* [libc++] fix test for unsigned charZoe Carver2019-08-201-1/+7
* [libc++] std::abs should not return doubleZoe Carver2019-08-202-0/+97
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+4
* Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow2019-04-251-0/+75
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-231-7/+46
* Support tests in freestandingJF Bastien2019-02-043-3/+9
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-1/+2
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-6/+8
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* cmath: Skip Libc for integral types in isinf, etc.Duncan P. N. Exon Smith2017-04-211-0/+33
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-083-28/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-0/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Tolerate incorrect return type for 'isinf' and 'isnan' in tests.Eric Fiselier2016-05-273-63/+48
* Implement P0030R1: Introduce a 3-Argument Overload to std::hypotMarshall Clow2016-05-171-0/+23
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+1607
OpenPOWER on IntegriCloud