Home
last modified time | relevance | path

Searched full:multiply (Results 1 – 23 of 23) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py117 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)
/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp65 uint8_t VerhoeffChecksum::Multiply(uint8_t aFirst, uint8_t aSecond) in Multiply() function in ot::Utils::VerhoeffChecksum
137 code = Multiply(code, Permute(index % 8, static_cast<uint8_t>(digit - '0'))); in ComputeCode()
Dverhoeff_checksum.hpp86 static uint8_t Multiply(uint8_t aFirst, uint8_t aSecond);
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decp.h955 * \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.
/openthread-latest/.github/workflows/
Dotbr.yml57 MULTIPLY: 1
176 MULTIPLY: 1
Dsimulation-1.1.yml55 MULTIPLY: 3
Dsimulation-1.4.yml207 MULTIPLY: 3
/openthread-latest/third_party/mbedtls/repo/library/
Dbignum_core.h393 * \brief Perform a fixed-size multiply accumulate operation: X += b * A
405 * representing the bignum to multiply with.
409 * \param b X scalar to multiply with.
Dbignum_mod_raw.h200 /** \brief Multiply two MPIs, returning the residue modulo the specified
Dbignum_mod.h229 /** \brief Multiply two residues, returning the residue modulo the specified
Daesce.c561 * simply multiply the higher part of the operand by r(z) and add it to l(z). If
Dbignum_core.c835 /* Multiply X by the selected element. */ in mbedtls_mpi_core_exp_mod()
Dbn_mul.h11 * Multiply source vector [s] with b, add result
Drsa.c1370 * "in the Montgomery domain"). Here we only multiply one operand by R mod in rsa_unblind()
/openthread-latest/src/core/thread/
Dlink_quality.cpp68 // Multiply the RSS value by a precision multiple (currently -8). in Add()
/openthread-latest/script/
Dtest318 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1…
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md141 library (such as helpers for long multiply); this can be checked for the
337 - multiply-and-add, shift by one limb (for Montgomery multiplication);
Dp256-m.c174 * 32 x 32 -> 64-bit multiply-and-accumulate
337 * 288 + 32 x 256 -> 288-bit multiply and add
/openthread-latest/src/core/coap/
Dcoap.cpp1591 static uint32_t Multiply(uint32_t aValueA, uint32_t aValueB) in Multiply() function
1612 uint32_t tmp = Multiply(mAckTimeout, (1U << (mMaxRetransmit + 1)) - 1); in IsValid()
1614 tmp = Multiply(tmp, mAckRandomFactorNumerator); in IsValid()
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_core.py206 """Test cases for fixed-size multiply accumulate."""
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3300 * Fix the inline assembly for the MPI multiply helper function for i386 and
6046 * Added multiply assembly code for the TriCore and modified
6048 * Added multiply assembly code for 64-bit PowerPCs,
6058 * Added multiply assembly code for SPARC and Alpha
6070 * Added multiply asm code for SSE2, ARM, PPC, MIPS and M68K
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function1749 /* Get inverse of A mode m, and multiply it with itself,
/openthread-latest/third_party/mbedtls/repo/tests/
Dssl-opt.sh893 # multiply the client timeout delay by the given factor for the next test
1956 # - for the client, we multiply the usual watchdog limit by a factor