Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for fInt64 (0.83 sec)

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

    //go:noinline
    func sub_uint64_0(a uint64) uint64 { return a - 0 }
    
    //go:noinline
    func sub_0_uint64(a uint64) uint64 { return 0 - a }
    
    //go:noinline
    func sub_uint64_1(a uint64) uint64 { return a - 1 }
    
    //go:noinline
    func sub_1_uint64(a uint64) uint64 { return 1 - a }
    
    //go:noinline
    func sub_uint64_4294967296(a uint64) uint64 { return a - 4294967296 }
    
    //go:noinline
    func sub_4294967296_uint64(a uint64) uint64 { return 4294967296 - a }
    
    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/rewriteARM64.go

    	}
    	// match: (ADDshiftLL x (MOVDconst [c]) [d])
    	// result: (ADDconst x [int64(uint64(c)<<uint64(d))])
    	for {
    		d := auxIntToInt64(v.AuxInt)
    		x := v_0
    		if v_1.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_1.AuxInt)
    		v.reset(OpARM64ADDconst)
    		v.AuxInt = int64ToAuxInt(int64(uint64(c) << uint64(d)))
    		v.AddArg(x)
    		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)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Add64 (Add64 <typ.UInt64> (Add64 <typ.UInt64> (Lsh64x64 <typ.UInt64> (ZeroExt32to64 (Div32u <typ.UInt32> (Trunc64to32 <typ.UInt32> (Rsh64Ux64 <typ.UInt64> x (Const64 <typ.UInt64> [32]))) (Const32 <typ.UInt32> [int32(c)]))) (Const64 <typ.UInt64> [32])) (ZeroExt32to64 (Div32u <typ.UInt32> (Trunc64to32 <typ.UInt32> x) (Const32 <typ.UInt32> [int32(c)])))) (Mul64 <typ.UInt64> (ZeroExt32to64 <typ.UInt64> (Mod32u <typ.UInt32> (Trunc64to32 <typ.UInt32> (Rsh64Ux64...
    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. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		if !(x > int64(y) && uint64(x) < uint64(int64(y))) {
    			break
    		}
    		v.reset(OpAMD64FlagGT_ULT)
    		return true
    	}
    	// match: (CMPQconst (MOVQconst [x]) [y])
    	// cond: x>int64(y) && uint64(x)>uint64(int64(y))
    	// result: (FlagGT_UGT)
    	for {
    		y := auxIntToInt32(v.AuxInt)
    		if v_0.Op != OpAMD64MOVQconst {
    			break
    		}
    		x := auxIntToInt64(v_0.AuxInt)
    		if !(x > int64(y) && uint64(x) > uint64(int64(y))) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64-cgo), type IfData struct, Mtu uint64
    pkg syscall (freebsd-arm64-cgo), type IfData struct, Noproto uint64
    pkg syscall (freebsd-arm64-cgo), type IfData struct, Obytes uint64
    pkg syscall (freebsd-arm64-cgo), type IfData struct, Oerrors uint64
    pkg syscall (freebsd-arm64-cgo), type IfData struct, Omcasts uint64
    pkg syscall (freebsd-arm64-cgo), type IfData struct, Opackets uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Rusage struct, Msgrcv int64 #53466
    pkg syscall (freebsd-riscv64), type Rusage struct, Msgsnd int64 #53466
    pkg syscall (freebsd-riscv64), type Rusage struct, Nivcsw int64 #53466
    pkg syscall (freebsd-riscv64), type Rusage struct, Nsignals int64 #53466
    pkg syscall (freebsd-riscv64), type Rusage struct, Nswap int64 #53466
    pkg syscall (freebsd-riscv64), type Rusage struct, Nvcsw int64 #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)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Uint32).Load", Method, 19},
    		{"(*Uint32).Store", Method, 19},
    		{"(*Uint32).Swap", Method, 19},
    		{"(*Uint64).Add", Method, 19},
    		{"(*Uint64).CompareAndSwap", Method, 19},
    		{"(*Uint64).Load", Method, 19},
    		{"(*Uint64).Store", Method, 19},
    		{"(*Uint64).Swap", Method, 19},
    		{"(*Uintptr).Add", Method, 19},
    		{"(*Uintptr).CompareAndSwap", Method, 19},
    		{"(*Uintptr).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. pkg/apis/core/validation/validation_test.go

    		}
    	}
    }
    
    func TestValidatePodSpec(t *testing.T) {
    	activeDeadlineSeconds := int64(30)
    	activeDeadlineSecondsMax := int64(math.MaxInt32)
    
    	minUserID := int64(0)
    	maxUserID := int64(2147483647)
    	minGroupID := int64(0)
    	maxGroupID := int64(2147483647)
    	goodfsGroupChangePolicy := core.FSGroupChangeAlways
    	badfsGroupChangePolicy1 := core.PodFSGroupChangePolicy("invalid")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let arguments = (ins
        Arg<TF_I32OrI64Tensor, [{The shape of the output tensor.}]>:$shape,
        Arg<TF_Uint64Tensor, [{Key for the counter-based RNG algorithm (shape uint64[1]).}]>:$key,
        Arg<TF_Uint64Tensor, [{Initial counter for the counter-based RNG algorithm (shape uint64[2] or uint64[1] depending on the algorithm). If a larger vector is given, only the needed portion on the left (i.e. [:N]) will be used.}]>:$counter,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "revision": {
                "default": 0,
                "description": "Revision indicates the revision of the state represented by Data.",
                "format": "int64",
                "type": "integer"
              }
            },
            "required": [
              "revision"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top