/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2670 integerPart *remainder, integerPart *srhs, in tcDivide() argument 2676 assert(lhs != remainder && lhs != srhs && remainder != srhs); in tcDivide() 2686 tcAssign(srhs, rhs, parts); in tcDivide() 2687 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2696 compare = tcCompare(remainder, srhs, parts); in tcDivide() 2698 tcSubtract(remainder, srhs, 0, parts); in tcDivide() 2705 tcShiftRight(srhs, parts, 1); in tcDivide()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2696 integerPart *remainder, integerPart *srhs, in tcDivide() argument 2702 assert(lhs != remainder && lhs != srhs && remainder != srhs); in tcDivide() 2712 tcAssign(srhs, rhs, parts); in tcDivide() 2713 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2722 compare = tcCompare(remainder, srhs, parts); in tcDivide() 2724 tcSubtract(remainder, srhs, 0, parts); in tcDivide() 2731 tcShiftRight(srhs, parts, 1); in tcDivide()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 2671 WordType *remainder, WordType *srhs, in tcDivide() argument 2673 assert(lhs != remainder && lhs != srhs && remainder != srhs); in tcDivide() 2683 tcAssign(srhs, rhs, parts); in tcDivide() 2684 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2691 int compare = tcCompare(remainder, srhs, parts); in tcDivide() 2693 tcSubtract(remainder, srhs, 0, parts); in tcDivide() 2700 tcShiftRight(srhs, parts, 1); in tcDivide()
|
/external/llvm-project/llvm/lib/Support/ |
D | APInt.cpp | 2670 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()
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 6165 uByte srhs=(rhs->bits & DECNEG); local 6173 if (slhs!=srhs) { /* signs differ */ 6177 else if (slhs && srhs) { /* both negative */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 5069 java.lang.String slhs, java.lang.String srhs, java.lang.String add, in mathtest() argument 5079 rhs = new android.icu.math.BigDecimal(srhs); in mathtest()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 5066 java.lang.String slhs, java.lang.String srhs, java.lang.String add, in mathtest() argument 5076 rhs = new com.ibm.icu.math.BigDecimal(srhs); in mathtest()
|