summaryrefslogtreecommitdiffstats
path: root/libcxx/include/math.h
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] use __builtin_isnan in std::isnan.Ilya Tokar2019-11-151-0/+4
* [libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...Louis Dionne2019-09-041-34/+0
* [libc++] Add `__truncating_cast` for safely casting float types to integersLouis Dionne2019-09-041-0/+34
* Apply new meta-programming traits throughout the library.Eric Fiselier2019-06-231-37/+37
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-231-9/+53
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-12/+12
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-12/+12
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-12/+12
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-0/+28
* [libcxx] Do not include the C math.h header before __configMikhail Maltsev2018-02-221-10/+16
* libcxx: Move #include_next <math.h> out of header guard in wrapper header.Peter Collingbourne2018-01-261-2/+10
* cmath: Skip Libc for integral types in isinf, etc.Duncan P. N. Exon Smith2017-04-211-8/+81
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-41/+24
* math: add type promoting template definition on MSVCRTSaleem Abdulrasool2017-02-181-0/+20
* math: fix typo in macroSaleem Abdulrasool2017-02-171-2/+2
* math: correct the MSVCRT conditionSaleem Abdulrasool2017-02-161-2/+2
* math: actually pull the declarations/overloads into stdSaleem Abdulrasool2017-02-131-0/+3
* math: follow up to SVN r294902Saleem Abdulrasool2017-02-121-26/+26
* math: pull more C functions from stdSaleem Abdulrasool2017-02-121-2/+2
* Fully qualify (preprend ::) calls to math functions from libcMehdi Amini2017-02-101-170/+170
* [libc++] Remove math_win32.hShoaib Meenai2016-09-241-4/+0
* Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...Eric Fiselier2016-08-151-29/+24
* PR25118: move system_header pragma before uses of include_next to avoid exten...Richard Smith2015-10-091-1/+2
* Split <math.h> out of <cmath>.Richard Smith2015-10-081-0/+1418
OpenPOWER on IntegriCloud