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

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddp-bit.c96 # define NGARDS 7L macro
116 # define NGARDS 8L macro
208 (double::FRAC_BITS+double::NGARGS-(float::FRAC_BITS-float::NGARDS))
214 #define IMPLICIT_1 (1LL<<(FRACBITS+NGARDS))
215 #define IMPLICIT_2 (1LL<<(FRACBITS+1+NGARDS))
363 if (shift > FRAC_NBITS - NGARDS)
373 fraction >>= NGARDS; local
389 if (fraction & (1 << NGARDS))
402 fraction >>= NGARDS; local
429 fraction <<= NGARDS; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c96 # define NGARDS 7L macro
116 # define NGARDS 8L macro
208 (double::FRAC_BITS+double::NGARGS-(float::FRAC_BITS-float::NGARDS))
214 #define IMPLICIT_1 (1LL<<(FRACBITS+NGARDS))
215 #define IMPLICIT_2 (1LL<<(FRACBITS+1+NGARDS))
363 if (shift > FRAC_NBITS - NGARDS)
373 fraction >>= NGARDS; local
389 if (fraction & (1 << NGARDS))
402 fraction >>= NGARDS; local
429 fraction <<= NGARDS; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.c209 fraction >>= NGARDS;
257 if (shift > FRAC_NBITS - NGARDS)
269 if ((fraction & (1 << NGARDS)))
283 fraction >>= NGARDS;
299 if (fraction & (1 << NGARDS))
312 fraction >>= NGARDS;
515 fraction <<= NGARDS;
554 dst->fraction.ll = fraction << NGARDS;
562 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
864 + FRAC_NBITS - (FRACBITS + NGARDS);
[all...]
H A Dfp-bit.h142 # define NGARDS 10L /* Is this right? */ macro
180 # define NGARDS 7L macro
203 # define NGARDS 8L macro
296 (double::FRAC_BITS+double::NGARDS-(float::FRAC_BITS+float::NGARDS))
307 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS))
308 #define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+NGARDS))
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.c209 fraction >>= NGARDS;
257 if (shift > FRAC_NBITS - NGARDS)
269 if ((fraction & (1 << NGARDS)))
283 fraction >>= NGARDS;
299 if (fraction & (1 << NGARDS))
312 fraction >>= NGARDS;
515 fraction <<= NGARDS;
554 dst->fraction.ll = fraction << NGARDS;
562 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
864 + FRAC_NBITS - (FRACBITS + NGARDS);
[all...]
H A Dfp-bit.h142 # define NGARDS 10L /* Is this right? */ macro
180 # define NGARDS 7L macro
203 # define NGARDS 8L macro
296 (double::FRAC_BITS+double::NGARDS-(float::FRAC_BITS+float::NGARDS))
307 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS))
308 #define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+NGARDS))

Completed in 259 milliseconds