Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for casi (0.14 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. 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)
  4. src/testdata/Isaac.Newton-Opticks.txt

    were changed perpetually. For when the lower part of the Light which
    fell upon the second Board _de_ was cast through the hole _g_, it went
    to a lower place M on the Wall and when the higher part of that Light
    was cast through the same hole _g_, it went to a higher place N on the
    Wall, and when any intermediate part of the Light was cast through that
    hole, it went to some place on the Wall between M and N. The unchanged
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K 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

                                          tf.constant(0, dtype=dtype))]
    
      expected = tf.constant([0, 0, 0, 0], dtype=tf.float32)
      tf.assert_equal(tf.cast(not_a_and_a, tf.float32), expected)
    
      expected = tf.cast([not_0] * 4, tf.float32)
      tf.assert_equal(tf.cast(not_a_or_a, tf.float32), expected)
    
      # For unsigned dtypes let's also check the result directly.
      if dtype.is_unsigned:
    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

              },
              "csi": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.CSIVolumeSource"
                  }
                ],
                "description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature)."
              },
              "downwardAPI": {
    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