Searched refs:INT_KIND (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Ddfp-bit.h179 /* Conversions between decimal float types and integral types use INT_KIND
184 #define INT_KIND 1 macro
187 #define INT_KIND 2 macro
190 #define INT_KIND 3 macro
193 #define INT_KIND 4 macro
196 /* If INT_KIND is defined, define additional macros:
202 CAST_FOR_FMT: Cast variable of INT_KIND to C type for sprintf.
207 #if INT_KIND == 1
212 #elif INT_KIND == 2
217 #elif INT_KIND
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Ddfp-bit.h179 /* Conversions between decimal float types and integral types use INT_KIND
184 #define INT_KIND 1 macro
187 #define INT_KIND 2 macro
190 #define INT_KIND 3 macro
193 #define INT_KIND 4 macro
196 /* If INT_KIND is defined, define additional macros:
202 CAST_FOR_FMT: Cast variable of INT_KIND to C type for sprintf.
207 #if INT_KIND == 1
212 #elif INT_KIND == 2
217 #elif INT_KIND
[all...]

Completed in 106 milliseconds