Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for MATCH (0.22 sec)

  1. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	}
    	// match: (CMOVLEQ y _ (FlagLT_ULT))
    	// result: y
    	for {
    		y := v_0
    		if v_2.Op != OpAMD64FlagLT_ULT {
    			break
    		}
    		v.copyOf(y)
    		return true
    	}
    	// match: (CMOVLEQ y _ (FlagLT_UGT))
    	// result: y
    	for {
    		y := v_0
    		if v_2.Op != OpAMD64FlagLT_UGT {
    			break
    		}
    		v.copyOf(y)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    			return true
    		}
    		break
    	}
    	// match: (ADD x (NEG y))
    	// result: (SUB x y)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpARM64NEG {
    				continue
    			}
    			y := v_1.Args[0]
    			v.reset(OpARM64SUB)
    			v.AddArg2(x, y)
    			return true
    		}
    		break
    	}
    	// match: (ADD x0 x1:(SLLconst [c] y))
    	// cond: clobberIfDead(x1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    					return true
    				}
    			}
    		}
    		break
    	}
    	// match: (Add16 (Const16 [0]) x)
    	// result: x
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpConst16 || auxIntToInt16(v_0.AuxInt) != 0 {
    				continue
    			}
    			x := v_1
    			v.copyOf(x)
    			return true
    		}
    		break
    	}
    	// match: (Add16 x (Neg16 y))
    	// result: (Sub16 x y)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              uri:
                                description: 'URI to match values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
                                  match - `prefix: "value"` for prefix-based match - `regex:
                                  "value"` for [RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        `test.example.com` and `*.example.com` would both match. On the other
                        hand, `example.com` and `test.example.net` would not match.
    
    
                      Hostnames that are prefixed with a wildcard label (`*.`) are interpreted
                      as a suffix match. That means that a match for `*.example.com` would match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                              uri:
                                description: 'URI to match values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
                                  match - `prefix: "value"` for prefix-based match - `regex:
                                  "value"` for [RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                              uri:
                                description: 'URI to match values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
                                  match - `prefix: "value"` for prefix-based match - `regex:
                                  "value"` for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).'
                                oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    						core.SeccompContainerAnnotationKeyPrefix + "foo": "",
    					},
    				},
    				Spec: validPodSpec(nil),
    			},
    		},
    		"must match seccomp profile type and pod annotation": {
    			expectedError: "seccomp type in annotation and field must match",
    			spec: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "123",
    					Namespace: "ns",
    					Annotations: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```
    `output` is also quantized, using the same formula.
    
    If `lhs` and `output` is both per-axis quantized, the quantization axis must match.
    Also, if `rhs` and `output` is both per-axis quantized, the quantization axis must match.
    *Match* means the axis must match when adding, regarding the broadcasting.
    i.e. For both operands `lhs` and `rhs`,
    if `operand.quantization_axis` >= 0 and `output.quantization_axis` >= 0,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors"
              },
              "template": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top