Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.c1395 #define DI_SIZE (W_TYPE_SIZE * 2) macro
1397 (SIZE < DI_SIZE \
1398 && SIZE > (DI_SIZE - SIZE + FSSIZE) \
1440 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - FSIZE)) in FUNC()
1507 #define DI_SIZE (W_TYPE_SIZE * 2) macro
1509 (SIZE < DI_SIZE \
1510 && SIZE > (DI_SIZE - SIZE + FSSIZE) \
1552 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - FSIZE)) in FUNC()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.c1079 #define DI_SIZE (sizeof (DWtype) * BITS_PER_UNIT) macro
1097 if (DF_SIZE < DI_SIZE in __floatdisf()
1098 && DF_SIZE > (DI_SIZE - DF_SIZE + SF_SIZE)) in __floatdisf()
1100 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - DF_SIZE)) in __floatdisf()