Searched refs:IMPLICIT_2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c149 #define IMPLICIT_2 LSBIT64 (NR_FRAC_GUARD + 1) macro
227 ASSERT (src->fraction < IMPLICIT_2);
279 if ((fraction & IMPLICIT_2)) /* rounding resulted in carry */
554 if (f->fraction >= IMPLICIT_2)
561 while (f->fraction >= IMPLICIT_2);
872 if ((f->fraction & IMPLICIT_2))
907 ASSERT (f->fraction < IMPLICIT_2);
964 <= (f->fraction < IMPLICIT_2 && f->fraction >= IMPLICIT_1));
1120 if ((f->fraction & IMPLICIT_2))
1134 ASSERT (f->fraction >= IMPLICIT_1 && f->fraction < IMPLICIT_2);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c216 #define IMPLICIT_2 (1LL<<(FRACBITS+1+NGARDS)) macro
398 if (fraction >= IMPLICIT_2)
600 if (tmp->fraction.ll >= IMPLICIT_2)
761 while (high >= IMPLICIT_2)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfp-bit.c313 if (fraction >= IMPLICIT_2)
725 if (tmp->fraction.ll >= IMPLICIT_2)
891 while (high >= IMPLICIT_2)
H A Dfp-bit.h338 #define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+NGARDS)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dfp-bit.c306 if (fraction >= IMPLICIT_2)
716 if (tmp->fraction.ll >= IMPLICIT_2)
883 while (high >= IMPLICIT_2)
H A Dfp-bit.h340 #define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+NGARDS)) macro

Completed in 84 milliseconds