Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for bplist (0.08 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_RET ideal-int
    pkg syscall (freebsd-arm64), const BPF_RSH = 112
    pkg syscall (freebsd-arm64), const BPF_RSH ideal-int
    pkg syscall (freebsd-arm64), const BPF_ST = 2
    pkg syscall (freebsd-arm64), const BPF_ST ideal-int
    pkg syscall (freebsd-arm64), const BPF_STX = 3
    pkg syscall (freebsd-arm64), const BPF_STX ideal-int
    pkg syscall (freebsd-arm64), const BPF_SUB = 16
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. RELEASE.md

            `tf.sparse.cross`/`tf.ragged.cross` directly.
        *   Added additional `standardize` and `split` modes to `TextVectorization`:
            *   `standardize="lower"` will lowercase inputs.
            *   `standardize="string_punctuation"` will remove all punctuation.
            *   `split="character"` will split on every unicode character.
        *   Added an `output_mode` argument to the `Discretization` and `Hashing`
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Tue Oct 28 22:27:41 UTC 2025
    - 740.4K bytes
    - Viewed (3)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_RSH = 112 #53466
    pkg syscall (freebsd-riscv64), const BPF_RSH ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_ST = 2 #53466
    pkg syscall (freebsd-riscv64), const BPF_ST ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_STX = 3 #53466
    pkg syscall (freebsd-riscv64), const BPF_STX ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_SUB = 16 #53466
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  4. lib/fips140/v1.1.0-rc1.zip

    { limbs[i] = uint(r.Uint64()) & ((1 << _W) - 2) } return reflect.ValueOf(&Nat{limbs}) } func testModAddCommutativ(a *Nat, b *Nat) bool { m := maxModulus(uint(len(a.limbs))) aPlusB := new(Nat).set(a) aPlusB.Add(b, m) bPlusA := new(Nat).set(b) bPlusA.Add(a, m) return aPlusB.Equal(bPlusA) == 1 } func TestModAddCommutativ(t *testing.T) { err := quick.Check(testModAddCommutativ, &quick.Config{}) if err != nil { t.Error(err) } } func testModSubThenAddIde(a *Nat, b *Nat) bool { m := maxModulus(uint(len(a.limbs)))...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top