Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for opform (0.15 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	rel.Off = int32(c.pc)
    	rel.Siz = 8
    	rel.Sym = s
    	rel.Add = d
    	if c.ctxt.Flag_shared {
    		switch form {
    		case D_FORM:
    			rel.Type = objabi.R_ADDRPOWER_TOCREL
    		case DS_FORM:
    			rel.Type = objabi.R_ADDRPOWER_TOCREL_DS
    		}
    
    	} else {
    		switch form {
    		case D_FORM:
    			rel.Type = objabi.R_ADDRPOWER
    		case DS_FORM:
    			rel.Type = objabi.R_ADDRPOWER_DS
    		}
    	}
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⊤":                             "\u22a4",
    	"⌶":                          "\u2336",
    	"⫱":                          "\u2af1",
    	"𝕥":                            "\U0001d565",
    	"⫚":                         "\u2ada",
    	"⤩":                            "\u2929",
    	"‴":                          "\u2034",
    	"™":                           "\u2122",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

        auto loc = conv_op.getLoc();
        auto image_2d_op = rewriter.create<mhlo::ReshapeOp>(
            conv_op.getLoc(), image_2d_type, conv_op.getLhs());
    
        // Transpose image to get it into NWHC form (where H is the added dim).
        SmallVector<int64_t, 4> image_permutation = {
            dnums.getInputBatchDimension(), dnums.getInputSpatialDimensions()[0],
            3,  // The trailing dim that we added.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/webcomponents.min.js

    o=e.wrappers.HTMLElement,i=e.mixin,a=e.registerWrapper,s=e.rewrap,c=e.unwrap,l=e.wrap,u=window.HTMLOptionElement;n.prototype=Object.create(o.prototype),i(n.prototype,{get text(){return t(this.textContent)},set text(e){this.textContent=t(String(e))},get form(){return l(c(this).form)}}),a(u,n,document.createElement("option")),r.prototype=n.prototype,e.wrappers.HTMLOptionElement=n,e.wrappers.Option=r}(window.ShadowDOMPolyfill),function(e){"use strict";function t(e){n.call(this,e)}var n=e.wrappers.HTMLElement,r=e.mi...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    	case OpOr16:
    		v.Op = OpLOONG64OR
    		return true
    	case OpOr32:
    		v.Op = OpLOONG64OR
    		return true
    	case OpOr64:
    		v.Op = OpLOONG64OR
    		return true
    	case OpOr8:
    		v.Op = OpLOONG64OR
    		return true
    	case OpOrB:
    		v.Op = OpLOONG64OR
    		return true
    	case OpPanicBounds:
    		return rewriteValueLOONG64_OpPanicBounds(v)
    	case OpRotateLeft16:
    		return rewriteValueLOONG64_OpRotateLeft16(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    	case OpOr16:
    		v.Op = OpMIPS64OR
    		return true
    	case OpOr32:
    		v.Op = OpMIPS64OR
    		return true
    	case OpOr64:
    		v.Op = OpMIPS64OR
    		return true
    	case OpOr8:
    		v.Op = OpMIPS64OR
    		return true
    	case OpOrB:
    		v.Op = OpMIPS64OR
    		return true
    	case OpPanicBounds:
    		return rewriteValueMIPS64_OpPanicBounds(v)
    	case OpRotateLeft16:
    		return rewriteValueMIPS64_OpRotateLeft16(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

        for ssdgroup in "${ssdgroups[@]}"; do
          IFS="," read -r -a ssdopts <<< "${ssdgroup}"
          local opnum="${ssdopts[0]}"
          local opinterface="${ssdopts[1]}"
          local opformat="${ssdopts[2]}"
    
          if [[ "${opformat,,}" == "${format,,}" && "${opinterface,,}" == "${interface,,}" ]]; then
            localdisknum=$((localdisknum+opnum))
          fi
        done
      fi
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top