Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 296 for 128M (0.03 sec)

  1. api/go1.8.txt

    pkg compress/zlib, const HuffmanOnly ideal-int
    pkg crypto/tls, const ECDSAWithP256AndSHA256 = 1027
    pkg crypto/tls, const ECDSAWithP256AndSHA256 SignatureScheme
    pkg crypto/tls, const ECDSAWithP384AndSHA384 = 1283
    pkg crypto/tls, const ECDSAWithP384AndSHA384 SignatureScheme
    pkg crypto/tls, const ECDSAWithP521AndSHA512 = 1539
    pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA1 = 513
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 21 05:25:57 UTC 2016
    - 16.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/tests/get-alternative-subgraph.mlir

      %0 = "tfl.pseudo_qconst"() {qtype = tensor<128x!quant.uniform<i32:f32, 0.7>>, value = dense<0> : tensor<128xi32>} : () -> tensor<128x!quant.uniform<i32:f32, 0.7>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. .teamcity/pom.xml

                </plugin>
            </plugins>
        </build>
    
        <dependencies>
            <dependency>
                <groupId>com.alibaba</groupId>
                <artifactId>fastjson</artifactId>
                <version>1.2.83</version>
            </dependency>
            <dependency>
                <groupId>org.jetbrains.teamcity</groupId>
                <artifactId>server-api</artifactId>
                <version>${teamcity.dsl.version}</version>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:44:21 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  4. src/image/jpeg/dct_test.go

    	// level shift. Scaling reduces the rounding errors in the conversion from
    	// floats to ints.
    	for i, b := range blocks {
    		got, want := b, b
    		for j := range got {
    			got[j] = (got[j] - 128) * 8
    		}
    		slowFDCT(&got)
    		slowIDCT(&got)
    		for j := range got {
    			got[j] = got[j]/8 + 128
    		}
    		if differ(&got, &want) {
    			t.Errorf("i=%d: IDCT(FDCT)\nsrc\n%s\ngot\n%s\nwant\n%s\n", i, &b, &got, &want)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:49:30 UTC 2022
    - 8.6K bytes
    - Viewed (0)
  5. src/runtime/mgcscavenge_test.go

    			alloc:     []BitRange{{64, 64}, {128 + 3*uint(m), PallocChunkPages - (128 + 3*uint(m))}},
    			scavenged: []BitRange{{1, 10}},
    			min:       m,
    			max:       3 * m,
    			want:      BitRange{128, 3 * uint(m)},
    		}
    		tests["BottomEdge64WithPocket"+suffix] = test{
    			alloc:     []BitRange{{64, 62}, {127, 1}, {128 + 3*uint(m), PallocChunkPages - (128 + 3*uint(m))}},
    			scavenged: []BitRange{{1, 10}},
    			min:       m,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  6. staging/publishing/rules.yaml

          - staging/src/k8s.io/apiserver
      - name: release-1.28
        go: 1.21.11
        dependencies:
        - repository: apimachinery
          branch: release-1.28
        - repository: api
          branch: release-1.28
        - repository: client-go
          branch: release-1.28
        - repository: component-base
          branch: release-1.28
        - repository: kms
          branch: release-1.28
        source:
          branch: release-1.28
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:33:40 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/shufflesharding/shufflesharding_test.go

    	const spare = 64 - MaxHashBits
    	tests := []struct {
    		deckSize, handSize int
    		hashMax            int
    	}{
    		{64, 3, 1 << uint(math.Ceil(math.Log2(float64(ff(64, 3))))+spare)},
    		{128, 3, ff(128, 3)},
    		{50, 4, ff(50, 4)},
    	}
    	for _, test := range tests {
    		dealer, err := NewDealer(test.deckSize, test.handSize)
    		if err != nil {
    			t.Errorf("fail to create Dealer: %v", err)
    			return
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 25 06:44:08 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/upgrade/versiongetter_test.go

    		wantParsedVersion string
    		wantErr           bool
    	}{
    		{
    			name:              "version is valid",
    			ciVersionLabel:    "v1.28.1",
    			wantCIVersion:     "v1.28.1",
    			wantParsedVersion: "1.28.1",
    			wantErr:           false,
    		},
    		{
    			name:              "version is invalid",
    			ciVersionLabel:    "invalid-version",
    			wantCIVersion:     "",
    			wantParsedVersion: "",
    			wantErr:           true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/s390x.s

    	CMPBNE	R1, $-127, 0(PC)       // ec170000817c
    	CMPBEQ	R3, $0, 0(PC)          // ec380000007c
    	CMPBLT	R5, $128, 0(PC)        // ec540000807c
    	CMPBLE	R7, $127, 0(PC)        // ec7c00007f7c
    	CMPBGT	R9, $0, 0(PC)          // ec920000007c
    	CMPBGE	R2, $128, 0(PC)        // ec2a0000807c
    
    	CMPUBNE	R1, R2, 0(PC)          // ec1200007065
    	CMPUBEQ	R3, R4, 0(PC)          // ec3400008065
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  10. src/runtime/memclr_ppc64x.s

    zero512setup16:
    	ANDCC $127, R3, R14 // < 128 byte alignment
    	BEQ   zero512setup  // handle 128 byte alignment
    	MOVD  $128, R15
    	SUB   R14, R15, R14 // find increment to 128 alignment
    	SRD   $4, R14, R15  // number of 16 byte chunks
    	MOVD   R15, CTR         // loop counter of 16 bytes
    	XXLXOR VS32, VS32, VS32 // clear VS32 (V0)
    
    zero512preloop:  // clear up to 128 alignment
    	STXVD2X VS32, (R3+R0)         // clear 16 bytes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 17:08:59 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top