aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Headers/float.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-22[clang] Only provide C11 features in <float.h> starting with C++17Louis Dionne1-2/+2
2019-02-13[clang] Make sure C99/C11 features in <float.h> are provided in C++11Louis Dionne1-5/+8
2018-08-08[Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBLPirama Arumuga Nainar1-0/+24
2016-02-12test/Headers/float.c: fix theoretical edge valuesHubert Tong1-11/+11
2016-02-12<float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i...Richard Smith1-6/+20
2016-02-11Remove bogus check that larger floating point types have smaller minimumRichard Smith1-8/+0
2016-02-11XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in ...Richard Smith1-0/+2
2016-02-11In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG...Richard Smith1-0/+211