Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for blockn (0.21 sec)

  1. gradle/verification-keyring.keys

    KmIedbje5/rdfg5gujQC7bSUfbqcfj+p8MymGsUg0mttvWVVDhCSOe2GAA4PA7y/
    Ply5JTS3XLsfwVyzilyFyy4hrXsAUjvWhOa6w1PFjLC/wVXj+apPxVugz+gQ5puP
    1iMkdAn6D90Np+vwUA==
    =OBtF
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    806E7D417A281864
    uid    Kurt Alfred Kluever <******@****.***>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQMuBE/qFp4RCAD+ss1m9zBPDzOIhgOhN9GmTkZIPuhmJMaqJ53mAzSl/Byf7dJB
    rUHnoHv20ZVJVJ+ri6cgOWGEiFBzFdWDtJCB+thSQN8LEWalGNGYgewmQSGfK6v+
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (BSWAPL (BSWAPL p))
    	// result: p
    	for {
    		if v_0.Op != OpAMD64BSWAPL {
    			break
    		}
    		p := v_0.Args[0]
    		v.copyOf(p)
    		return true
    	}
    	// match: (BSWAPL x:(MOVLload [i] {s} p mem))
    	// cond: x.Uses == 1 && buildcfg.GOAMD64 >= 3
    	// result: @x.Block (MOVBELload [i] {s} p mem)
    	for {
    		x := v_0
    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/rewriteARM64.go

    	// cond: a.Block.Func.useFMA(v)
    	// result: (FNMSUBD a x y)
    	for {
    		if v_0.Op != OpARM64FMULD {
    			break
    		}
    		y := v_0.Args[1]
    		x := v_0.Args[0]
    		a := v_1
    		if !(a.Block.Func.useFMA(v)) {
    			break
    		}
    		v.reset(OpARM64FNMSUBD)
    		v.AddArg3(a, x, y)
    		return true
    	}
    	// match: (FSUBD a (FNMULD x y))
    	// cond: a.Block.Func.useFMA(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v.copyOf(x)
    		return true
    	}
    	return false
    }
    func rewriteBlockgeneric(b *Block) bool {
    	switch b.Kind {
    	case BlockIf:
    		// match: (If (Not cond) yes no)
    		// result: (If cond no yes)
    		for b.Controls[0].Op == OpNot {
    			v_0 := b.Controls[0]
    			cond := v_0.Args[0]
    			b.resetWithControl(BlockIf, cond)
    			b.swapSuccessors()
    			return true
    		}
    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. pkg/apis/core/validation/validation_test.go

    }
    
    func TestAlphaPVVolumeModeUpdate(t *testing.T) {
    	block := core.PersistentVolumeBlock
    	file := core.PersistentVolumeFilesystem
    
    	scenarios := map[string]struct {
    		isExpectedFailure bool
    		oldPV             *core.PersistentVolume
    		newPV             *core.PersistentVolume
    	}{
    		"valid-update-volume-mode-block-to-block": {
    			isExpectedFailure: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    grid of blocks of shape `block_shape`, and interleaves these blocks with the
    "batch" dimension (0) such that in the output, the spatial dimensions
    `[1, ..., M]` correspond to the position within the grid, and the batch
    dimension combines both the position within a spatial block and the original
    batch position.  Prior to division into blocks, the spatial dimensions of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"UnsupportedValueError.Str", Field, 0},
    		{"UnsupportedValueError.Value", Field, 0},
    		{"Valid", Func, 9},
    	},
    	"encoding/pem": {
    		{"Block", Type, 0},
    		{"Block.Bytes", Field, 0},
    		{"Block.Headers", Field, 0},
    		{"Block.Type", Field, 0},
    		{"Decode", Func, 0},
    		{"Encode", Func, 0},
    		{"EncodeToMemory", Func, 0},
    	},
    	"encoding/xml": {
    		{"(*Decoder).Decode", Method, 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)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "configMap": {
                "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (freebsd-arm64), type Stat_t struct, Blksize int32
    pkg syscall (freebsd-arm64), type Stat_t struct, Blocks int64
    pkg syscall (freebsd-arm64), type Stat_t struct, Ctimespec Timespec
    pkg syscall (freebsd-arm64), type Stat_t struct, Dev uint64
    pkg syscall (freebsd-arm64), type Stat_t struct, Flags uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Stat_t struct, Birthtimespec Timespec #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Blksize int32 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Blocks int64 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Ctimespec Timespec #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Dev uint64 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top