Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for UInt32 (0.18 sec)

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

    //go:noinline
    func sub_uint32_0(a uint32) uint32 { return a - 0 }
    
    //go:noinline
    func sub_0_uint32(a uint32) uint32 { return 0 - a }
    
    //go:noinline
    func sub_uint32_1(a uint32) uint32 { return a - 1 }
    
    //go:noinline
    func sub_1_uint32(a uint32) uint32 { return 1 - a }
    
    //go:noinline
    func sub_uint32_4294967295(a uint32) uint32 { return a - 4294967295 }
    
    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

    <typ.UInt64> (Mod32u <typ.UInt32> (Trunc64to32 <typ.UInt32> (Rsh64Ux64 <typ.UInt64> x (Const64 <typ.UInt64> [32]))) (Const32 <typ.UInt32> [int32(c)]))) (Const64 <typ.UInt64> [int64((1<<32)/c)]))) (ZeroExt32to64 (Div32u <typ.UInt32> (Add32 <typ.UInt32> (Mod32u <typ.UInt32> (Trunc64to32 <typ.UInt32> x) (Const32 <typ.UInt32> [int32(c)])) (Mul32 <typ.UInt32> (Mod32u <typ.UInt32> (Trunc64to32 <typ.UInt32> (Rsh64Ux64 <typ.UInt64> x (Const64 <typ.UInt64> [32]))) (Const32 <typ.UInt32> [int32(c)])) (Const32...
    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. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: d != 0
    	// result: (MOVDconst [int64(uint32(int32(c)/int32(d)))])
    	for {
    		if v_0.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_0.AuxInt)
    		if v_1.Op != OpARM64MOVDconst {
    			break
    		}
    		d := auxIntToInt64(v_1.AuxInt)
    		if !(d != 0) {
    			break
    		}
    		v.reset(OpARM64MOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(uint32(int32(c) / int32(d))))
    		return true
    	}
    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. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Termios struct, Cflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Iflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Ispeed uint32
    pkg syscall (freebsd-arm64), type Termios struct, Lflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Oflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Ospeed uint32
    pkg syscall (freebsd-arm64), type Timespec struct, Nsec int64
    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. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Termios struct, Iflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Ispeed uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Lflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Oflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Ospeed uint32 #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)
  6. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	// cond: x<y && uint32(x)>uint32(y)
    	// result: (FlagLT_UGT)
    	for {
    		y := auxIntToInt32(v.AuxInt)
    		if v_0.Op != OpAMD64MOVLconst {
    			break
    		}
    		x := auxIntToInt32(v_0.AuxInt)
    		if !(x < y && uint32(x) > uint32(y)) {
    			break
    		}
    		v.reset(OpAMD64FlagLT_UGT)
    		return true
    	}
    	// match: (CMPLconst (MOVLconst [x]) [y])
    	// cond: x>y && uint32(x)<uint32(y)
    	// result: (FlagGT_ULT)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Pointer).Load", Method, 19},
    		{"(*Pointer).Store", Method, 19},
    		{"(*Pointer).Swap", Method, 19},
    		{"(*Uint32).Add", Method, 19},
    		{"(*Uint32).CompareAndSwap", Method, 19},
    		{"(*Uint32).Load", Method, 19},
    		{"(*Uint32).Store", Method, 19},
    		{"(*Uint32).Swap", Method, 19},
    		{"(*Uint64).Add", Method, 19},
    		{"(*Uint64).CompareAndSwap", Method, 19},
    		{"(*Uint64).Load", Method, 19},
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `[a b c d a b c d]`.
    
    >>> a = tf.constant([[1,2,3],[4,5,6]], tf.int32)
    >>> b = tf.constant([1,2], tf.int32)
    >>> tf.tile(a, b)
    <tf.Tensor: shape=(2, 6), dtype=int32, numpy=
    array([[1, 2, 3, 1, 2, 3],
           [4, 5, 6, 4, 5, 6]], dtype=int32)>
    >>> c = tf.constant([2,1], tf.int32)
    >>> tf.tile(a, c)
    <tf.Tensor: shape=(4, 3), dtype=int32, numpy=
    array([[1, 2, 3],
           [4, 5, 6],
           [1, 2, 3],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. RELEASE.md

            tf.TensorSpec([], dtypes.int32) ]) def _remote_multiply(a, b): return
            tf.math.multiply(a, b)
    
            server.register("multiply", _remote_multiply) ```
    
        *   Example usage to create client: `python client =
            tf.distribute.experimental.rpc.Client.create("grpc", address) a =
            tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      format: int32
                                      type: integer
                                    http2MaxRequests:
                                      description: Maximum number of active requests to
                                        a destination.
                                      format: int32
                                      type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
Back to top