Home
last modified time | relevance | path

Searched refs:BN_mul_word (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/math/
DNativeBN.java86 public static native void BN_mul_word(long a, int w); in BN_mul_word() method in NativeBN
DBigInt.java243 NativeBN.BN_mul_word(this.bignum, w); in multiplyByPositiveInt()
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp494 BN_mul_word(toBigNum(a), w); in NativeBN_BN_mul_word()
602 NATIVE_METHOD(NativeBN, BN_mul_word, "(JI)V"),