Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for UInt16 (0.18 sec)

  1. src/cmd/compile/internal/test/testdata/arithConst_test.go

    //go:noinline
    func sub_uint16_0(a uint16) uint16 { return a - 0 }
    
    //go:noinline
    func sub_0_uint16(a uint16) uint16 { return 0 - a }
    
    //go:noinline
    func sub_uint16_1(a uint16) uint16 { return a - 1 }
    
    //go:noinline
    func sub_1_uint16(a uint16) uint16 { return 1 - a }
    
    //go:noinline
    func sub_uint16_65535(a uint16) uint16 { return a - 65535 }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Leq16U (RotateLeft16 <typ.UInt16> (Add16 <typ.UInt16> (Mul16 <typ.UInt16> (Const16 <typ.UInt16> [int16(sdivisible16(c).m)]) x) (Const16 <typ.UInt16> [int16(sdivisible16(c).a)]) ) (Const16 <typ.UInt16> [int16(16-sdivisible16(c).k)]) ) (Const16 <typ.UInt16> [int16(sdivisible16(c).max)]) )
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpMul16 {
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 52393
    pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 uint16
    pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 52392
    pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16
    pkg crypto/tls, func CipherSuiteName(uint16) string
    pkg crypto/tls, func CipherSuites() []*CipherSuite
    pkg crypto/tls, func InsecureCipherSuites() []*CipherSuite
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Dirent struct, Namlen uint16 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Off int64 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Pad0 uint8 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Pad1 uint16 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Reclen uint16 #53466
    pkg syscall (freebsd-riscv64), type Dirent struct, Type uint8 #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)
  5. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		if !(int16(x) < y && uint16(x) > uint16(y)) {
    			break
    		}
    		v.reset(OpAMD64FlagLT_UGT)
    		return true
    	}
    	// match: (CMPWconst (MOVLconst [x]) [y])
    	// cond: int16(x)>y && uint16(x)<uint16(y)
    	// result: (FlagGT_ULT)
    	for {
    		y := auxIntToInt16(v.AuxInt)
    		if v_0.Op != OpAMD64MOVLconst {
    			break
    		}
    		x := auxIntToInt32(v_0.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteARM64.go

    		v.AuxInt = int64ToAuxInt(int64(uint64(c) << uint64(d)))
    		v.AddArg(x)
    		return true
    	}
    	// match: (ADDshiftLL <typ.UInt16> [8] (UBFX <typ.UInt16> [armBFAuxInt(8, 8)] x) x)
    	// result: (REV16W x)
    	for {
    		if v.Type != typ.UInt16 || auxIntToInt64(v.AuxInt) != 8 || v_0.Op != OpARM64UBFX || v_0.Type != typ.UInt16 || auxIntToArm64BitField(v_0.AuxInt) != armBFAuxInt(8, 8) {
    			break
    		}
    		x := v_0.Args[0]
    		if x != v_1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    For example:
    
    ```python
    import tensorflow as tf
    from tensorflow.python.ops import bitwise_ops
    dtype_list = [tf.int8, tf.int16, tf.int32, tf.int64,
                  tf.uint8, tf.uint16, tf.uint32, tf.uint64]
    
    for dtype in dtype_list:
      lhs = tf.constant([0, 5, 3, 14], dtype=dtype)
      rhs = tf.constant([5, 0, 7, 11], dtype=dtype)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TypeAndValue.Value", Field, 5},
    		{"TypeList", Type, 18},
    		{"TypeName", Type, 5},
    		{"TypeParam", Type, 18},
    		{"TypeParamList", Type, 18},
    		{"TypeString", Func, 5},
    		{"Uint", Const, 5},
    		{"Uint16", Const, 5},
    		{"Uint32", Const, 5},
    		{"Uint64", Const, 5},
    		{"Uint8", Const, 5},
    		{"Uintptr", Const, 5},
    		{"Unalias", Func, 22},
    		{"Union", Type, 18},
    		{"Universe", Var, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. RELEASE.md

        *   Added 16-bit and 32-bit int support for the built-in op `bitcast`.
        *   Added 8-bit/16-bit/32-bit int/uint support for the built-in op `bitwise_xor`
        *   Added int16 indices support for built-in op `gather` and `gather_nd`.
        *   Added 8-bit/16-bit/32-bit int/uint support for the built-in op `right_shift`
        *   Added reference implementation for 16-bit int unquantized `add`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top