Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for recur1 (0.8 sec)

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

    		return rewriteValueAMD64_OpAMD64ANDLconstmodify(v)
    	case OpAMD64ANDLload:
    		return rewriteValueAMD64_OpAMD64ANDLload(v)
    	case OpAMD64ANDLmodify:
    		return rewriteValueAMD64_OpAMD64ANDLmodify(v)
    	case OpAMD64ANDNL:
    		return rewriteValueAMD64_OpAMD64ANDNL(v)
    	case OpAMD64ANDNQ:
    		return rewriteValueAMD64_OpAMD64ANDNQ(v)
    	case OpAMD64ANDQ:
    		return rewriteValueAMD64_OpAMD64ANDQ(v)
    	case OpAMD64ANDQconst:
    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
    	case OpAdd8:
    		v.Op = OpARM64ADD
    		return true
    	case OpAddPtr:
    		v.Op = OpARM64ADD
    		return true
    	case OpAddr:
    		return rewriteValueARM64_OpAddr(v)
    	case OpAnd16:
    		v.Op = OpARM64AND
    		return true
    	case OpAnd32:
    		v.Op = OpARM64AND
    		return true
    	case OpAnd64:
    		v.Op = OpARM64AND
    		return true
    	case OpAnd8:
    		v.Op = OpARM64AND
    		return true
    	case OpAndB:
    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

    	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:
    		return rewriteValuegeneric_OpCom16(v)
    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/cmd/compile/internal/test/testdata/arithConst_test.go

    func sub_uint64_0(a uint64) uint64 { return a - 0 }
    
    //go:noinline
    func sub_0_uint64(a uint64) uint64 { return 0 - a }
    
    //go:noinline
    func sub_uint64_1(a uint64) uint64 { return a - 1 }
    
    //go:noinline
    func sub_1_uint64(a uint64) uint64 { return 1 - a }
    
    //go:noinline
    func sub_uint64_4294967296(a uint64) uint64 { return a - 4294967296 }
    
    //go:noinline
    func sub_4294967296_uint64(a uint64) uint64 { return 4294967296 - a }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Status": {
            "description": "Status is a return value for calls that don't return other objects.",
            "properties": {
              "apiVersion": {
    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

        SmallVector<unsigned, 4> GetLayoutDependentArgs() { return {0}; }
        SmallVector<unsigned, 4> GetLayoutDependentResults() { return {0}; }
        StringRef GetOptimalLayout(const RuntimeDevices& devices);
        LogicalResult UpdateDataFormat(StringRef data_format);
        // InferTypeOpInterface:
        static bool isCompatibleReturnTypes(TypeRange l, TypeRange r) {
          return ArraysAreCastCompatible(l, r);
        }
      }];
    }
    
    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

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Status": {
            "description": "Status is a return value for calls that don't return other objects.",
            "properties": {
              "apiVersion": {
    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. pkg/apis/core/validation/validation_test.go

    	} else {
    		s = "<??>"
    	}
    	return s
    }
    
    func prettyErrorList(errs field.ErrorList) string {
    	var s string
    	for _, e := range errs {
    		s += fmt.Sprintf("\t%s\n", e)
    	}
    	return s
    }
    
    func newHostPathType(pathType string) *core.HostPathType {
    	hostPathType := new(core.HostPathType)
    	*hostPathType = core.HostPathType(pathType)
    	return hostPathType
    }
    
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              type: string
                          type: object
                        directResponse:
                          description: A HTTP rule can either return a direct_response,
                            redirect or forward (default) traffic.
                          properties:
                            body:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                              type: string
                          type: object
                        directResponse:
                          description: A HTTP rule can either return a direct_response,
                            redirect or forward (default) traffic.
                          properties:
                            body:
    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