Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for f1 (0.04 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	HSUBPS (R11), X11                       // f2450f7d1b
    	HSUBPS X2, X11                          // f2440f7dda
    	HSUBPS X11, X11                         // f2450f7ddb
    	ICEBP                                   // f1
    	IDIVW (BX)                              // 66f73b
    	IDIVW (R11)                             // 6641f73b
    	IDIVW DX                                // 66f7fa
    	IDIVW R11                               // 6641f7fb
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    t.Errorf("wrong answer: %d + %d*(2**64)", r.lo, r.hi) } } func TestSetBytesRoundTri(t *testing.T) { f1 := func(in [32]byte, fe Element) bool { fe.SetBytes(in[:]) // Mask the most significant bit as it's ignored by SetBytes. (Now // instead of earlier so we check the masking in SetBytes is working.) in[len(in)-1] &= (1 << 7) - 1 return bytes.Equal(in[:], fe.Bytes()) && isInBounds(&fe) } if err := quick.Check(f1, nil); err != nil { t.Errorf("failed bytes->FE->bytes round-trip: %v", err) } f2 := func(fe, r...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top