/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 76 /* 1998.07.07 scaled division [divide(BigDecimal, int, int)] */ 189 * <br>new BigDecimal("2.40").divide( new BigDecimal("2"), def) => "1.2" 209 * new BigDecimal("1").divide(new BigDecimal("3E+10"), def) 1284 * The same as {@link #divide(BigDecimal, int)}, where the <code>BigDecimal</code> is <code>rhs</code>, and the 1295 public ohos.global.icu.math.BigDecimal divide(ohos.global.icu.math.BigDecimal rhs) { in divide() method in BigDecimal 1303 * The same as {@link #divide(BigDecimal, int, int)}, where the <code>BigDecimal</code> is <code>rhs</code>, and the 1319 public ohos.global.icu.math.BigDecimal divide(ohos.global.icu.math.BigDecimal rhs, int round) { in divide() method in BigDecimal 1330 * The same as {@link #divide(BigDecimal, MathContext)}, where the <code>BigDecimal</code> is <code>rhs</code>, 1350 public ohos.global.icu.math.BigDecimal divide(ohos.global.icu.math.BigDecimal rhs, int scale, int round) { in divide() method in BigDecimal 1370 public ohos.global.icu.math.BigDecimal divide(oho method in BigDecimal [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 627 "SplatSizeInBits must divide width!"); 1626 void APInt::divide(const APInt &LHS, unsigned lhsWords, const APInt &RHS, 1697 // and faster because we are certain that we can divide a 64-bit quantity 1724 // Now we're ready to invoke the Knuth classical divide algorithm. In this 1745 // This case is currently dead as all users of divide() handle trivial cases 1829 // All high words are zero, just use native divide 1833 // We have to compute it the hard way. Invoke the Knuth divide algorithm. 1835 divide(*this, lhsWords, RHS, rhsWords, &Quotient, nullptr); 1881 // We have to compute it the hard way. Invoke the Knuth divide algorithm. 1883 divide(*thi [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 1744 /* Normalized divide. */ 1745 IEEEFloat::opStatus IEEEFloat::divide(const IEEEFloat &rhs, 1768 fs = V.divide(rhs, rmNearestTiesToEven); 3701 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK) 4212 APFloat::opStatus DoubleAPFloat::divide(const DoubleAPFloat &RHS, 4217 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sram242x.S | 151 moveq r5, r5, lsr #1 @ divide by 2 if to half
|
H A D | sram243x.S | 151 moveq r5, r5, lsr #1 @ divide by 2 if to half
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 121 | integer divide where the source operand is a zero, then the _isp_unimp()
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 121 | integer divide where the source operand is a zero, then the _isp_unimp()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 151 moveq r5, r5, lsr #1 @ divide by 2 if to half
|
H A D | sram243x.S | 151 moveq r5, r5, lsr #1 @ divide by 2 if to half
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_phonet.c | 31 #error MAXPACKET must divide PAGE_SIZE!
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.h | 1583 * The actual divide number for hclk is: 1654 * @divide: The frequency of 'hclk' used by the USB subsystem 1679 __BITFIELD_FIELD(u64 divide : 3,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_phonet.c | 31 #error MAXPACKET must divide PAGE_SIZE!
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | octeon-hcd.h | 1583 * The actual divide number for hclk is: 1654 * @divide: The frequency of 'hclk' used by the USB subsystem 1679 __BITFIELD_FIELD(u64 divide : 3,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend.asm | 261 BLEND_INIT divide, 4
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | DecimalQuantity_AbstractBCD.java | 184 temp = temp.divide(roundingIncrement, 0, mathContext.getRoundingMode()) in roundToIncrement()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 2660 GLuint divide = 100; in calculateDimmensions() local 2662 GLuint factor = divide; in calculateDimmensions() 2672 factor = divide / 2; in calculateDimmensions() 2681 out_widths[i] = width * factors[i] / divide; in calculateDimmensions() 2682 out_heights[i] = height * factors[i] / divide; in calculateDimmensions() 2686 out_depths[i] = FUNCTIONAL_TEST_N_LAYERS * factors[i] / divide; in calculateDimmensions()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1398 static string incrementExpr (const string& baseExpr, glu::DataType type, bool divide); 1461 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) 1463 const string mulOrDiv = divide ? "/" : "*";
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1394 static string incrementExpr (const string& baseExpr, glu::DataType type, bool divide); 1457 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) 1459 const string mulOrDiv = divide ? "/" : "*";
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | do_func.S | 169 fbeq t_dz2 |if = -1, divide by zero exception
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | do_func.S | 169 fbeq t_dz2 |if = -1, divide by zero exception
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalQuantity_AbstractBCD.java | 182 temp = temp.divide(roundingIncrement, 0, mathContext.getRoundingMode()) in roundToIncrement()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
H A D | UnitsTest.java | 37 (expected.subtract(actual).divide(expected, MathContext.DECIMAL128)).abs(); in compareTwoBigDecimal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 180 /// This is used by the toString method to divide by the radix. It simply 181 /// provides a more convenient form of divide for internal use since KnuthDiv 183 /// then it provides a simpler form of divide. 184 static void divide(const APInt &LHS, unsigned lhsWords, const APInt &RHS, 417 /// \param SplatSizeInBits The size of the pattern in bits. Must divide bit 889 /// Perform an unsigned divide operation on this APInt by RHS. Both this and 897 /// Signed divide this APInt by APInt RHS. 918 /// Sometimes it is convenient to divide two APInt values and obtain both the 1905 /// Signed divide APInt LHS by APInt RHS. 1910 /// Unsigned divide APIn [all...] |
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 1592 cls.assertRaises(DivisionByZero, c2.divide, d1, 0) 1637 cls.assertRaises(Underflow, c3.divide, Decimal('1e-425000000'), 999) 3137 d = c.divide(Decimal(1), Decimal(2)) 3138 self.assertEqual(c.divide(1, 2), d) 3139 self.assertEqual(c.divide(Decimal(1), 2), d) 3140 self.assertEqual(c.divide(1, Decimal(2)), d) 3141 self.assertRaises(TypeError, c.divide, '1', 2) 3142 self.assertRaises(TypeError, c.divide, 1, '2') 4429 # divide
|
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 32 // am1: use a single mult and divide to get the high bits, 354 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20) 938 this.mu = this.r2.divide(m); 1200 BigInteger.prototype.divide = bnDivide;
|