Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for fInt64 (0.39 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  with respect to the current state of the instance.
                                format: int64
                                minimum: 0
                                type: integer
                              reason:
                                description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. RELEASE.md

            *   `tf.where` op for data types
                `tf.int32`/`tf.uint32`/`tf.int8`/`tf.uint8`/`tf.int64`.
            *   `tf.random.normal` op for output data type `tf.float32` on CPU.
            *   `tf.random.uniform` op for output data type `tf.float32` on CPU.
            *   `tf.random.categorical` op for output data type `tf.int64` on CPU.
    
    *   `tensorflow.experimental.tensorrt`:
    
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "BoolValue is a true/false value.",
                "type": "boolean"
              },
              "int": {
                "description": "IntValue is a 64-bit integer.",
                "format": "int64",
                "type": "integer"
              },
              "intSlice": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.NamedResourcesIntSlice"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top