Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 57 for w2 (0.02 sec)

  1. test/typeparam/metrics.go

    	w1 := []int{1, 2, 3}
    	if !_SlicesEqual(k1, w1) {
    		panic(fmt.Sprintf("_Metric2.Metrics first slice = %v, want %v", k1, w1))
    	}
    
    	sort.Float64s(k2)
    	w2 := []float64{1, 2, 3}
    	if !_SlicesEqual(k2, w2) {
    		panic(fmt.Sprintf("_Metric2.Metrics first slice = %v, want %v", k2, w2))
    	}
    
    	m3 := _Metric3[string, S, S]{}
    	m3.Add("a", S{"d", "e", "f"}, S{"g", "h", "i"})
    	m3.Add("a", S{"d", "e", "f"}, S{"g", "h", "i"})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  2. src/internal/types/testdata/check/decls4.go

    	V2 = ((V3))
    	V3 = T
    )
    
    func (V0) m /* ERROR "already declared" */ () {}
    func (V1) n() {}
    
    // alias receiver types (invalid due to cycles)
    type (
    	W0 /* ERROR "invalid recursive type" */ = W1
    	W1 = (W2)
    	W2 = ((W0))
    )
    
    func (W0) m() {} // no error expected (due to above cycle error)
    func (W1) n() {}
    
    // alias receiver types (invalid due to builtin underlying type)
    type (
    	B0 = B1
    	B1 = B2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 17:24:42 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. src/go/printer/testdata/expressions.input

    	b.buf = b.buf[0:b.off+m*n]
    	f(b.buf[0:b.off+m+n])
    
    	signed += ' '*8
    	tw.octal(header[148:155], chksum)
    
    	_ = x > 0 && i >= 0
    
    	x1, x0 := x>>w2, x&m2
    	z0 = t1<<w2+t0
    	z1 = (t1+t0>>w2)>>w2
    	q1, r1 := x1/d1, x1%d1
    	r1 = r1*b2 | x0>>w2
    	x1 = (x1<<z)|(x0>>(uint(w)-z))
    	x1 = x1<<z | x0>>(uint(w)-z)
    
    	_ = buf[0:len(buf)+1]
    	_ = buf[0:n+1]
    
    	a,b = b,a
    	a = b+c
    	a = b*c+d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.1K bytes
    - Viewed (0)
  4. src/go/printer/testdata/expressions.golden

    	b.buf = b.buf[0 : b.off+m*n]
    	f(b.buf[0 : b.off+m+n])
    
    	signed += ' ' * 8
    	tw.octal(header[148:155], chksum)
    
    	_ = x > 0 && i >= 0
    
    	x1, x0 := x>>w2, x&m2
    	z0 = t1<<w2 + t0
    	z1 = (t1 + t0>>w2) >> w2
    	q1, r1 := x1/d1, x1%d1
    	r1 = r1*b2 | x0>>w2
    	x1 = (x1 << z) | (x0 >> (uint(w) - z))
    	x1 = x1<<z | x0>>(uint(w)-z)
    
    	_ = buf[0 : len(buf)+1]
    	_ = buf[0 : n+1]
    
    	a, b = b, a
    	a = b + c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  5. src/go/printer/testdata/expressions.raw

    	b.buf = b.buf[0 : b.off+m*n]
    	f(b.buf[0 : b.off+m+n])
    
    	signed += ' ' * 8
    	tw.octal(header[148:155], chksum)
    
    	_ = x > 0 && i >= 0
    
    	x1, x0 := x>>w2, x&m2
    	z0 = t1<<w2 + t0
    	z1 = (t1 + t0>>w2) >> w2
    	q1, r1 := x1/d1, x1%d1
    	r1 = r1*b2 | x0>>w2
    	x1 = (x1 << z) | (x0 >> (uint(w) - z))
    	x1 = x1<<z | x0>>(uint(w)-z)
    
    	_ = buf[0 : len(buf)+1]
    	_ = buf[0 : n+1]
    
    	a, b = b, a
    	a = b + c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  6. src/compress/flate/writer_test.go

    	// bigger than a maximum block, and also a prime.
    	var b2 bytes.Buffer
    	cbuf = make([]byte, 81761)
    	br2 := bytes.NewBuffer(t1)
    	w2, err := NewWriter(&b2, i)
    	if err != nil {
    		t.Fatal(err)
    	}
    	_, err = io.CopyBuffer(w2, struct{ io.Reader }{br2}, cbuf)
    	if err != nil {
    		t.Fatal(err)
    	}
    	w2.Close()
    
    	b1b := b1.Bytes()
    	b2b := b2.Bytes()
    
    	if !bytes.Equal(b1b, b2b) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/input-extra-resources/duplicate_mwc.yaml

    apiVersion: admissionregistration.k8s.io/v1
    kind: MutatingWebhookConfiguration
    metadata:
      labels:
        app: sidecar-injector
        istio.io/tag: default
      name: w2-istio-sidecar-injector-istio-system
    
    webhooks:
    - admissionReviewVersions:
      - v1beta1
      - v1
      clientConfig:
        service:
          name: istiod
          namespace: istio-system
          path: /inject
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 22 08:32:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/strip_tf_attributes.mlir

                                 %arg2: tensor<5xf32> {tf._user_specified_name = "b1"},
                                 %arg3: tensor<3920x10xf32> {tf._user_specified_name = "w2"},
                                 %arg4: tensor<10xf32> {tf._user_specified_name = "b2"}) -> tensor<10xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 25 20:04:10 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  9. test/fixedbugs/issue41575.go

    type x y           // ERROR "invalid recursive type x\n\tLINE: x refers to\n\tLINE+1: y refers to\n\tLINE+2: z refers to\n\tLINE: x$|invalid recursive type"
    type y struct{ z } // GCCGO_ERROR "invalid recursive type"
    type z [10]x
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 15 02:35:59 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

        const w1 = vb.baseVal.width;
        const w2 = initWidth / s;
        const h1 = vb.baseVal.height;
        const h2 = initHeight / s;
        vb.baseVal.width = w2;
        vb.baseVal.height = h2;
    
        // We also want to adjust vb.baseVal.x so that u.x remains at same
        // screen X coordinate.  In other words, want to change it from x1 to x2
        // so that:
        //     (u.x - x1) / w1 = (u.x - x2) / w2
        // Simplifying that, we get
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top