Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for diminish (0.31 sec)

  1. src/internal/bytealg/equal_386.s

    	MOVL	-4(SI)(BX*1), SI
    	SHRL	CX, SI
    si_finish:
    
    	// same for DI.
    	MOVL	DI, DX
    	CMPB	DX, $0xfc
    	JA	di_high
    	MOVL	(DI), DI
    	JMP	di_finish
    di_high:
    	MOVL	-4(DI)(BX*1), DI
    	SHRL	CX, DI
    di_finish:
    
    	SUBL	SI, DI
    	SHLL	CX, DI
    equal:
    	SETEQ	(AX)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 23 21:22:58 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  2. src/internal/bytealg/equal_amd64.s

    	MOVQ	-8(SI)(BX*1), SI
    	SHRQ	CX, SI
    si_finish:
    
    	// same for DI.
    	CMPB	DI, $0xf8
    	JA	di_high
    	MOVQ	(DI), DI
    	JMP	di_finish
    di_high:
    	MOVQ	-8(DI)(BX*1), DI
    	SHRQ	CX, DI
    di_finish:
    
    	SUBQ	SI, DI
    	SHLQ	CX, DI
    equal:
    	SETEQ	AX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 16:34:40 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. src/internal/bytealg/compare_386.s

    	JMP	si_finish
    si_high:
    	MOVL	-4(SI)(BP*1), SI
    	SHRL	CX, SI
    si_finish:
    	SHLL	CX, SI
    
    	// same for di
    	CMPB	DI, $0xfc
    	JA	di_high
    	MOVL	(DI), DI
    	JMP	di_finish
    di_high:
    	MOVL	-4(DI)(BP*1), DI
    	SHRL	CX, DI
    di_finish:
    	SHLL	CX, DI
    
    	BSWAPL	SI	// reverse order of bytes
    	BSWAPL	DI
    	XORL	SI, DI	// find bit differences
    	JEQ	allsame
    	BSRL	DI, CX	// index of highest bit difference
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 23 21:22:58 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    the Mixture of the Rays in the direct and immediate Light of the Sun, as the breadth of that Spectrum is to the difference between the length and breadth of the same Spectrum. So then, if we would diminish the Mixture of the Rays, we are to diminish the Diameters of the Circles. Now these would be diminished if the Sun's Diameter to which they answer could be made less than it is, or (which comes to the same Purpose) if without Doors, at a great distance from the Prism towards the Sun, some opake Body...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    immediate Light of the Sun, as the breadth of that Spectrum is to the
    difference between the length and breadth of the same Spectrum.
    
    So then, if we would diminish the Mixture of the Rays, we are to
    diminish the Diameters of the Circles. Now these would be diminished if
    the Sun's Diameter to which they answer could be made less than it is,
    or (which comes to the same Purpose) if without Doors, at a great
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. src/internal/bytealg/compare_amd64.s

    si_high:
    	MOVQ	-8(SI)(R8*1), SI
    	SHRQ	CX, SI
    si_finish:
    	SHLQ	CX, SI
    
    	// load bytes of b in to high bytes of BX
    	CMPB	DI, $0xf8
    	JA	di_high
    	MOVQ	(DI), DI
    	JMP	di_finish
    di_high:
    	MOVQ	-8(DI)(R8*1), DI
    	SHRQ	CX, DI
    di_finish:
    	SHLQ	CX, DI
    
    	BSWAPQ	SI	// reverse order of bytes
    	BSWAPQ	DI
    	XORQ	SI, DI	// find bit differences
    	JEQ	allsame
    	BSRQ	DI, CX	// index of highest bit difference
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 17:17:01 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.23.md

    - Kubeadm: When adding an etcd peer to an existing cluster, if an error is returned indicating the peer has already been added, this is accepted and a `ListMembers` call is used instead to return the existing cluster. This helps to diminish the exponential backoff when the first AddMember call times out, while still retaining a similar performance when the peer has already been added from a previous call. ([#104134](https://github.com/kubernetes/kubernetes/pull/104134), [@ihgann](h...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  8. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/ConcurrentTestUtil.groovy

            waitForFinish()
            return this
        }
    
        /**
         * Marks that the async. action is now finished.
         */
        void done() {
            waitForStartToComplete()
            doFinish()
        }
    
    
        private void doStart(Runnable action) {
            owner.startThread {
                withLock {
                    if (startThread != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/go/types/objectpath/objectpath.go

    	if named == nil {
    		return "", false
    	}
    
    	if types.IsInterface(named) {
    		// Named interfaces don't have to be package-scoped
    		//
    		// TODO(dominikh): opt: if scope.Lookup(name) == named, then we can apply this optimization to interface
    		// methods, too, I think.
    		return "", false
    	}
    
    	// Preallocate space for the name, opType, opMethod, and some digits.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top