- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for grammar (0.06 sec)
-
lib/fips140/v1.1.0-rc1.zip
!= 0 { t.Errorf("zetas[%d] = %v, expected %v", k, zeta, exp) } } } func TestGammas(t *testing.T) { ζ := big.NewInt(17) q := big.NewInt(q) for k, gamma := range gammas { // ζ^2BitRev7(i)+1 exp := new(big.Int).Exp(ζ, big.NewInt(int64(BitRev7(uint8(k)))*2+1), q) if big.NewInt(int64(gamma)).Cmp(exp) != 0 { t.Errorf("gammas[%d] = %v, expected %v", k, gamma, exp) } } } golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/mlkem/generate1024.go // Copyright 2024 The Go Authors. All rights reserved. // Use of...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
api/go1.txt
pkg math, func Float64bits(float64) uint64 pkg math, func Float64frombits(uint64) float64 pkg math, func Floor(float64) float64 pkg math, func Frexp(float64) (float64, int) pkg math, func Gamma(float64) float64 pkg math, func Hypot(float64, float64) float64 pkg math, func Ilogb(float64) int pkg math, func Inf(int) float64 pkg math, func IsInf(float64, int) bool pkg math, func IsNaN(float64) bool
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)