Home
last modified time | relevance | path

Searched refs:yhigh (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c692 fractype yhigh = 0; in _fpmul_parts() local
705 high += yhigh + carry; in _fpmul_parts()
707 yhigh <<= 1; in _fpmul_parts()
710 yhigh |= 1; in _fpmul_parts()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfp-bit.c804 fractype yhigh = 0;
815 high += yhigh + carry;
817 yhigh <<= 1;
820 yhigh |= 1;
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dcad67 #>>>>20 ubelong !0 \b, yhigh %8.8x
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-19989812 `yhigh' and `bit' into the scope in which they are used.