Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Off (0.14 sec)

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

    		return true
    	}
    	// match: (LEAQ2 [off] {sym} x (MOVQconst [scale]))
    	// cond: is32Bit(int64(off)+int64(scale)*2)
    	// result: (LEAQ [off+int32(scale)*2] {sym} x)
    	for {
    		off := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		x := v_0
    		if v_1.Op != OpAMD64MOVQconst {
    			break
    		}
    		scale := auxIntToInt64(v_1.AuxInt)
    		if !(is32Bit(int64(off) + int64(scale)*2)) {
    			break
    		}
    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

    	// result: (MOVBstore [off] {sym} ptr x mem)
    	for {
    		off := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		ptr := v_0
    		if v_1.Op != OpARM64MOVWreg {
    			break
    		}
    		x := v_1.Args[0]
    		mem := v_2
    		v.reset(OpARM64MOVBstore)
    		v.AuxInt = int32ToAuxInt(off)
    		v.Aux = symToAux(sym)
    		v.AddArg3(ptr, x, mem)
    		return true
    	}
    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/main/webapp/css/admin/adminlte.min.css

    tom-file-label{border-color:#ffc107;box-shadow:0 0 0 0 rgba(255,193,7,.25)}.custom-switch.custom-switch-off-primary .custom-control-input~.custom-control-label::before{background:#007bff;border-color:#004a99}.custom-switch.custom-switch-off-primary .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,123,255,.25)}.custom-switch.custom-switch-off-primary .custom-control-input~.custom-control-label::after{background:#003e80}.custom-switch.custom-switch-on-primary...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    		sb := v_0_0.Args[0]
    		if !(t.IsUintptr() && isFixedSym(s, off)) {
    			break
    		}
    		v.reset(OpAddr)
    		v.Aux = symToAux(fixedSym(b.Func, s, off))
    		v.AddArg(sb)
    		return true
    	}
    	// match: (Load <t> (OffPtr [off] (Convert (Addr {s} sb) _) ) _)
    	// cond: t.IsUintptr() && isFixedSym(s, off)
    	// result: (Addr {fixedSym(b.Func, s, off)} sb)
    	for {
    		t := v.Type
    		if v_0.Op != OpOffPtr {
    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. src/testdata/Isaac.Newton-Opticks.txt

    is shaken off from a shining Body by the vibrating Motion of the Parts
    of the Body, and gets beyond the reach of Attraction, being driven away
    with exceeding great Velocity. For that Force which is sufficient to
    turn it back in Reflexion, may be sufficient to emit it. It seems also
    to follow from the Production of Air and Vapour. The Particles when they
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Rel32.Info", Field, 0},
    		{"Rel32.Off", Field, 0},
    		{"Rel64", Type, 0},
    		{"Rel64.Info", Field, 0},
    		{"Rel64.Off", Field, 0},
    		{"Rela32", Type, 0},
    		{"Rela32.Addend", Field, 0},
    		{"Rela32.Info", Field, 0},
    		{"Rela32.Off", Field, 0},
    		{"Rela64", Type, 0},
    		{"Rela64.Addend", Field, 0},
    		{"Rela64.Info", Field, 0},
    		{"Rela64.Off", Field, 0},
    		{"SHF_ALLOC", Const, 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)
  7. RELEASE.md

                from when they are off due to floating-point round-off errors from
                different computation approaches and orders.
            *   To verify that the optimizations are on, look for a message with
                "*oneDNN custom operations are on*" in the log. If the exact phrase
                is not there, it means they are off.
    
    ## Bug Fixes and Other Changes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    		},
    		"vac-nothing-changed-when-feature-gate-is-off": {
    			isExpectedFailure:           false,
    			enableVolumeAttributesClass: false,
    			oldPV:                       testVolumeWithVolumeAttributesClass(ptr.To("foo")),
    			newPV:                       testVolumeWithVolumeAttributesClass(ptr.To("foo")),
    		},
    		"vac-changed-when-feature-gate-is-off": {
    			isExpectedFailure:           true,
    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. CHANGELOG/CHANGELOG-1.19.md

    - Feat: azure disk migration go beta in 1.19. Feature gates CSIMigration to Beta (on by default) and CSIMigrationAzureDisk to Beta (off by default since it requires installation of the AzureDisk CSI Driver)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    For example:
    
    >>> x = [2, 2, 7]
    >>> y = [2, 3, 7]
    >>> z = [2, 9, 7]
    >>> offsets = concat_offset(1, [x, y, z])
    >>> [list(off.numpy()) for off in offsets]
    [[0, 0, 0], [0, 2, 0], [0, 5, 0]]
    
    This is typically used by gradient computations for a concat operation.
      }];
    
      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)
Back to top