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