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

  /dalvik/libcore/luni/src/main/native/
cbigint.c 196 simpleMultiplyHighPrecision (U_64 * arg1, IDATA length, U_64 arg2)
739 overflow = simpleMultiplyHighPrecision (result, length, TEN_E9);
763 overflow = simpleMultiplyHighPrecision (result, length, TEN_E3);
769 overflow = simpleMultiplyHighPrecision (result, length, TEN_E4);
775 overflow = simpleMultiplyHighPrecision (result, length, TEN_E5);
781 overflow = simpleMultiplyHighPrecision (result, length, TEN_E6);
787 overflow = simpleMultiplyHighPrecision (result, length, TEN_E7);
793 overflow = simpleMultiplyHighPrecision (result, length, TEN_E8);
cbigint.h 43 U_32 simpleMultiplyHighPrecision (U_64 * arg1, IDATA length, U_64 arg2);

Completed in 410 milliseconds