Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ginney (0.4 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // Redundant sign/zero extensions
    // Note: see issue 21963. We have to make sure we use the right type on
    // the resulting extension (the outer type, not the inner type).
    (MOVLQSX (MOVLQSX x)) => (MOVLQSX x)
    (MOVLQSX (MOVWQSX x)) => (MOVWQSX x)
    (MOVLQSX (MOVBQSX x)) => (MOVBQSX x)
    (MOVWQSX (MOVWQSX x)) => (MOVWQSX x)
    (MOVWQSX (MOVBQSX x)) => (MOVBQSX x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_retract_rationale_v1.9.0.txt

    retract v1.0.0-long
    
    // Ends with a BEL character. Beep!
    retract v1.0.0-unprintable
    
    // block comment
    retract (
    	v1.0.0-block
    
    	// inner comment
    	v1.0.0-blockwithcomment
    )
    
    retract (
    	[v1.0.0-order, v1.0.0-order] // degenerate range
    	v1.0.0-order // single version
    
    	v1.0.1-order // single version
    	[v1.0.1-order, v1.0.1-order] // degenerate range
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:11 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  3. api/go1.21.txt

    pkg runtime, method (*PanicNilError) Error() string #25448
    pkg runtime, method (*PanicNilError) RuntimeError() #25448
    pkg runtime, method (*Pinner) Pin(interface{}) #46787
    pkg runtime, method (*Pinner) Unpin() #46787
    pkg runtime, type PanicNilError struct #25448
    pkg runtime, type Pinner struct #46787
    pkg slices, func BinarySearch[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $1) (int, bool) #60091
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top