Home
last modified time | relevance | path

Searched refs:LDBL_DECIMAL_DIG (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Headers/
Dfloat.c56 #ifndef LDBL_DECIMAL_DIG
58 #elif LDBL_DECIMAL_DIG < 10
61 #if ((FLT_DECIMAL_DIG > DBL_DECIMAL_DIG) || (DBL_DECIMAL_DIG > LDBL_DECIMAL_DIG))
71 #ifdef LDBL_DECIMAL_DIG
194 _Static_assert(LDBL_DECIMAL_DIG == __LDBL_DECIMAL_DIG__, "");
/external/llvm-project/clang/test/Headers/
Dfloat.c59 #ifndef LDBL_DECIMAL_DIG
61 #elif LDBL_DECIMAL_DIG < 10
64 #if ((FLT_DECIMAL_DIG > DBL_DECIMAL_DIG) || (DBL_DECIMAL_DIG > LDBL_DECIMAL_DIG))
89 #ifdef LDBL_DECIMAL_DIG
221 _Static_assert(LDBL_DECIMAL_DIG == __LDBL_DECIMAL_DIG__, "");
/external/clang/lib/Headers/
Dfloat.h75 # undef LDBL_DECIMAL_DIG
131 # define LDBL_DECIMAL_DIG __LDBL_DECIMAL_DIG__ macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp69 #ifndef LDBL_DECIMAL_DIG
70 #error LDBL_DECIMAL_DIG not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp69 #ifndef LDBL_DECIMAL_DIG
70 #error LDBL_DECIMAL_DIG not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp67 #ifndef LDBL_DECIMAL_DIG
68 #error LDBL_DECIMAL_DIG not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp67 #ifndef LDBL_DECIMAL_DIG
68 #error LDBL_DECIMAL_DIG not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h73 # undef LDBL_DECIMAL_DIG
132 # define LDBL_DECIMAL_DIG __LDBL_DECIMAL_DIG__ macro
/external/llvm-project/libcxx/include/
Dcfloat33 LDBL_DECIMAL_DIG // C11
/external/libcxx/include/
Dcfloat34 LDBL_DECIMAL_DIG // C11
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc125 SYMBOL(LDBL_DECIMAL_DIG, None, <float.h>)