Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sumAsm (0.14 sec)

  1. cluster/gce/gci/configure-helper.sh

        echo "Invalid argument to secure_random: infobytes='${infobytes}'" 1>&2
        return 1
      fi
    
      local out=""
      for (( i = 0; i < "${infobytes}"; i += 32 )); do
        # uuids have 122 random bits, sha256 sums have 256 bits, so concatenate
        # three uuids and take their sum. The sum is encoded in ASCII hex, hence the
        # 64 character cut.
        out+="$(
         (
           uuidgen --random;
           uuidgen --random;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. src/crypto/sha512/sha512_test.go

    // Tests for unmarshaling hashes that have hashed a large amount of data
    // The initial hash generation is omitted from the test, because it takes a long time.
    // The test contains some already-generated states, and their expected sums
    // Tests a problem that is outlined in GitHub issue #29541
    // The problem is triggered when an amount of data has been hashed for which
    // the data length has a 1 in the 32nd bit. When casted to int, this changes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    then the perpendicular velocity of any other emerging Ray CE which was AD/EF × CF, will be equal to the square Root of CD_q_ + (_MCq/NGq_ × CG_q_). And by squaring these Equals, and adding to them the Equals AD_q_ and MC_q_ - CD_q_, and dividing the Sums by the Equals CF_q_ + EF_q_ and CG_q_ + NG_q_, you will have _MCq/NGq_ equal to _ADq/EFq_. Whence AD, the Sine of Incidence, is to EF the Sine of Refraction, as MC to NG, that is, in a given _ratio_. And this Demonstration being general, without determining...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top