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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-fpu.c148 #define IMPLICIT_2 LSBIT64 (NR_FRAC_GUARD + 1) macro
226 ASSERT (src->fraction < IMPLICIT_2);
278 if ((fraction & IMPLICIT_2)) /* rounding resulted in carry */
553 if (f->fraction >= IMPLICIT_2)
560 while (f->fraction >= IMPLICIT_2);
871 if ((f->fraction & IMPLICIT_2))
906 ASSERT (f->fraction < IMPLICIT_2);
963 <= (f->fraction < IMPLICIT_2 && f->fraction >= IMPLICIT_1));
1119 if ((f->fraction & IMPLICIT_2))
1133 ASSERT (f->fraction >= IMPLICIT_1 && f->fraction < IMPLICIT_2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-fpu.c148 #define IMPLICIT_2 LSBIT64 (NR_FRAC_GUARD + 1) macro
226 ASSERT (src->fraction < IMPLICIT_2);
278 if ((fraction & IMPLICIT_2)) /* rounding resulted in carry */
553 if (f->fraction >= IMPLICIT_2)
560 while (f->fraction >= IMPLICIT_2);
871 if ((f->fraction & IMPLICIT_2))
906 ASSERT (f->fraction < IMPLICIT_2);
963 <= (f->fraction < IMPLICIT_2 && f->fraction >= IMPLICIT_1));
1119 if ((f->fraction & IMPLICIT_2))
1133 ASSERT (f->fraction >= IMPLICIT_1 && f->fraction < IMPLICIT_2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-fpu.c148 #define IMPLICIT_2 LSBIT64 (NR_FRAC_GUARD + 1) macro
226 ASSERT (src->fraction < IMPLICIT_2);
278 if ((fraction & IMPLICIT_2)) /* rounding resulted in carry */
553 if (f->fraction >= IMPLICIT_2)
560 while (f->fraction >= IMPLICIT_2);
871 if ((f->fraction & IMPLICIT_2))
906 ASSERT (f->fraction < IMPLICIT_2);
963 <= (f->fraction < IMPLICIT_2 && f->fraction >= IMPLICIT_1));
1119 if ((f->fraction & IMPLICIT_2))
1133 ASSERT (f->fraction >= IMPLICIT_1 && f->fraction < IMPLICIT_2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Ddp-bit.c215 #define IMPLICIT_2 (1LL<<(FRACBITS+1+NGARDS)) macro
397 if (fraction >= IMPLICIT_2)
599 if (tmp->fraction.ll >= IMPLICIT_2)
760 while (high >= IMPLICIT_2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Ddp-bit.c215 #define IMPLICIT_2 (1LL<<(FRACBITS+1+NGARDS)) macro
397 if (fraction >= IMPLICIT_2)
599 if (tmp->fraction.ll >= IMPLICIT_2)
760 while (high >= IMPLICIT_2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Ddp-bit.c215 #define IMPLICIT_2 (1LL<<(FRACBITS+1+NGARDS)) macro
397 if (fraction >= IMPLICIT_2)
599 if (tmp->fraction.ll >= IMPLICIT_2)
760 while (high >= IMPLICIT_2)

Completed in 74 milliseconds