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

  /dalvik/libcore/luni/src/main/native/
cbigint.h 50 void simpleMultiplyAddHighPrecision (U_64 * arg1, IDATA length, U_64 arg2,
cbigint.c 220 simpleMultiplyAddHighPrecision (U_64 * arg1, IDATA length, U_64 arg2,
310 simpleMultiplyAddHighPrecision (arg1, length1, LOW_IN_U64 (arg2[count]),
313 simpleMultiplyAddHighPrecision(arg1, length1, HIGH_IN_U64(arg2[count]), resultIn32 + (++index));

Completed in 21 milliseconds