Home
last modified time | relevance | path

Searched refs:REAL_WIDTH (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.h68 #define REAL_WIDTH \ macro
74 [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
83 #if REAL_WIDTH == 1
86 # if REAL_WIDTH == 2
89 # if REAL_WIDTH == 3
92 # if REAL_WIDTH == 4
95 # if REAL_WIDTH == 5
98 # if REAL_WIDTH == 6
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.h72 #define REAL_WIDTH \ macro
78 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
87 #if REAL_WIDTH == 1
90 # if REAL_WIDTH == 2
93 # if REAL_WIDTH == 3
96 # if REAL_WIDTH == 4
99 # if REAL_WIDTH == 5
102 # if REAL_WIDTH == 6