Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xLimbs (0.24 sec)

  1. lib/fips140/v1.0.0.zip

    size; i++ { xLimbs[i], c = bits.Add(xLimbs[i], yLimbs[i], c) } return } // sub computes x -= y. It returns the borrow of the subtraction. // // Both operands must have the same announced length. // //go:norace func (x *Nat) sub(y *Nat) (c uint) { // Eliminate bounds checks in the loop. size := len(x.limbs) xLimbs := x.limbs[:size] yLimbs := y.limbs[:size] for i := 0; i < size; i++ { xLimbs[i], c = bits.Sub(xLimbs[i], yLimbs[i], c) } return } // ShiftRightVarTime sets x = x >> n. // // The announced length...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

        Yet you turned a back-somersault in at the door--
          Pray, what is the reason of that?'
    
        `In my youth,' said the sage, as he shook his grey locks,
          `I kept all my limbs very supple
        By the use of this ointment--one shilling the box--
          Allow me to sell you a couple?'
    
        `You are old,' said the youth, `and your jaws are too weak
          For anything tougher than suet;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top