Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 135 for S1 (0.03 sec)

  1. src/go/types/typeset.go

    // hasTerms reports whether the type set has specific type terms.
    func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
    
    // subsetOf reports whether s1 ⊆ s2.
    func (s1 *_TypeSet) subsetOf(s2 *_TypeSet) bool { return s1.terms.subsetOf(s2.terms) }
    
    // TODO(gri) TypeSet.is and TypeSet.underIs should probably also go into termlist.go
    
    // is calls f with the specific type terms of s and reports whether
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. src/slices/sort_test.go

    	}
    	if !data.inOrder(false) {
    		t.Errorf("Stable wasn't stable on %d ints", n)
    	}
    }
    
    type S struct {
    	a int
    	b string
    }
    
    func cmpS(s1, s2 S) int {
    	return cmp.Compare(s1.a, s2.a)
    }
    
    func TestMinMax(t *testing.T) {
    	intCmp := func(a, b int) int { return a - b }
    
    	tests := []struct {
    		data    []int
    		wantMin int
    		wantMax int
    	}{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 19:20:55 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/typeset.go

    // hasTerms reports whether the type set has specific type terms.
    func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
    
    // subsetOf reports whether s1 ⊆ s2.
    func (s1 *_TypeSet) subsetOf(s2 *_TypeSet) bool { return s1.terms.subsetOf(s2.terms) }
    
    // TODO(gri) TypeSet.is and TypeSet.underIs should probably also go into termlist.go
    
    // is calls f with the specific type terms of s and reports whether
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. src/expvar/expvar_test.go

    	var m, m1, m2 Map
    	m.Set("map1", &m1)
    	m1.Add("a", 1)
    	m1.Add("z", 2)
    	m.Set("map2", &m2)
    	for i := 0; i < 9; i++ {
    		m2.Add(strconv.Itoa(i), int64(i))
    	}
    	var s1, s2 String
    	m.Set("str1", &s1)
    	s1.Set("hello, world!")
    	m.Set("str2", &s2)
    	s2.Set("fizz buzz")
    	b.ResetTimer()
    
    	b.ReportAllocs()
    	for i := 0; i < b.N; i++ {
    		_ = m.String()
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:46:19 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_amd64.s

    	CALL p256MulInternal(SB)	// z2ˆ3
    	LDt (y1in)
    	CALL p256MulInternal(SB)	// s1 = z2ˆ3*y1
    	ST (s1)
    
    	LDacc (z1in)
    	CALL p256SqrInternal(SB)	// z1ˆ2
    	ST (z1sqr)
    	LDt (z1in)
    	CALL p256MulInternal(SB)	// z1ˆ3
    	LDt (y2in)
    	CALL p256MulInternal(SB)	// s2 = z1ˆ3*y2
    	ST (s2)
    
    	LDt (s1)
    	CALL p256SubInternal(SB)	// r = s2 - s1
    	ST (r)
    	CALL p256IsZero(SB)
    	MOVQ AX, points_eq
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_arm64.s

    	LDx(y1in)
    	CALL	p256MulInternal<>(SB)    // s1 = z2ˆ3*y1
    	STy(s1)
    
    	LDx(z1in)
    	CALL	p256SqrInternal<>(SB)    // z1^2
    	STy(z1sqr)
    
    	CALL	p256MulInternal<>(SB)    // z1^3
    
    	LDx(y2in)
    	CALL	p256MulInternal<>(SB)    // s2 = z1ˆ3*y2
    
    	LDx(s1)
    	CALL	p256SubInternal<>(SB)    // r = s2 - s1
    	STx(r)
    
    	MOVD	$1, t2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  7. src/encoding/binary/binary_test.go

    		},
    	},
    }
    
    func testRead(t *testing.T, order ByteOrder, b []byte, s1 any) {
    	for _, dec := range decoders {
    		t.Run(dec.name, func(t *testing.T) {
    			var s2 Struct
    			err := dec.fn(order, &s2, b)
    			checkResult(t, dec.name, order, err, s2, s1)
    		})
    	}
    }
    
    func testWrite(t *testing.T, order ByteOrder, b []byte, s1 any) {
    	for _, enc := range encoders {
    		t.Run(enc.name, func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 19:16:18 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-ingress/values.yaml

          # - key: security
          #   operator: In
          #   values: S1,S2
          #   topologyKey: "kubernetes.io/hostname"
          # This pod anti-affinity rule says that the pod requires not to be scheduled
          # onto a node if that node is already running a pod with label having key
          # "security" and value "S1".
          podAntiAffinityLabelSelector: []
          podAntiAffinityTermLabelSelector: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13K bytes
    - Viewed (0)
  9. src/reflect/all_test.go

    	{S1{}, "S0", []int{1}, 0},
    	{S1{S0: S0{C: 'c'}}, "C", []int{1, 2}, 'c'},
    	{S2{A: 'a'}, "A", []int{0}, 'a'},
    	{S2{}, "S1", []int{1}, 0},
    	{S2{S1: &S1{B: 'b'}}, "B", []int{1, 0}, 'b'},
    	{S2{S1: &S1{S0: S0{C: 'c'}}}, "C", []int{1, 1, 2}, 'c'},
    	{S2{}, "D", nil, 0},
    	{S3{}, "S1", nil, 0},
    	{S3{S2: S2{A: 'a'}}, "A", []int{1, 0}, 'a'},
    	{S3{}, "B", nil, 0},
    	{S3{D: 'd'}, "D", []int{2}, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  10. src/encoding/json/decode_test.go

    		s0[i] = byte(i)
    	}
    	b, err := Marshal(s0)
    	if err != nil {
    		t.Fatalf("Marshal error: %v", err)
    	}
    	var s1 []byte
    	if err := Unmarshal(b, &s1); err != nil {
    		t.Fatalf("Unmarshal error: %v", err)
    	}
    	if !bytes.Equal(s0, s1) {
    		t.Errorf("Marshal:")
    		diff(t, s0, s1)
    	}
    }
    
    type Xint struct {
    	X int
    }
    
    func TestUnmarshalInterface(t *testing.T) {
    	var xint Xint
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
Back to top