Home
last modified time | relevance | path

Searched refs:BITS_PER_SI (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/
Dfp-bit.c863 high = answer >> BITS_PER_SI;
872 USItype nh = a->fraction.ll >> BITS_PER_SI;
874 USItype mh = b->fraction.ll >> BITS_PER_SI;
883 res2 += (UDItype)1 << BITS_PER_SI;
884 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
888 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
1369 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1398 shift = clzusi (arg_a) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1437 if (a.normal_exp > BITS_PER_SI - 2)
1474 if (a.normal_exp > BITS_PER_SI - 1)
Dfp-bit.h125 #define BITS_PER_SI (4 * BITS_PER_UNIT) macro
/freebsd-10-stable/contrib/gcc/
DChangeLog-200130420 (BITS_PER_SI): New.
30423 (float_to_si, float_to_usi): Use BITS_PER_SI.