Home
last modified time | relevance | path

Searched refs:IMPLICIT_1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dfp-bit.c269 if (fraction >= IMPLICIT_1)
506 while (fraction < IMPLICIT_1)
543 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
664 while (tmp->fraction.ll < IMPLICIT_1 && tmp->fraction.ll)
857 while (high < IMPLICIT_1)
977 bit = IMPLICIT_1;
Dfp-bit.h338 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS)) macro
/openbsd/src/gnu/gcc/gcc/config/
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;
Dfp-bit.h342 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS)) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog7294 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are