Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2670 WordType *remainder, WordType *srhs, in tcDivide() argument
2672 assert(lhs != remainder && lhs != srhs && remainder != srhs); in tcDivide()
2682 tcAssign(srhs, rhs, parts); in tcDivide()
2683 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2690 int compare = tcCompare(remainder, srhs, parts); in tcDivide()
2692 tcSubtract(remainder, srhs, 0, parts); in tcDivide()
2699 tcShiftRight(srhs, parts, 1); in tcDivide()
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c6113 uByte srhs=(rhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6125 else if (slhs && srhs) { /* both negative */
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c6113 uByte srhs=(rhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6125 else if (slhs && srhs) { /* both negative */
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c6113 uByte srhs=(rhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6125 else if (slhs && srhs) { /* both negative */
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c6113 uByte srhs=(rhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6125 else if (slhs && srhs) { /* both negative */