Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for _case (0.35 sec)

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

    	case OpARM64XORshiftRO:
    		return rewriteValueARM64_OpARM64XORshiftRO(v)
    	case OpAbs:
    		v.Op = OpARM64FABSD
    		return true
    	case OpAdd16:
    		v.Op = OpARM64ADD
    		return true
    	case OpAdd32:
    		v.Op = OpARM64ADD
    		return true
    	case OpAdd32F:
    		v.Op = OpARM64FADDS
    		return true
    	case OpAdd64:
    		v.Op = OpARM64ADD
    		return true
    	case OpAdd64F:
    		v.Op = OpARM64FADDD
    		return true
    	case OpAdd8:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	case OpAMD64ADDLmodify:
    		return rewriteValueAMD64_OpAMD64ADDLmodify(v)
    	case OpAMD64ADDQ:
    		return rewriteValueAMD64_OpAMD64ADDQ(v)
    	case OpAMD64ADDQcarry:
    		return rewriteValueAMD64_OpAMD64ADDQcarry(v)
    	case OpAMD64ADDQconst:
    		return rewriteValueAMD64_OpAMD64ADDQconst(v)
    	case OpAMD64ADDQconstmodify:
    		return rewriteValueAMD64_OpAMD64ADDQconstmodify(v)
    	case OpAMD64ADDQload:
    		return rewriteValueAMD64_OpAMD64ADDQload(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                        For example, in BackendTLSPolicy, the Policy attaches to a Service that is
                        used as a backend in a HTTPRoute that is itself attached to a Gateway.
                        In this case, the relevant object for status is the Gateway, and that is the
                        ancestor object referred to in this status.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    	case OpAnd16:
    		return rewriteValuegeneric_OpAnd16(v)
    	case OpAnd32:
    		return rewriteValuegeneric_OpAnd32(v)
    	case OpAnd64:
    		return rewriteValuegeneric_OpAnd64(v)
    	case OpAnd8:
    		return rewriteValuegeneric_OpAnd8(v)
    	case OpAndB:
    		return rewriteValuegeneric_OpAndB(v)
    	case OpArraySelect:
    		return rewriteValuegeneric_OpArraySelect(v)
    	case OpCeil:
    		return rewriteValuegeneric_OpCeil(v)
    	case OpCom16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.DriverRequests"
                    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        5.0]: it would use a scale_factor of -128 / -10.0 = 12.8 In this case, it
        would update input_max to be 127 / 12.8 = 9.921875
    *   if the output is signed, num_bits = 8, [input_min, input_max] = [-10.0,
        10.0]: it would use a scale_factor of 127 / 10.0 = 12.7 In this case, it
        would update input_min to be 128.0 / 12.7 = -10.07874
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "name": {
                "default": "",
                "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
                "type": "string"
              },
              "value": {
                "default": "",
                "description": "The header field value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                description: Flag to specify whether the URI matching
                                  should be case-insensitive.
                                type: boolean
                              method:
                                description: 'HTTP Method values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation_test.go

    	pvCopy := pv.DeepCopy()
    	switch secretfield {
    	case "controllerExpand":
    		pvCopy.Spec.CSI.ControllerExpandSecretRef = secret
    	case "controllerPublish":
    		pvCopy.Spec.CSI.ControllerPublishSecretRef = secret
    	case "nodePublish":
    		pvCopy.Spec.CSI.NodePublishSecretRef = secret
    	case "nodeStage":
    		pvCopy.Spec.CSI.NodeStageSecretRef = secret
    	default:
    		panic("unknown 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)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                                description: Flag to specify whether the URI matching
                                  should be case-insensitive.
                                type: boolean
                              method:
                                description: 'HTTP Method values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top