Searched refs:BITS_PER_SI (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.c831 high = answer >> BITS_PER_SI;
840 USItype nh = a->fraction.ll >> BITS_PER_SI;
842 USItype mh = b->fraction.ll >> BITS_PER_SI;
851 res2 += (UDItype)1 << BITS_PER_SI;
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
856 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
1333 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1362 shift = clzusi (arg_a) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1401 if (a.normal_exp > BITS_PER_SI - 2)
1431 if (a.normal_exp > BITS_PER_SI
[all...]
H A Dfp-bit.h120 #define BITS_PER_SI (4 * __CHAR_BIT__) macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.c831 high = answer >> BITS_PER_SI;
840 USItype nh = a->fraction.ll >> BITS_PER_SI;
842 USItype mh = b->fraction.ll >> BITS_PER_SI;
851 res2 += (UDItype)1 << BITS_PER_SI;
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
856 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
1333 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1362 shift = clzusi (arg_a) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1401 if (a.normal_exp > BITS_PER_SI - 2)
1431 if (a.normal_exp > BITS_PER_SI
[all...]
H A Dfp-bit.h120 #define BITS_PER_SI (4 * __CHAR_BIT__) macro

Completed in 181 milliseconds