Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 77 for 21$ (0.16 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                    visitDeclaredAnnotationsOf(constructor, mv);
    
                    // this.super(p0 .. pn)
                    _ALOAD(0);
                    for (int typeVar = addNameParameter ? 1 : 0, stackVar = addNameParameter ? 2 : 1; typeVar < paramTypes.size(); ++typeVar) {
                        Type argType = paramTypes.get(typeVar);
                        _ILOAD_OF(argType, stackVar);
                        stackVar += argType.getSize();
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    		{0x09c1, 0x09c4, 1},
    		{0x09cd, 0x09e2, 21},
    		{0x09e3, 0x09fe, 27},
    		{0x0a01, 0x0a02, 1},
    		{0x0a3c, 0x0a41, 5},
    		{0x0a42, 0x0a47, 5},
    		{0x0a48, 0x0a4b, 3},
    		{0x0a4c, 0x0a4d, 1},
    		{0x0a51, 0x0a70, 31},
    		{0x0a71, 0x0a75, 4},
    		{0x0a81, 0x0a82, 1},
    		{0x0abc, 0x0ac1, 5},
    		{0x0ac2, 0x0ac5, 1},
    		{0x0ac7, 0x0ac8, 1},
    		{0x0acd, 0x0ae2, 21},
    		{0x0ae3, 0x0afa, 23},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      local -r version="$("${KUBE_HOME}"/bin/kubelet --version=true | cut -f2 -d " ")"
      # This logic grabs either a release tag (v1.2.1 or v1.2.1-alpha.1),
      # or the git hash that's in the build info.
      local gitref
      gitref="$(echo "${version}" | sed -r "s/(v[0-9]+\.[0-9]+\.[0-9]+)(-[a-z]+\.[0-9]+)?.*/\1\2/g")"
      local devel=""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/asmz.go

    	{i: 22, as: AADD, a1: C_LCON, a2: C_REG, a6: C_REG},
    	{i: 22, as: AADD, a1: C_LCON, a6: C_REG},
    	{i: 12, as: AADD, a1: C_LOREG, a6: C_REG},
    	{i: 12, as: AADD, a1: C_LAUTO, a6: C_REG},
    	{i: 21, as: ASUB, a1: C_LCON, a2: C_REG, a6: C_REG},
    	{i: 21, as: ASUB, a1: C_LCON, a6: C_REG},
    	{i: 12, as: ASUB, a1: C_LOREG, a6: C_REG},
    	{i: 12, as: ASUB, a1: C_LAUTO, a6: C_REG},
    	{i: 4, as: AMULHD, a1: C_REG, a6: C_REG},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/popper.min.js.map

    const isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n  const isVariation = data.placement.indexOf('-') !== -1;\n  const sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n  const bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n  const horizontalToInteger = !shouldRound\n    ? noRound\n    : isVertical || isVariation || sameWidthParity\n    ? round\n    : floor;\n  const verticalToInteger = !shouldRound ? noRound : round;\n\n  return {\n    left: horizontalToInteger(\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    			wantStatusCode: map[string]framework.Code{
    				"node-a": framework.Success,
    				"node-b": framework.Success,
    				"node-c": framework.Success,
    			},
    		},
    		{
    			name: "pods spread across zone as 2/1, maxSkew is 2 and the number of domains < minDomains, then the third and fourth nodes fit",
    			pod: st.MakePod().Name("p").Label("foo", "").SpreadConstraint(
    				2,
    				"zone",
    				v1.DoNotSchedule,
    				fooSelector,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        for (int i = 0; i < padded_shape.size(); ++i) {
          // Left padding + right padding.
          int32_t padding = tfl_pad_values[i * 2] + tfl_pad_values[i * 2 + 1];
          padded_shape[i] += padding;
        }
    
        return padded_shape;
      }
    
      std::pair<int64_t, int64_t> GetDimSize(
          const ArrayRef<int64_t> shape, const ArrayRef<int64_t> indexes) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    func.func @testWhileResult(tensor<*xf32>) -> (tensor<*xf32>) {
    ^bb0(%arg0: tensor<*xf32>):
      // expected-error @+1 {{'tf.While' op inputs (size = 1) should have the same number of values as body inputs (size = 2)}}
      %1 = "tf.While"(%arg0) {
        cond = @testWhileCond,
        body = @testWhileBody,
        is_stateless = false
      } : (tensor<*xf32>) -> (tensor<*xf32>)
    
      func.return %1 : tensor<*xf32>
    }
    
    // -----
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        // TODO(ycao): Investigate why result type of tf.Equal is not inferred.
        %2 = "tf.Equal"(%0, %arg0) : (tensor<4xf32>, tensor<*xf32>) -> tensor<*xi1>
        %3 = "tf.Any"(%2, %1) : (tensor<*xi1>, tensor<i32>) -> (tensor<i1>)
        func.return %3 : tensor<i1>
      }
    
      // CHECK-LABEL: func @while_body_func
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_test.go

    )
    
    type ConfigType int
    
    const (
    	None ConfigType = iota
    	Mesh
    	DestinationRule
    	DestinationRuleForOsDefault
    	MeshWideTCPKeepaliveSeconds        = 11
    	DestinationRuleTCPKeepaliveSeconds = 21
    	TestServiceNamespace               = "bar"
    	// FQDN service name in namespace TestServiceNamespace. Note the mesh config domain is empty.
    	TestServiceNHostname = "foo.bar"
    )
    
    func testMesh() *meshconfig.MeshConfig {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top