Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for 01122334 (0.19 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go

    		tcase    string
    		ip       string
    		family   AddressFamily
    		success  bool
    		expected net.IP
    	}{
    		{"empty", "", familyIPv4, false, nil},
    		{"too short", "AA", familyIPv4, false, nil},
    		{"too long", "0011223344", familyIPv4, false, nil},
    		{"invalid", "invalid!", familyIPv4, false, nil},
    		{"zero", "00000000", familyIPv4, true, net.IP{0, 0, 0, 0}},
    		{"ffff", "FFFFFFFF", familyIPv4, true, net.IP{0xff, 0xff, 0xff, 0xff}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  2. src/math/big/float_test.go

    		if got != test.want || acc != test.acc {
    			t.Errorf("%s: got %s (%s); want %s (%s)", test.x, got, acc, test.want, test.acc)
    		}
    	}
    
    	// check that supplied *Int is used
    	for _, f := range []string{"0", "1", "-1", "1234"} {
    		x := makeFloat(f)
    		i := new(Int)
    		if res, _ := x.Int(i); res != i {
    			t.Errorf("(%s).Int is not using supplied *Int", f)
    		}
    	}
    }
    
    func TestFloatRat(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

       ([#122334](https://github.com/kubernetes/kubernetes/pull/122334), [@carlory](https://github.com/carlory))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.listMap.exists(m, m.v2 == 'z')": 24,
    				"!self.listMap.all(m, m.v2 != 'z')":   22,
    			},
    		},
    		{name: "list access",
    			obj: map[string]interface{}{
    				"array": []interface{}{1, 1, 2, 2, 3, 3, 4, 5},
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"array": listType(&integerType),
    			}),
    			expectCost: map[string]int64{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/arm64.s

    	ANDW	$0xf00fffff, R1                     // ANDW	$4027580415, R1                 // 215c0412
    	ANDSW	$0xff00ffff, R1                     // ANDSW	$4278255615, R1                 // 215c0872
    	TST	$0x11223344, R2                     // TST	$287454020, R2                  // 9b6886d25b24a2f25f001bea
    	TSTW	$0xa000, R3                         // TSTW	$40960, R3                      // 1b0094527f001b6a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    002OEU\210\302?D\327\323\226\255\367\304?\304%t\265\263>\317?\304h5/\026\277\307?D\305\003\313\033\335\306?\344~4x\251e\350?\304\303\202bi+\317?\325\212\254\214x\350\355?*#\242\271\027C\347?8\222_\031h\312\312?\226\335\3629\217\026\345?D\270Nq\016\252\334?U\272RR\315\005\350?\214-\342Y\341\267\357?\\pY\2568\'\312?\036\344l\032\332\322\324?\005X\31052\007\350?\241\207u\225\224\023\344?\036\330,G}M\357?t\007\211\251n\372\303?\310AoJz>\324?\023\213\327\214\014%\342?\343\362\016\035E\260\347?\264yk\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - Updated the Event series starting count when emitting isomorphic events from 1 to 2. ([#112334](https://github.com/kubernetes/kubernetes/pull/112334), [@dgrisonnet](https://github.com/dgrisonnet))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.listMap.map(m, m.v2 == 'z', m.v2).size() == 1": "no such key: v2",
    			},
    		},
    		{name: "list access",
    			obj: map[string]interface{}{
    				"array": []interface{}{1, 1, 2, 2, 3, 3, 4, 5},
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"array": listType(&integerType),
    			}),
    			valid: []string{
    				"2 in self.array",
    				"self.array.all(e, e > 0)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    func.func @collective_permute(%arg0: tensor<128x32xf32>) -> tensor<128x32xf32> {
      %source_target_pairs = "tf.Const" () {
        value = dense<[[0, 1], [1, 2], [2, 3]]> : tensor<3x2xi32>
      } : () -> tensor<3x2xi32>
    
      // CHECK: "mhlo.collective_permute"
      // CHECK-SAME: source_target_pairs = dense<{{\[}}[0, 1], [1, 2], [2, 3]]> : tensor<3x2xi64>
      %0 = "tf.CollectivePermute"(%arg0, %source_target_pairs) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # tensor 't' has shape [9]
    reshape(t, [3, 3]) ==> [[1, 2, 3],
                            [4, 5, 6],
                            [7, 8, 9]]
    
    # tensor 't' is [[[1, 1], [2, 2]],
    #                [[3, 3], [4, 4]]]
    # tensor 't' has shape [2, 2, 2]
    reshape(t, [2, 4]) ==> [[1, 1, 2, 2],
                            [3, 3, 4, 4]]
    
    # tensor 't' is [[[1, 1, 1],
    #                 [2, 2, 2]],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top