- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for F2 (0.03 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
FCMOVNBE F2, F0 // dbd2 FCMOVNBE F3, F0 // dbd3 FCMOVNE F2, F0 // dbca FCMOVNE F3, F0 // dbcb FCMOVNU F2, F0 // dbda FCMOVNU F3, F0 // dbdb FCMOVU F2, F0 // dada FCMOVU F3, F0 // dadb
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
isInBounds(&fe) } if err := quick.Check(f1, nil); err != nil { t.Errorf("failed bytes->FE->bytes round-trip: %v", err) } f2 := func(fe, r Element) bool { r.SetBytes(fe.Bytes()) // Intentionally not using Equal not to go through Bytes again. // Calling reduce because both Generate and SetBytes can produce // non-canonical representations. fe.reduce() r.reduce() return fe == r } if err := quick.Check(f2, nil); err != nil { t.Errorf("failed FE->bytes->FE round-trip: %v", err) } // Check some fixed vectors from dalek...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)