Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 1025 (0.23 sec)

  1. src/cmd/compile/internal/test/testdata/zero_test.go

    	if a != want {
    		t.Errorf("zero1024 got=%v, want %v\n", a, want)
    	}
    }
    
    type Z1025 struct {
    	pre  [8]byte
    	mid  [1025]byte
    	post [8]byte
    }
    
    //go:noinline
    func zero1025_ssa(x *[1025]byte) {
    	*x = [1025]byte{}
    }
    func testZero1025(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 49.6K bytes
    - Viewed (0)
  2. 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)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(1, 12, DecimalSI), "1T", ""},
    		{decQuantity(1234567, 6, DecimalSI), "1234567M", ""},
    		{decQuantity(1234567, -3, BinarySI), "1234567m", ""},
    		{decQuantity(3, 3, DecimalSI), "3k", ""},
    		{decQuantity(1025, 0, BinarySI), "1025", ""},
    		{decQuantity(0, 0, DecimalSI), "0", ""},
    		{decQuantity(0, 0, BinarySI), "0", ""},
    		{decQuantity(1, 9, DecimalExponent), "1e9", ".001e12"},
    		{decQuantity(1, -3, DecimalExponent), "1e-3", "0.001e0"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        private abstract class SubOuter extends BaseOuter {
          private abstract class SubInner extends BaseInner {}
        }
      }
    
      // For Guava bug http://code.google.com/p/guava-libraries/issues/detail?id=1025
      public void testDespiteGenericSignatureFormatError() {
        ImmutableSet<?> unused =
            ImmutableSet.copyOf(
                TypeToken.of(ToReproduceGenericSignatureFormatError.SubOuter.SubInner.class)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        private abstract class SubOuter extends BaseOuter {
          private abstract class SubInner extends BaseInner {}
        }
      }
    
      // For Guava bug http://code.google.com/p/guava-libraries/issues/detail?id=1025
      public void testDespiteGenericSignatureFormatError() {
        ImmutableSet<?> unused =
            ImmutableSet.copyOf(
                TypeToken.of(ToReproduceGenericSignatureFormatError.SubOuter.SubInner.class)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  6. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1023, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1024, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1025, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1026, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1027, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1028, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1029, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1030, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1031, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  7. src/runtime/zcallback_windows_arm.s

    	MOVW	$1023, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1024, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1025, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1026, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1027, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1028, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1029, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1030, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1031, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	}
    	// TODO(neeilan): Remove 0 in call
    	sa, err = anyToSockaddr(0, &rsa)
    	if err != nil {
    		Close(nfd)
    		nfd = 0
    	}
    	return
    }
    
    func Ctermid() (tty string, err error) {
    	var termdev [1025]byte
    	runtime.EnterSyscall()
    	r0, err2, err1 := CallLeFuncWithPtrReturn(GetZosLibVec()+SYS___CTERMID_A<<4, uintptr(unsafe.Pointer(&termdev[0])))
    	runtime.ExitSyscall()
    	if r0 == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/prepare-quantize-post-training.mlir

            none, none,
            tensor<1x20xf32>, tensor<1x20xf32>,
            none, none, none, none) -> tensor<1x28x20xf32>
        %1 = "quantfork.stats"(%0) {layerStats = dense<[-1.0, 2.0]> : tensor<2xf32>} : (tensor<1x28x20xf32>) -> tensor<1x28x20xf32>
        func.return %1 : tensor<1x28x20xf32>
    // CHECK-DAG: %[[none:.*]] = "tfl.no_value"() <{value}> : () -> none
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

    childFirst
    +--- org:d:1.0
    |    \\--- org:x:1.0 -> 2.0 FAILED
    +--- org:f:1.0
    |    \\--- org:x:2.0 FAILED
    +--- org:a:1.0
    |    \\--- org:c:1.0 -> 2.0
    |         \\--- org:x:1.0 -> 2.0 FAILED
    \\--- org:b:1.0
         \\--- org:c:2.0 (*)
    
    parentFirst
    +--- org:a:1.0
    |    \\--- org:c:1.0 -> 2.0
    |         \\--- org:x:1.0 -> 2.0 FAILED
    +--- org:b:1.0
    |    \\--- org:c:2.0 (*)
    +--- org:d:1.0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top