Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for copyFn (0.15 sec)

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

    			break
    		}
    		v.copyOf(y)
    		return true
    	}
    	// match: (CMOVLCC y _ (FlagLT_ULT))
    	// result: y
    	for {
    		y := v_0
    		if v_2.Op != OpAMD64FlagLT_ULT {
    			break
    		}
    		v.copyOf(y)
    		return true
    	}
    	// match: (CMOVLCC _ x (FlagLT_UGT))
    	// result: x
    	for {
    		x := v_1
    		if v_2.Op != OpAMD64FlagLT_UGT {
    			break
    		}
    		v.copyOf(x)
    		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/rewritegeneric.go

    	for {
    		x := v_0
    		if x != v_1 {
    			break
    		}
    		v.copyOf(x)
    		return true
    	}
    	// match: (And16 (Const16 [-1]) 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) != -1 {
    				continue
    			}
    			x := v_1
    			v.copyOf(x)
    			return true
    		}
    		break
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*SyntaxError).Error", Method, 0},
    		{"(*TagPathError).Error", Method, 0},
    		{"(*UnsupportedTypeError).Error", Method, 0},
    		{"(CharData).Copy", Method, 0},
    		{"(Comment).Copy", Method, 0},
    		{"(Directive).Copy", Method, 0},
    		{"(ProcInst).Copy", Method, 0},
    		{"(StartElement).Copy", Method, 0},
    		{"(StartElement).End", Method, 2},
    		{"(UnmarshalError).Error", Method, 0},
    		{"Attr", Type, 0},
    		{"Attr.Name", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_DisableCopyOnReadOp : TF_Op<"DisableCopyOnRead", []> {
      let summary = "Turns off the copy-on-read mode.";
    
      let description = [{
    Turns off the copy-on-read mode of a resource variable. If the variable is not in copy-on-read mode, this op has no effect.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            rule: url(self).getScheme() in ['http', 'https']
                        outputClaimToHeaders:
                          description: This field specifies a list of operations to copy
                            the claim to HTTP headers on a successfully verified token.
                          items:
                            properties:
                              claim:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "boolean"
              },
              "driverName": {
                "description": "DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.",
                "type": "string"
              },
              "reservedFor": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    32A1          ; mapped                 ; 4F11          # 1.1  CIRCLED IDEOGRAPH REST
    32A2          ; mapped                 ; 5199          # 1.1  CIRCLED IDEOGRAPH COPY
    32A3          ; mapped                 ; 6B63          # 1.1  CIRCLED IDEOGRAPH CORRECT
    32A4          ; mapped                 ; 4E0A          # 1.1  CIRCLED IDEOGRAPH HIGH
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top