Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,262 for wood (0.08 sec)

  1. tensorflow/compiler/jit/device_util.h

             word_index++) {
          uint64 word = storage_[word_index];
          while (word != 0) {
            uint64 only_lowest_bit_set = word & -word;
            // The number of trailing zeros in a non-zero word is the index of the
            // least significant 1.
            int bit_index = absl::countr_zero(word);
            if (!func(DeviceId(word_index * kWordSize + bit_index))) {
              return;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 17:18:31 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. pkg/controller/volume/expand/expand_controller_test.go

    			pv:                 getFakePersistentVolume("vol-3", csitranslationplugins.AWSEBSInTreePluginName, "1Gi", "good-pvc-vol-3"),
    			pvc:                getFakePersistentVolumeClaim("good-pvc", "vol-3", "1Gi", "2Gi", "good-pvc-vol-3"),
    			pvcKey:             "default/good-pvc",
    			expansionCalled:    false,
    			expectedAnnotation: map[string]string{volumetypes.VolumeResizerKey: csitranslationplugins.AWSEBSDriverName},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. src/math/pow_s390x.s

    	WORD	$0xED121000	//mdb	%f1,0(%r2,%r1)
    	BYTE	$0x00
    	BYTE	$0x1C
    	BR	L1
    L42:
    	LTDBR	F0, F0
    	BLTU	L46
    	FMOVD	F0, F4
    L3:
    	MOVD	$·pow_x001a<>+0(SB), R2
    	WORD	$0xED402000	//cdb	%f4,0(%r2)
    	BYTE	$0x00
    	BYTE	$0x19
    	BGE	L2
    	BVS	L2
    	MOVD	$·pow_x43f<>+0(SB), R2
    	WORD	$0xED402000	//mdb	%f4,0(%r2)
    	BYTE	$0x00
    	BYTE	$0x1C
    	WORD	$0xC0298009	//iilf	%r2,2148095317
    	BYTE	$0x55
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  4. test/typeparam/mdempsky/15.go

    func TypeString[T any]() string {
    	return reflect.TypeOf(new(T)).Elem().String()
    }
    
    func Test[T, Bad, Good any]() {
    	switch interface{}(new(T)).(type) {
    	case Bad:
    		println("FAIL:", TypeString[T](), "matched", TypeString[Bad]())
    	case Good:
    		// ok
    	default:
    		println("FAIL:", TypeString[T](), "did not match", TypeString[Good]())
    	}
    }
    
    func TestE[T any]() { Test[T, interface{ EBad() }, interface{ EGood() }]() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_retract_replace.txt

    # If we replace the retracted version, we should not see a retraction.
    go mod edit -replace=example.com/retract/missingmod=./missingmod-v1.9.0
    go list -m -retracted -f '{{if not .Retracted}}good version{{end}}' example.com/retract/missingmod
    stdout '^good version$'
    
    
    # If a replacement version is retracted, we should see a retraction.
    # It should appear in both the replaced module and the replacement, as other
    # fields like GoMod do.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2K bytes
    - Viewed (0)
  6. pkg/registry/core/service/allocator/bitmap.go

    	r.lock.Lock()
    	defer r.lock.Unlock()
    
    	words := r.allocated.Bits()
    	for wordIdx, word := range words {
    		bit := 0
    		for word > 0 {
    			if (word & 1) != 0 {
    				fn((wordIdx * wordSize * 8) + bit)
    				word = word &^ 1
    			}
    			bit++
    			word = word >> 1
    		}
    	}
    }
    
    // Has returns true if the provided item is already allocated and a call
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 25 20:32:40 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. src/strings/search_test.go

    	for _, tc := range testCases {
    		bad, good := DumpTables(tc.pattern)
    
    		for i, got := range bad {
    			want := tc.bad[i]
    			if want == 0 {
    				want = len(tc.pattern)
    			}
    			if got != want {
    				t.Errorf("boyerMoore(%q) bad['%c']: got %d want %d", tc.pattern, i, got, want)
    			}
    		}
    
    		if !reflect.DeepEqual(good, tc.suf) {
    			t.Errorf("boyerMoore(%q) got %v want %v", tc.pattern, good, tc.suf)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_VecReg_6_10, ap_VecReg_11_15, ap_VecReg_16_20}},
    	{VMRGOW, 0xfc0007ff00000000, 0x1000068c00000000, 0x0, // Vector Merge Odd Word VX-form (vmrgow VRT,VRA,VRB)
    		[6]*argField{ap_VecReg_6_10, ap_VecReg_11_15, ap_VecReg_16_20}},
    	{VMULESW, 0xfc0007ff00000000, 0x1000038800000000, 0x0, // Vector Multiply Even Signed Word VX-form (vmulesw VRT,VRA,VRB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  9. docs/en/docs/async.md

    ### Burger Conclusion
    
    In this scenario of "fast food burgers with your crush", as there is a lot of waiting 🕙, it makes a lot more sense to have a concurrent system ⏸🔀⏯.
    
    This is the case for most of the web applications.
    
    Many, many users, but your server is waiting 🕙 for their not-so-good connection to send their requests.
    
    And then waiting 🕙 again for the responses to come back.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/TasksFromDependentProjectsTest.groovy

            child2.dependencies.add("testRuntime", child1) //good
    
            child3.configurations.create "conf"
            child3.configurations.create "testRuntime"
            child3.dependencies.add("conf", child1) //different config dependency, no good
    
            child4.configurations.create "conf"     //different config, no good
    
            expect:
            checker.isDependent(child1, "testRuntime", child2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top