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

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c288 if (fraction >= IMPLICIT_1)
551 while (fraction < IMPLICIT_1)
593 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
715 while (tmp->fraction.ll < IMPLICIT_1 && tmp->fraction.ll)
908 while (high < IMPLICIT_1)
1024 bit = IMPLICIT_1;
H A Dfp-bit.h342 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS)) macro

Completed in 168 milliseconds