HomeSort by relevance Sort by last modified time
    Searched refs:LDBL_DECIMAL_DIG (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Headers/
float.c 56 #ifndef LDBL_DECIMAL_DIG
57 #error "Mandatory macro LDBL_DECIMAL_DIG is missing."
58 #elif LDBL_DECIMAL_DIG < 10
59 #error "Mandatory macro LDBL_DECIMAL_DIG is invalid."
61 #if ((FLT_DECIMAL_DIG > DBL_DECIMAL_DIG) || (DBL_DECIMAL_DIG > LDBL_DECIMAL_DIG))
71 #ifdef LDBL_DECIMAL_DIG
72 #error "Macro LDBL_DECIMAL_DIG should not be defined."
194 _Static_assert(LDBL_DECIMAL_DIG == __LDBL_DECIMAL_DIG__, "");
  /bionic/tests/
float_test.cpp 34 #if !defined(LDBL_DECIMAL_DIG)
35 #error LDBL_DECIMAL_DIG
  /external/clang/lib/Headers/
float.h 75 # undef LDBL_DECIMAL_DIG
131 # define LDBL_DECIMAL_DIG __LDBL_DECIMAL_DIG__
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 67 #ifndef LDBL_DECIMAL_DIG
68 #error LDBL_DECIMAL_DIG not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 67 #ifndef LDBL_DECIMAL_DIG
68 #error LDBL_DECIMAL_DIG not defined

Completed in 751 milliseconds