HomeSort by relevance Sort by last modified time
    Searched refs:max_shift (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 513 int max_shift; local
516 max_shift = BN_num_bits(m) - BN_num_bits(r);
517 /* max_shift >= 0 */
519 if (max_shift < 0) {
524 if (max_shift > n) {
525 max_shift = n;
528 if (max_shift) {
529 if (!BN_lshift(r, r, max_shift)) {
532 n -= max_shift;
  /external/walt/pywalt/pywalt/
minimization.py 45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step):
52 shifts = numpy.arange(min_shift, max_shift, step)
  /external/v8/src/wasm/
function-body-decoder.cc 387 uint8_t max_shift = 0; local
392 max_shift = 32;
397 max_shift = 16;
402 max_shift = 8;
408 if (operand.shift < 0 || operand.shift >= max_shift) {
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 25939 UInt max_shift = 0; local
    [all...]

Completed in 1045 milliseconds