Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,059 for 3$ (1.07 sec)

  1. test/codegen/switch.go

    	switch x {
    	case "":
    		return -1
    	case "1", "2", "3":
    		return -2
    	default:
    		return -3
    	}
    }
    
    // use jump tables for 8+ int cases
    func square(x int) int {
    	// amd64:`JMP\s\(.*\)\(.*\)$`
    	// arm64:`MOVD\s\(R.*\)\(R.*<<3\)`,`JMP\s\(R.*\)$`
    	switch x {
    	case 1:
    		return 1
    	case 2:
    		return 4
    	case 3:
    		return 9
    	case 4:
    		return 16
    	case 5:
    		return 25
    	case 6:
    		return 36
    	case 7:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:39:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. src/crypto/internal/bigmod/nat_riscv64.s

    	SLTU	X21, X16, X22
    	ADD	X15, X22, X29	// next c
    
    	MULHU	X17, X6, X18	// z_hi[3] = x[3] * y
    	MUL	X17, X6, X17	// z_lo[3] = x[3] * y
    	ADD	X17, X19, X21	// z_lo[3] = x[3] * y + z[3]
    	SLTU	X17, X21, X22
    	ADD	X18, X22, X18	// z_hi[3] = x[3] * y + z[3]
    	ADD	X21, X29, X19	// z_lo[3] = x[3] * y + z[3] + c
    	SLTU	X21, X19, X22
    	ADD	X18, X22, X29	// next c
    
    	MOV	X10, 0*8(X5)	// z[0]
    	MOV	X13, 1*8(X5)	// z[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/autoscaling.v2beta2.HorizontalPodAutoscaler.yaml

        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
      maxReplicas: 3
      metrics:
      - containerResource:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  4. .idea/codeStyles/Project.xml

        </JetCodeStyleSettings>
        <codeStyleSettings language="Groovy">
          <option name="IF_BRACE_FORCE" value="3" />
          <option name="DOWHILE_BRACE_FORCE" value="3" />
          <option name="WHILE_BRACE_FORCE" value="3" />
          <option name="FOR_BRACE_FORCE" value="3" />
        </codeStyleSettings>
        <codeStyleSettings language="JAVA">
          <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 31 14:47:08 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. docs/en/docs/img/deployment/https/https02.drawio

                    </mxCell>
                    <mxCell id="3" value="&lt;font face=&quot;Roboto&quot;&gt;&lt;span style=&quot;font-size: 24px&quot;&gt;Server(s)&lt;/span&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;strokeWidth=3;fontFamily=Roboto Mono, mono;FType=g;" parent="1" vertex="1">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 9.4K bytes
    - Viewed (0)
  6. tensorflow/cc/experimental/libtf/tests/object_test.cc

    }
    
    TEST(ObjectTest, TestTuple) {
      Tuple foo(String("a"), Integer(33), Float(10.f));
      EXPECT_EQ(foo.size(), 3);
      EXPECT_EQ(foo.Get<Integer>(1)->get(), 33);
    }
    
    TEST(ObjectTest, TestList) {
      List l;
      EXPECT_EQ(l.size(), 0);
      l.append(Integer(3));
      EXPECT_EQ(l.Get<Integer>(0)->get(), 3);
      EXPECT_EQ(l.size(), 1);
    }
    
    TaggedValue AddIntegers(TaggedValue args_, TaggedValue kwargs_) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jul 28 21:37:07 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/autoscaling.v2.HorizontalPodAutoscaler.yaml

        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
      maxReplicas: 3
      metrics:
      - containerResource:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/autoscaling.v2beta2.HorizontalPodAutoscaler.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/autoscaling.v2beta2.HorizontalPodAutoscaler.yaml

        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
      maxReplicas: 3
      metrics:
      - containerResource:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2.HorizontalPodAutoscaler.yaml

        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
      maxReplicas: 3
      metrics:
      - containerResource:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top