Searched full:multiply (Results 1 – 23 of 23) sorted by relevance
117 parser.add_argument('--multiply', type=int, default=1, help='run each test for multiple times')124 logging.info("Multiply: %d", args.multiply)168 def run_tests(scripts: List[str], multiply: int = 1, run_directory: str = None):172 script_ids = [(script, i) for script in scripts for i in range(multiply)]209 fail_count = run_tests(args.scripts, args.multiply, args.run_directory)
65 uint8_t VerhoeffChecksum::Multiply(uint8_t aFirst, uint8_t aSecond) in Multiply() function in ot::Utils::VerhoeffChecksum137 code = Multiply(code, Permute(index % 8, static_cast<uint8_t>(digit - '0'))); in ComputeCode()
86 static uint8_t Multiply(uint8_t aFirst, uint8_t aSecond);
955 * \param m The integer by which to multiply. This must be initialized.956 * \param P The point to multiply. This must be initialized.986 * \param m The integer by which to multiply. This must be initialized.987 * \param P The point to multiply. This must be initialized.1045 * \param m The integer by which to multiply \p P.1047 * \param P The point to multiply by \p m. This must be initialized.1048 * \param n The integer by which to multiply \p Q.1086 * \param m The integer by which to multiply \p P.1088 * \param P The point to multiply by \p m. This must be initialized.1089 * \param n The integer by which to multiply \p Q.
57 MULTIPLY: 1176 MULTIPLY: 1
55 MULTIPLY: 3
207 MULTIPLY: 3
393 * \brief Perform a fixed-size multiply accumulate operation: X += b * A405 * representing the bignum to multiply with.409 * \param b X scalar to multiply with.
200 /** \brief Multiply two MPIs, returning the residue modulo the specified
229 /** \brief Multiply two residues, returning the residue modulo the specified
561 * simply multiply the higher part of the operand by r(z) and add it to l(z). If
835 /* Multiply X by the selected element. */ in mbedtls_mpi_core_exp_mod()
11 * Multiply source vector [s] with b, add result
1370 * "in the Montgomery domain"). Here we only multiply one operand by R mod in rsa_unblind()
68 // Multiply the RSS value by a precision multiple (currently -8). in Add()
318 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1…
141 library (such as helpers for long multiply); this can be checked for the337 - multiply-and-add, shift by one limb (for Montgomery multiplication);
174 * 32 x 32 -> 64-bit multiply-and-accumulate337 * 288 + 32 x 256 -> 288-bit multiply and add
1591 static uint32_t Multiply(uint32_t aValueA, uint32_t aValueB) in Multiply() function1612 uint32_t tmp = Multiply(mAckTimeout, (1U << (mMaxRetransmit + 1)) - 1); in IsValid()1614 tmp = Multiply(tmp, mAckRandomFactorNumerator); in IsValid()
206 """Test cases for fixed-size multiply accumulate."""
3300 * Fix the inline assembly for the MPI multiply helper function for i386 and6046 * Added multiply assembly code for the TriCore and modified6048 * Added multiply assembly code for 64-bit PowerPCs,6058 * Added multiply assembly code for SPARC and Alpha6070 * Added multiply asm code for SSE2, ARM, PPC, MIPS and M68K
1749 /* Get inverse of A mode m, and multiply it with itself,
893 # multiply the client timeout delay by the given factor for the next test1956 # - for the client, we multiply the usual watchdog limit by a factor