HomeSort by relevance Sort by last modified time
    Searched refs:prod2 (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/native/
cbigint.cpp 686 uint64_t intermediate, carry1, carry2, prod1, prod2, sum; local
713 prod2 =
715 intermediate = carry2 + HIGH_IN_U64 (sum) + prod1 + prod2;
716 if ((intermediate < prod1) || (intermediate < prod2))
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 552 BigInteger prod2 = genFactorial(n - step, 2 * step); local
556 return prod1.multiply(prod2);
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 2353 tcu::Interval prod2; local
    [all...]

Completed in 114 milliseconds