Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for int1 (0.7 sec)

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

    	// cond: 0 <= int8(m) && int8(m) < n
    	// result: (FlagLT_ULT)
    	for {
    		n := auxIntToInt8(v.AuxInt)
    		if v_0.Op != OpAMD64ANDLconst {
    			break
    		}
    		m := auxIntToInt32(v_0.AuxInt)
    		if !(0 <= int8(m) && int8(m) < n) {
    			break
    		}
    		v.reset(OpAMD64FlagLT_ULT)
    		return true
    	}
    	// match: (CMPBconst a:(ANDL x y) [0])
    	// cond: a.Uses == 1
    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/test/testdata/arithConst_test.go

    //go:noinline
    func add_int8_0(a int8) int8 { return a + 0 }
    
    //go:noinline
    func add_0_int8(a int8) int8 { return 0 + a }
    
    //go:noinline
    func add_int8_1(a int8) int8 { return a + 1 }
    
    //go:noinline
    func add_1_int8(a int8) int8 { return 1 + a }
    
    //go:noinline
    func add_int8_126(a int8) int8 { return a + 126 }
    
    //go:noinline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  3. 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 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_CHAOS = 5
    pkg syscall (freebsd-arm64), const AF_CHAOS ideal-int
    pkg syscall (freebsd-arm64), const AF_CNT = 21
    pkg syscall (freebsd-arm64), const AF_CNT ideal-int
    pkg syscall (freebsd-arm64), const AF_COIP = 20
    pkg syscall (freebsd-arm64), const AF_COIP ideal-int
    pkg syscall (freebsd-arm64), const AF_DATAKIT = 9
    pkg syscall (freebsd-arm64), const AF_DATAKIT ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # tf.Tensor([   -32     -5   -384 -28672], shape=(4,), dtype=int32)
    # tf.Tensor([   -32     -5   -384 -28672], shape=(4,), dtype=int64)
    
    lhs = np.array([-2, 64, 101, 32], dtype=np.int8)
    rhs = np.array([-1, -5, -3, -14], dtype=np.int8)
    bitwise_ops.left_shift(lhs, rhs)
    # <tf.Tensor: shape=(4,), dtype=int8, numpy=array([ -2,  64, 101,  32], dtype=int8)>
    ```
      }];
    
      let arguments = (ins
        TF_IntTensor:$x,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Int).Rem", Method, 0},
    		{"(*Int).Rsh", Method, 0},
    		{"(*Int).Scan", Method, 0},
    		{"(*Int).Set", Method, 0},
    		{"(*Int).SetBit", Method, 0},
    		{"(*Int).SetBits", Method, 0},
    		{"(*Int).SetBytes", Method, 0},
    		{"(*Int).SetInt64", Method, 0},
    		{"(*Int).SetString", Method, 0},
    		{"(*Int).SetUint64", Method, 1},
    		{"(*Int).Sign", Method, 0},
    		{"(*Int).Sqrt", Method, 8},
    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

        *   Added 16-bit int type support for built-in op `less`, `greater_than`, `equal`
        *   Added 8-bit and 16-bit support for `floor_div` and `floor_mod`.
        *   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`.
    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. api/go1.20.txt

    pkg syscall (linux-386-cgo), const CLONE_PIDFD = 4096 #51246
    pkg syscall (linux-386-cgo), const CLONE_PIDFD ideal-int #51246
    pkg syscall (linux-386-cgo), type SysProcAttr struct, CgroupFD int #51246
    pkg syscall (linux-386-cgo), type SysProcAttr struct, UseCgroupFD bool #51246
    pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
    pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND ideal-int #51246
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteARM64.go

    	v_0 := v.Args[0]
    	// match: (MOVBreg (MOVDconst [c]))
    	// result: (MOVDconst [int64(int8(c))])
    	for {
    		if v_0.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_0.AuxInt)
    		v.reset(OpARM64MOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(int8(c)))
    		return true
    	}
    	// match: (MOVBreg x)
    	// cond: v.Type.Size() <= 1
    	// result: x
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top