Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for vand (0.19 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_VecReg_6_10, ap_VecReg_11_15, ap_VecReg_16_20}},
    	{VAND, 0xfc0007ff00000000, 0x1000040400000000, 0x0, // Vector Logical AND VX-form (vand VRT,VRA,VRB)
    		[6]*argField{ap_VecReg_6_10, ap_VecReg_11_15, ap_VecReg_16_20}},
    	{VANDC, 0xfc0007ff00000000, 0x1000044400000000, 0x0, // Vector Logical AND with Complement VX-form (vandc VRT,VRA,VRB)
    		[6]*argField{ap_VecReg_6_10, ap_VecReg_11_15, ap_VecReg_16_20}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </p>
    
    <pre>
    A0, A1, and []string
    A2 and struct{ a, b int }
    A3 and int
    A4, func(int, float64) *[]string, and A5
    
    B0 and C0
    D0[int, string] and E0
    []int and []int
    struct{ a, b *B5 } and struct{ a, b *B5 }
    func(x int, y float64) *[]string, func(int, float64) (result *[]string), and A5
    </pre>
    
    <p>
    <code>B0</code> and <code>B1</code> are different because they are new types
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  3. src/cmd/compile/internal/ssagen/ssa.go

    	{ir.OMOD, types.TUINT64}: ssa.OpMod64u,
    
    	{ir.OAND, types.TINT8}:   ssa.OpAnd8,
    	{ir.OAND, types.TUINT8}:  ssa.OpAnd8,
    	{ir.OAND, types.TINT16}:  ssa.OpAnd16,
    	{ir.OAND, types.TUINT16}: ssa.OpAnd16,
    	{ir.OAND, types.TINT32}:  ssa.OpAnd32,
    	{ir.OAND, types.TUINT32}: ssa.OpAnd32,
    	{ir.OAND, types.TINT64}:  ssa.OpAnd64,
    	{ir.OAND, types.TUINT64}: ssa.OpAnd64,
    
    	{ir.OOR, types.TINT8}:   ssa.OpOr8,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*8302*/ uint16(xSetOp), uint16(AND),
    	/*8304*/ uint16(xReadSlashR),
    	/*8305*/ uint16(xArgRM32),
    	/*8306*/ uint16(xArgR32),
    	/*8307*/ uint16(xMatch),
    	/*8308*/ uint16(xCondDataSize), 8296, 8302, 8312,
    	/*8312*/ uint16(xSetOp), uint16(AND),
    	/*8314*/ uint16(xReadSlashR),
    	/*8315*/ uint16(xArgRM64),
    	/*8316*/ uint16(xArgR64),
    	/*8317*/ uint16(xMatch),
    	/*8318*/ uint16(xSetOp), uint16(AND),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      _also_ apply in that case). \n Practically, this means that each
                      listener in a set MUST have a unique combination of Port, Protocol,
                      and, if supported by the protocol, Hostname. \n Some combinations
                      of port, protocol, and TLS settings are considered Core support
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // We extract the diagonals from k[0] up to and including k[1].
        // Addressing is 0 for the main diagonal. (So k = [0, 0] would just extract
        // the main diagonal). It's negative for subdiagonals (under and to the left
        // of the main diagonal) and positive for superdiagonals (above and to the
        // right of the main diagonal).
        int64_t k[2];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	ssLen uintptr
    }
    
    type SignalfdSiginfo struct {
    	Signo     uint32
    	Errno     int32
    	Code      int32
    	Pid       uint32
    	Uid       uint32
    	Fd        int32
    	Tid       uint32
    	Band      uint32
    	Overrun   uint32
    	Trapno    uint32
    	Status    int32
    	Int       int32
    	Ptr       uint64
    	Utime     uint64
    	Stime     uint64
    	Addr      uint64
    	Addr_lsb  uint16
    	_         uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    - In the API Priority and Fairness feature, priority levels that are exempt from limitation can now be given a nominal and a lendable concurrency and their dispatching borrows from the concurrency limits of the other...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation.go

    	// and we cannot make any further filtering with that key.
    	// On the other hand, we may want to have labelSelector with the key specified in mismatchLabelKeys.
    	// because the mismatchLabelKeys will be `NotIn` labelSelector
    	// and we may want to filter Pods further with other labelSelector with that key.
    
    	// labelKeysMap is keyed by label key and valued by the index of label key in labelKeys.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-66446`](https://youtrack.jetbrains.com/issue/KT-66446) Diagnostic never showed, and build fails when CocoaPods dependency is used with embedAndSign task and linking type is dynamic
    - [`KT-66445`](https://youtrack.jetbrains.com/issue/KT-66445) Diagnostic never showed when CocoaPods dependency is used with embedAndSign task and linking type is static
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top