/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/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;
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 128 'context.copy_sign', 'context.divide', 'context.divide_int', 455 err = self.maxctx.divide(t, ulp)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 187 /// This is used by the toString method to divide by the radix. It simply 188 /// provides a more convenient form of divide for internal use since KnuthDiv 190 /// then it provides a simpler form of divide. 191 static void divide(const WordType *LHS, unsigned lhsWords, 493 /// \param SplatSizeInBits The size of the pattern in bits. Must divide bit 1062 /// Perform an unsigned divide operation on this APInt by RHS. Both this and 1072 /// Signed divide this APInt by APInt RHS. 1098 /// Sometimes it is convenient to divide two APInt values and obtain both the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 892 static void divide(ScalarEvolution &SE, const SCEV *Numerator, in divide() function 925 divide(SE, *Quotient, Op, &Q, &R); in divide() 945 // Except in the trivial case described above, we do not know how to divide 983 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr() 984 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR); in visitAddRecExpr() 1002 divide(SE, Op, Denominator, &Q, &R); in visitAddExpr() 1039 divide(SE, Op, Denominator, &Q, &R); in visitMulExpr() 1086 divide(SE, Diff, Denominator, &Q, &R); in visitMulExpr() 1099 // We generally do not know how to divide Expr by Denominator. We in SCEVDivision() 1100 // initialize the division to a "cannot divide" stat in SCEVDivision() [all...] |
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 333 mse = numpy.divide(sad, imSz)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 863 apfLHS.divide(APFloat(Sem, RHS.IntVal), in getConstantValue()
|
/third_party/skia/include/private/ |
H A D | SkVx.h | 690 // div255(x) = (x + 127) / 255 is a bit-exact rounding divide-by-255, packing down to 8-bit. 705 // The ScaledDividerU32 takes a divisor > 1, and creates a function divide(numerator) that 708 // divide(numerator + half) == floor(numerator/denominator + 1/2). 731 Vec<4, uint32_t> divide(const Vec<4, uint32_t>& numerator) const { in divide() function in skvx::ScaledDividerU32
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1325 (void)C3V.divide(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2057 \divide\parskip by 2 % reduce space between paragraphs 5126 \divide\doublecolumnhsize by 2 5143 \divide\dimen@ by 2 5223 \divide\dimen@ by 2 % target to split to 6682 \divide\dimen\verbbox by\tabw 9242 \divide\countUTFz by 64
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 3233 double divide = 1 << fraction_bits; in DecodeTypeVFP() local 3234 set_d_register_from_double(vd, fixed_value / divide); in DecodeTypeVFP()
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 90 >>> c.divide(Decimal(0), Decimal(0)) 98 >>> print(c.divide(Decimal(0), Decimal(0))) 108 >>> print(c.divide(Decimal(0), Decimal(0))) 270 by zero was attempted (during a divide-integer or divide operation, or a 275 or of the signs of the operands for divide, or is 1 for an odd power of 286 divide-integer or remainder operation had too many digits (would be 297 attempted (during a divide-integer, divide, or remainder operation), and 357 (from a conversion or from an operation that is not an attempt to divide 4372 def divide(self, a, b): global() member in Context [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3468 APFloat::opStatus Status = Val.divide(ArgVal, in visitCallInst()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 5136 GLint divide = 4; /* 4 components per location */ in getLastInputLocation() local 5163 divide = 1; in getLastInputLocation() 5196 const GLint n_avl_locations = param / divide; in getLastInputLocation()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2493 rInc = new BigDecimal("1.000000000").divide(rInc); in TestRounding()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2490 rInc = new BigDecimal("1.000000000").divide(rInc); in TestRounding()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 8557 ([function(e,t,n){const r=n(1);try{const e=r.divide(10,0);print(e)}catch(e){print(e.message),print(e.stack)}}, 8558 function(e,t){e.exports={divide:function(e,t){if(0===t)throw new Error("Cannot divide by zero");return e/t}}}]);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 5091 C1.divide(C2, APFloat::rmNearestTiesToEven);
|
H A D | DAGCombiner.cpp | 3867 // If integer divide is expensive and we satisfy the requirements, emit an in visitSDIVLike() 12759 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV() 12817 // Fold into a reciprocal estimate and multiply instead of a real divide. in visitFDIV() 20516 /// Given an ISD::SDIV node expressing a divide by constant, return 20536 /// Given an ISD::SDIV node expressing a divide by constant power of 2, return a 20557 /// Given an ISD::UDIV node expressing a divide by constant, return a DAG
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |