Home
last modified time | relevance | path

Searched refs:muladd (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/js/binary/
Dutils.js644 function muladd(m, c) { function
661 muladd(10, dec.charCodeAt(i) - jspb.utils.ZERO_CHAR_CODE_);
667 muladd(1, 1);
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.data703 ECP point muladd secp256r1 #1
707 ECP point muladd secp256r1 #2
746 ECP restartable muladd secp256r1 max_ops=0 (disabled)
750 ECP restartable muladd secp256r1 max_ops=1
754 ECP restartable muladd secp256r1 max_ops=10000
758 ECP restartable muladd secp256r1 max_ops=250
/third_party/mbedtls/library/
Decdsa.c553 goto muladd; in ecdsa_verify_restartable()
589 muladd: in ecdsa_verify_restartable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td401 def muladd : PatFrag<(ops node:$wd, node:$ws, node:$wt),
2366 class MADDV_B_DESC : MSA_3R_4R_DESC_BASE<"maddv.b", muladd, MSA128BOpnd>;
2367 class MADDV_H_DESC : MSA_3R_4R_DESC_BASE<"maddv.h", muladd, MSA128HOpnd>;
2368 class MADDV_W_DESC : MSA_3R_4R_DESC_BASE<"maddv.w", muladd, MSA128WOpnd>;
2369 class MADDV_D_DESC : MSA_3R_4R_DESC_BASE<"maddv.d", muladd, MSA128DOpnd>;