Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/
Dfp-bit.c266 if (shift > FRAC_NBITS - NGARDS)
278 if ((fraction & (1 << NGARDS)))
292 fraction >>= NGARDS;
311 if (fraction & (1 << NGARDS))
325 fraction >>= NGARDS;
547 fraction <<= NGARDS;
593 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
896 + FRAC_NBITS - (FRACBITS + NGARDS);
920 if (high & (1 << NGARDS))
1040 if (quotient & (1 << NGARDS))
[all …]
Dfp-bit.h143 # define NGARDS 10L /* Is this right? */ macro
181 # define NGARDS 7L macro
204 # define NGARDS 8L macro
342 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS))
343 #define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+NGARDS))
/freebsd-12-stable/contrib/gcc/
DChangeLog-200334658 from FRAC_NBITS, FRAC_BITS and NGARDS.