Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 62 for y$ (0.03 sec)

  1. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (Mod8u x y) => (Mod32u (ZeroExt8to32 x) (ZeroExt8to32 y))
    (Mod64 x y) && buildcfg.GOPPC64 >=9 => (MODSD x y)
    (Mod64 x y) && buildcfg.GOPPC64 <=8 => (SUB x (MULLD y (DIVD x y)))
    (Mod64u x y) && buildcfg.GOPPC64 >= 9 => (MODUD x y)
    (Mod64u x y) && buildcfg.GOPPC64 <= 8 => (SUB x (MULLD y (DIVDU x y)))
    (Mod32 x y) && buildcfg.GOPPC64 >= 9 => (MODSW x y)
    (Mod32 x y) && buildcfg.GOPPC64 <= 8 => (SUB x (MULLW y (DIVW x y)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  2. src/math/big/int_test.go

    	}
    	if y != nil && Y.Cmp(y) != 0 {
    		t.Errorf("aliased z = b GCD(%s, %s, %s, %s): got y = %s, want %s", x, y, a, b, Y, y)
    	}
    
    	a2 = new(Int).Set(a)
    	b2 = new(Int).Set(b)
    	D = new(Int).GCD(a2, b2, a2, b2) // x = a, y = b
    	if D.Cmp(d) != 0 {
    		t.Errorf("aliased x = a, y = b GCD(%s, %s, %s, %s): got d = %s, want %s", x, y, a, b, D, d)
    	}
    	if x != nil && a2.Cmp(x) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  3. src/go/types/expr.go

    			check.representable(y, Typ[Uint])
    			if y.mode == invalid {
    				x.mode = invalid
    				return
    			}
    		}
    	} else {
    		// Check that RHS is otherwise at least of integer type.
    		switch {
    		case allInteger(y.typ):
    			if !allUnsigned(y.typ) && !check.verifyVersionf(y, go1_13, invalidOp+"signed shift count %s", y) {
    				x.mode = invalid
    				return
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewrite.go

    		(x.Args[0] == y.Args[0] && x.Args[1] == y.Args[1] ||
    			x.Args[0] == y.Args[1] && x.Args[1] == y.Args[0]) {
    		return true
    	}
    	if x.Op == OpAMD64ADDQ && y.Op == OpAMD64LEAQ1 && y.AuxInt == n && y.Aux == nil &&
    		(x.Args[0] == y.Args[0] && x.Args[1] == y.Args[1] ||
    			x.Args[0] == y.Args[1] && x.Args[1] == y.Args[0]) {
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/expr.go

    			check.representable(y, Typ[Uint])
    			if y.mode == invalid {
    				x.mode = invalid
    				return
    			}
    		}
    	} else {
    		// Check that RHS is otherwise at least of integer type.
    		switch {
    		case allInteger(y.typ):
    			if !allUnsigned(y.typ) && !check.verifyVersionf(y, go1_13, invalidOp+"signed shift count %s", y) {
    				x.mode = invalid
    				return
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/api_test.go

    	type /*t=undef*/ t /*t=typename:14*/ *t
    	print(Y) /*Y=var:10*/
    	x, Y := Y, /*x=undef*/ /*Y=var:10*/ Pi /*x=var:16*/ /*Y=var:16*/ ; _ = x; _ = Y
    	var F = /*F=func:12*/ F[*int, int] /*F=var:17*/ ; _ = F
    
    	var a []int
    	for i, x := range a /*i=undef*/ /*x=var:16*/ { _ = i; _ = x }
    
    	var i interface{}
    	switch y := i.(type) { /*y=undef*/
    	case /*y=undef*/ int /*y=var:23*/ :
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

                      "mode": "fixed"
                    }
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 6,
            "w": 6,
            "x": 0,
            "y": 0
          },
          "id": 55,
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  8. src/go/types/api_test.go

    	type /*t=undef*/ t /*t=typename:14*/ *t
    	print(Y) /*Y=var:10*/
    	x, Y := Y, /*x=undef*/ /*Y=var:10*/ Pi /*x=var:16*/ /*Y=var:16*/ ; _ = x; _ = Y
    	var F = /*F=func:12*/ F[*int, int] /*F=var:17*/ ; _ = F
    
    	var a []int
    	for i, x := range a /*i=undef*/ /*x=var:16*/ { _ = i; _ = x }
    
    	var i interface{}
    	switch y := i.(type) { /*y=undef*/
    	case /*y=undef*/ int /*y=var:23*/ :
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  9. src/crypto/tls/handshake_messages.go

    	copy(x[5:], m.certificateTypes)
    	y := x[5+len(m.certificateTypes):]
    
    	if m.hasSignatureAlgorithm {
    		n := len(m.supportedSignatureAlgorithms) * 2
    		y[0] = uint8(n >> 8)
    		y[1] = uint8(n)
    		y = y[2:]
    		for _, sigAlgo := range m.supportedSignatureAlgorithms {
    			y[0] = uint8(sigAlgo >> 8)
    			y[1] = uint8(sigAlgo)
    			y = y[2:]
    		}
    	}
    
    	y[0] = uint8(casLength >> 8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. src/net/url/url_test.go

    	{"http://a/b/c/d;p?q", "g/../h", "http://a/b/c/h"},
    	{"http://a/b/c/d;p?q", "g;x=1/./y", "http://a/b/c/g;x=1/y"},
    	{"http://a/b/c/d;p?q", "g;x=1/../y", "http://a/b/c/y"},
    	{"http://a/b/c/d;p?q", "g?y/./x", "http://a/b/c/g?y/./x"},
    	{"http://a/b/c/d;p?q", "g?y/../x", "http://a/b/c/g?y/../x"},
    	{"http://a/b/c/d;p?q", "g#s/./x", "http://a/b/c/g#s/./x"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
Back to top