Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for intp (0.34 sec)

  1. 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)
  2. 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)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Leq8U (RotateLeft8 <typ.UInt8> (Add8 <typ.UInt8> (Mul8 <typ.UInt8> (Const8 <typ.UInt8> [int8(sdivisible8(c).m)]) x) (Const8 <typ.UInt8> [int8(sdivisible8(c).a)]) ) (Const8 <typ.UInt8> [int8(8-sdivisible8(c).k)]) ) (Const8 <typ.UInt8> [int8(sdivisible8(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 != OpMul8 {
    				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)
  4. 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)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # 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,
        TF_IntTensor:$y
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. 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)
  7. RELEASE.md

        *   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`.
        *   Added reference implementation for 16-bit int and 32-bit unsigned int unquantized `mul`.
        *   `add_op` supports broadcasting up to 6 dimensions.
        *   Added 16-bit support for `top_k`.
    
    *   `tf.function`
    
    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. 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)
  9. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                      description: |+
                                        Type identifies the type of filter to apply. As with other API fields,
                                        types are classified into three conformance levels:
    
    
                                        - Core: Filter types and their corresponding configuration defined by
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css.map

    font-size($small-font-size);\n  font-weight: $font-weight-normal;\n}\n\nmark,\n.mark {\n  padding: $mark-padding;\n  background-color: $mark-bg;\n}\n\n\n//\n// Lists\n//\n\n.list-unstyled {\n  @include list-unstyled();\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n  @include list-unstyled();\n}\n.list-inline-item {\n  display: inline-block;\n\n  &:not(:last-child) {\n    margin-right: $list-inline-padding;\n  }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n  @include...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top