HomeSort by relevance Sort by last modified time
    Searched full:prod1 (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/native/
cbigint.cpp 686 uint64_t intermediate, carry1, carry2, prod1, prod2, sum; local
700 prod1 =
702 sum = intermediate + prod1;
703 if ((sum < prod1) || (sum < intermediate))
711 prod1 =
715 intermediate = carry2 + HIGH_IN_U64 (sum) + prod1 + prod2;
716 if ((intermediate < prod1) || (intermediate < prod2))
  /external/skia/tests/
MathTest.cpp 82 unsigned prod1 = SkMulDiv255Round(a, b);
83 SkASSERT(prod0 == prod1);
94 unsigned prod1 = SkMulDiv255Round(a, b); local
96 REPORTER_ASSERT(reporter, prod0 == prod1);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 548 BigInteger prod1 = genFactorial(n, 2 * step); local
556 return prod1.multiply(prod2);
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 468 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
470 if (isKnownPredicate(CmpInst::ICMP_EQ, Prod1, Prod2)) {
473 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
475 if (isKnownPredicate(CmpInst::ICMP_EQ, Prod1, Prod2))
477 if (isKnownPredicate(CmpInst::ICMP_NE, Prod1, Prod2)) {
484 if (isKnownPredicate(CmpInst::ICMP_NE, Prod1, Prod2)) {
530 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 2352 tcu::Interval prod1; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]

Completed in 1055 milliseconds