Searched refs:mulAdd (Results 1 – 3 of 3) sorted by relevance
/external/libconstrainedcrypto/ |
D | p256.c | 71 static p256_digit mulAdd(const p256_int* a, in mulAdd() function 155 top = mulAdd(a, P256_DIGIT(b, i), 0, tmp + i); in p256_modmul() 160 top = mulAdd(a, top_b, 0, tmp + i); in p256_modmul() 169 top_reducer = mulAdd(MOD, top, 0, reducer); in p256_modmul()
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-compilation.txt | 240 210 java.math.BigInteger::mulAdd (81 bytes)
|
D | jdk7-compilation.txt | 284 17936 252 b java.math.BigInteger::mulAdd (81 bytes)
|