HomeSort by: relevance | last modified time | path
    Searched defs:REAL_WIDTH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
real.h 75 #define REAL_WIDTH \
81 [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
90 #if REAL_WIDTH == 1
93 # if REAL_WIDTH == 2
96 # if REAL_WIDTH == 3
99 # if REAL_WIDTH == 4
102 # if REAL_WIDTH == 5
105 # if REAL_WIDTH == 6
108 #error "REAL_WIDTH > 6 not supported"
  /src/external/gpl3/gcc.old/dist/gcc/
real.h 75 #define REAL_WIDTH \
81 [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
90 #if REAL_WIDTH == 1
93 # if REAL_WIDTH == 2
96 # if REAL_WIDTH == 3
99 # if REAL_WIDTH == 4
102 # if REAL_WIDTH == 5
105 # if REAL_WIDTH == 6
108 #error "REAL_WIDTH > 6 not supported"

Completed in 22 milliseconds