Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_libcxx
/
3b06e97b9390e1defefe5d99eadbcb6b7c593649
/
include
/
math.h
5423805
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
by Louis Dionne
· 6 years ago
4e7ffca
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY"
by Louis Dionne
· 6 years ago
79aa4f3
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
by Louis Dionne
· 6 years ago
b110f38
Fix return type of isinf(double) and isnan(double) where possible.
by Richard Smith
· 7 years ago
df7a35c
[libcxx] Do not include the C math.h header before __config
by Mikhail Maltsev
· 7 years ago
6b5c08a
libcxx: Move #include_next <math.h> out of header guard in wrapper header.
by Peter Collingbourne
· 7 years ago
5df171d
cmath: Skip Libc for integral types in isinf, etc.
by Duncan P. N. Exon Smith
· 8 years ago
04b59f9
[libc++] Drop support for CRTs older than VS 2015
by Shoaib Meenai
· 8 years ago
1eab168
math: add type promoting template definition on MSVCRT
by Saleem Abdulrasool
· 8 years ago
29a8300
math: fix typo in macro
by Saleem Abdulrasool
· 8 years ago
af5f91f
math: correct the MSVCRT condition
by Saleem Abdulrasool
· 8 years ago
766ba68
math: actually pull the declarations/overloads into std
by Saleem Abdulrasool
· 8 years ago
bacb35f
math: follow up to SVN r294902
by Saleem Abdulrasool
· 8 years ago
be3d93c
math: pull more C functions from std
by Saleem Abdulrasool
· 8 years ago
7666130
Fully qualify (preprend ::) calls to math functions from libc
by Mehdi Amini
· 8 years ago
7dc2fa3
[libc++] Remove math_win32.h
by Shoaib Meenai
· 8 years ago
543cf61
Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal Gorny.
by Eric Fiselier
· 8 years ago
45bae0b
PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths.
by Richard Smith
· 9 years ago
4faa394
Split <math.h> out of <cmath>.
by Richard Smith
· 9 years ago