Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 254 for 1025 (0.06 sec)

  1. pkg/scheduler/framework/plugins/noderesources/balanced_allocation_test.go

    			// Memory Fraction: 0 / 10000 = 0
    			// Node1 std: (1 - 0) / 2 = 0.5
    			// Node1 Score: (1 - 0.5)*MaxNodeScore = 50
    			// Node1 Score: MaxNodeScore - (1 - 0) * MaxNodeScore = 0
    			// Node2 scores on 0-MaxNodeScore scale
    			// CPU Fraction: 6000 / 6000 = 1
    			// Memory Fraction 5000 / 10000 = 50%
    			// Node2 std: (1 - 0.5) / 2 = 0.25
    			// Node2 Score: (1 - 0.25)*MaxNodeScore = 75
    			pod:          &v1.Pod{Spec: cpuOnly},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. pkg/registry/core/service/ipallocator/ipallocator_test.go

    			address: netip.MustParseAddr("2001:db8:1::101"),
    			offset:  255,
    			want:    netip.MustParseAddr("2001:db8:1::200"),
    		},
    		{
    			name:    "IPv6 offset 1025",
    			address: netip.MustParseAddr("fd00:1:2:3::"),
    			offset:  1025,
    			want:    netip.MustParseAddr("fd00:1:2:3::401"),
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 25 13:14:46 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-SCT

    000000a0  32 ab 18 60 74 de 08 da  05 91 4c 2f 02 20 73 54  |2..`t.....L/. sT|
    000000b0  1b 6e 7f a1 b0 7d 11 bc  e6 f3 85 2f 97 66 1a f7  |.n...}...../.f..|
    000000c0  8a e4 10 25 8f 12 f4 6f  39 0f d2 9e 18 f0 00 76  |...%...o9......v|
    000000d0  00 68 f6 98 f8 1f 64 82  be 3a 8c ee b9 28 1d 4c  |.h....d..:...(.L|
    000000e0  fc 71 51 5d 67 93 d4 44  d1 0a 67 ac bb 4f 4f fb  |.qQ]g..D..g..OO.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. cmd/post-policy_test.go

    			data:                bytes.Repeat([]byte("a"), 1025),
    			expectedRespStatus:  http.StatusNoContent,
    			accessKey:           credentials.AccessKey,
    			secretKey:           credentials.SecretKey,
    			malformedBody:       false,
    			ignoreContentLength: true,
    		},
    		// Failed with entity too small.
    		{
    			objectName:          "test",
    			data:                bytes.Repeat([]byte("a"), 1023),
    			expectedRespStatus:  http.StatusBadRequest,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. src/math/j0.go

    //      -1/8 s + 75/1024 s**3 - ..., where s = 1/x.
    // We approximate pzero by
    //      qzero(x) = s*(-1.25 + (R/S))
    // where R = qR0 + qR1*s**2 + qR2*s**4 + ... + qR5*s**10
    //       S = 1 + qS0*s**2 + ... + qS5*s**12
    // and
    //      | qzero(x)/s +1.25-R/S | <= 2**(-61.22)
    
    // for x in [inf, 8]=1/[0,0.125]
    var q0R8 = [6]float64{
    	0.00000000000000000000e+00, // 0x0000000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.6K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    org:leaf2:2.5
    \\--- org:toplevel3:1.0
         \\--- conf
    
    org:leaf2:1.0 -> 2.5
    +--- org:middle1:1.0
    |    \\--- org:toplevel:1.0
    |         \\--- conf
    \\--- org:middle3:1.0
         \\--- org:toplevel4:1.0
              \\--- conf
    
    org:leaf2:1.5 -> 2.5
    \\--- org:toplevel2:1.0
         \\--- conf
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. api/go1.8.txt

    pkg crypto/tls, const PKCS1WithSHA1 = 513
    pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA256 = 1025
    pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA384 = 1281
    pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA512 = 1537
    pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 21 05:25:57 UTC 2016
    - 16.3K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/riscv/inst.go

    	case AAMOMINW:
    		return &inst{0x2f, 0x2, 0x0, -2048, 0x40}
    	case AAMOMINUD:
    		return &inst{0x2f, 0x3, 0x0, -1024, 0x60}
    	case AAMOMINUW:
    		return &inst{0x2f, 0x2, 0x0, -1024, 0x60}
    	case AAMOORD:
    		return &inst{0x2f, 0x3, 0x0, 1024, 0x20}
    	case AAMOORW:
    		return &inst{0x2f, 0x2, 0x0, 1024, 0x20}
    	case AAMOSWAPD:
    		return &inst{0x2f, 0x3, 0x0, 128, 0x4}
    	case AAMOSWAPW:
    		return &inst{0x2f, 0x2, 0x0, 128, 0x4}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. src/sort/sort_test.go

    		sizes = []int{100, 127, 128, 129}
    	}
    	dists := []string{"sawtooth", "rand", "stagger", "plateau", "shuffle"}
    	modes := []string{"copy", "reverse", "reverse1", "reverse2", "sort", "dither"}
    	var tmp1, tmp2 [1025]int
    	for _, n := range sizes {
    		for m := 1; m < 2*n; m *= 2 {
    			for dist := 0; dist < _NDist; dist++ {
    				j := 0
    				k := 1
    				data := tmp1[0:n]
    				for i := 0; i < n; i++ {
    					switch dist {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:41:04 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  10. pkg/kubelet/nodestatus/setters_test.go

    				Status: v1.NodeStatus{
    					Capacity: v1.ResourceList{
    						v1.ResourceHugePagesPrefix + "test": *resource.NewQuantity(1025, resource.BinarySI),
    					},
    				},
    			},
    			maxPods: 110,
    			machineInfo: &cadvisorapiv1.MachineInfo{
    				NumCores:       2,
    				MemoryCapacity: 1024,
    			},
    			expectNode: &v1.Node{
    				Status: v1.NodeStatus{
    					Capacity: v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top