Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for 111111112 (0.21 sec)

  1. src/math/big/nat_test.go

    			t.Errorf("#%d got r = %v; want %v", i, r, a.r)
    		}
    	}
    }
    
    type funNN func(z, x, y nat) nat
    type argNN struct {
    	z, x, y nat
    }
    
    var sumNN = []argNN{
    	{},
    	{nat{1}, nil, nat{1}},
    	{nat{1111111110}, nat{123456789}, nat{987654321}},
    	{nat{0, 0, 0, 1}, nil, nat{0, 0, 0, 1}},
    	{nat{0, 0, 0, 1111111110}, nat{0, 0, 0, 123456789}, nat{0, 0, 0, 987654321}},
    	{nat{0, 0, 0, 1}, nat{0, 0, _M}, nat{0, 0, 1}},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 09 15:29:36 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. src/math/big/int_test.go

    	z, x, y *Int
    }
    
    var sumZZ = []argZZ{
    	{NewInt(0), NewInt(0), NewInt(0)},
    	{NewInt(1), NewInt(1), NewInt(0)},
    	{NewInt(1111111110), NewInt(123456789), NewInt(987654321)},
    	{NewInt(-1), NewInt(-1), NewInt(0)},
    	{NewInt(864197532), NewInt(-123456789), NewInt(987654321)},
    	{NewInt(-1111111110), NewInt(-123456789), NewInt(-987654321)},
    }
    
    var prodZZ = []argZZ{
    	{NewInt(0), NewInt(0), NewInt(0)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/constant-fold.mlir

      func.return %0 : tensor<*xf32>
    }
    
    func.func @fold_conv() -> tensor<1x520x520x1xf32> {
      %0 = "tf.Const"() {value = dense<0.111111112> : tensor<3x3x1x1xf32>} : () -> tensor<3x3x1x1xf32>
      %1 = "tf.Const"() {value = dense<1.000000e+00> : tensor<1x520x520x1xf32>} : () -> tensor<1x520x520x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:22:24 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/types.go

    	UpdateNodeAllocatable // 100
    	UpdateNodeLabel       // 1000
    	UpdateNodeTaint       // 10000
    	UpdateNodeCondition   // 100000
    	UpdateNodeAnnotation  // 1000000
    
    	All ActionType = 1<<iota - 1 // 1111111
    
    	// Use the general Update type if you don't either know or care the specific sub-Update type to use.
    	Update = UpdateNodeAllocatable | UpdateNodeLabel | UpdateNodeTaint | UpdateNodeCondition | UpdateNodeAnnotation
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  5. src/encoding/gob/encoder_test.go

    }
    
    // Don't crash, just give error when allocating a huge slice.
    // Issue 8084.
    func TestErrorForHugeSlice(t *testing.T) {
    	// Encode an int slice.
    	buf := new(bytes.Buffer)
    	slice := []int{1, 1, 1, 1, 1, 1, 1, 1, 1, 1}
    	err := NewEncoder(buf).Encode(slice)
    	if err != nil {
    		t.Fatal("encode:", err)
    	}
    	// Reach into the buffer and smash the count to make the encoded slice very long.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    | N/A
    
    | Android-State
    | link:https://github.com/evernote/android-state/releases/tag/v1.3.0[1.3.0]
    | N/A
    
    | Parceler
    | link:https://github.com/johncarl81/parceler/releases/tag/parceler-project-1.1.11[1.1.11]
    | N/A
    
    | Dart and Henson
    | link:https://github.com/f2prateek/dart/releases/tag/3.1.0[3.1.0]
    | N/A
    
    | link:https://github.com/mapstruct/mapstruct[MapStruct]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/wait/wait_test.go

    	backoff := Backoff{Duration: 1, Cap: 10, Factor: 2.0, Jitter: 0.0, Steps: 10}.DelayWithReset(fc, 0)
    	// we reset to initial duration because the resetInterval is 0, immediate
    	durations := []time.Duration{1, 1, 1, 1, 1, 1, 1}
    	for i := 0; i < len(durations); i++ {
    		generatedBackoff := backoff()
    		if generatedBackoff != durations[i] {
    			t.Errorf("unexpected %d-th backoff: %d, expecting %d", i, generatedBackoff, durations[i])
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  8. pkg/proxy/ipvs/proxier_test.go

    		{
    			Address:      netutils.ParseIPSloppy("10.10.10.10"),
    			Port:         56,
    			ActiveConn:   0,
    			InactiveConn: 0,
    		},
    		{
    			Address:      netutils.ParseIPSloppy("11.11.11.11"),
    			Port:         56,
    			ActiveConn:   0,
    			InactiveConn: 0,
    		},
    	}
    	for _, rs := range rss {
    		fp.ipvs.AddRealServer(vs, rs)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  9. pkg/proxy/endpointschangetracker_test.go

    			},
    		},
    		expectedResult: map[ServicePortName][]*BaseEndpointInfo{
    			makeServicePortName("ns1", "ep1", "p11", v1.ProtocolUDP): {
    				{ip: "1.1.1.11", port: 11, endpoint: "1.1.1.11:11", isLocal: false, ready: true, serving: true, terminating: false},
    				{ip: "1.1.1.1", port: 11, endpoint: "1.1.1.1:11", isLocal: false, ready: true, serving: true, terminating: false},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_test.go

    			{Name: "1234", Image: "foo"},
    		},
    	})
    	pod.Annotations[kubetypes.ConfigSourceAnnotationKey] = "file"
    
    	// Mirror pod has an outdated spec.
    	mirrorPod := podWithUIDNameNsSpec("11111111", "foo", "ns", v1.PodSpec{
    		Containers: []v1.Container{
    			{Name: "1234", Image: "bar"},
    		},
    	})
    	mirrorPod.Annotations[kubetypes.ConfigSourceAnnotationKey] = "api"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top