Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for visual (0.39 sec)

  1. doc/go1.17_spec.html

    math.Atan2(x, y)  // function call
    var pt *Point
    pt.Scale(3.5)     // method call with receiver pt
    </pre>
    
    <p>
    In a function call, the function value and arguments are evaluated in
    <a href="#Order_of_evaluation">the usual order</a>.
    After they are evaluated, the parameters of the call are passed by value to the function
    and the called function begins execution.
    The return parameters of the function are passed by value
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    to a gcc-compiled function that can be called early during program
    startup, and _cgo_thread_start to a gcc-compiled function that can be
    used to create a new thread, in place of the runtime's usual direct
    system calls.
    
    Internal and External Linking
    
    The text above describes "internal" linking, in which cmd/link parses and
    links host object files (ELF, Mach-O, PE, and so on) into the final
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESLOOP = 2990
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESLOOP ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VITAL = 65280
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VITAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLAN = 33024
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLAN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: FISTTPLL (R11)                  // 41dd0b
    	//TODO: FISUB (BX)                      // de23
    	//TODO: FISUB (R11)                     // 41de23
    	//TODO: FISUBL (BX)                     // da23
    	//TODO: FISUBL (R11)                    // 41da23
    	//TODO: FISUBR (BX)                     // de2b
    	//TODO: FISUBR (R11)                    // 41de2b
    	//TODO: FISUBRL (BX)                    // da2b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  5. misc/ios/README

    Go on iOS
    =========
    
    To run the standard library tests, run all.bash as usual, but with the compiler
    set to the clang wrapper that invokes clang for iOS. For example, this command runs
     all.bash on the iOS emulator:
    
    	GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash
    
    If CC_FOR_TARGET is not set when the toolchain is built (make.bash or all.bash), CC
    can be set on the command line. For example,
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Dec 29 21:49:26 GMT 2020
    - 2.7K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/arch/arm.go

    		return true
    	}
    	return false
    }
    
    // ARMMRCOffset implements the peculiar encoding of the MRC and MCR instructions.
    // The difference between MRC and MCR is represented by a bit high in the word, not
    // in the usual way by the opcode itself. Asm must use AMRC for both instructions, so
    // we return the opcode for MRC so that asm doesn't need to import obj/arm.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 18 17:59:44 GMT 2022
    - 6.1K bytes
    - Viewed (0)
  7. lib/time/zoneinfo.zip

    America/Argentina/San_Luis America/Argentina/Tucuman America/Argentina/Ushuaia America/Aruba America/Asuncion America/Atikokan America/Atka America/Bahia America/Bahia_Banderas America/Barbados America/Belem America/Belize America/Blanc-Sablon America/Boa_Vista America/Bogota America/Boise America/Buenos_Aires America/Cambridge_Bay America/Campo_Grande America/Cancun America/Caracas America/Catamarca America/Cayenne America/Cayman America/Chicago America/Chihuahua America/Ciudad_Juarez America/Coral_Harbour...
    ZIP Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 392.3K bytes
    - Viewed (1)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_VINES = 83
    pkg syscall (darwin-arm64), const IPPROTO_VINES ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_VISA = 70
    pkg syscall (darwin-arm64), const IPPROTO_VISA ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_VMTP = 81
    pkg syscall (darwin-arm64), const IPPROTO_VMTP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_WBEXPAK = 79
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_VINES = 83
    pkg syscall (freebsd-arm64), const IPPROTO_VINES ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_VISA = 70
    pkg syscall (freebsd-arm64), const IPPROTO_VISA ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_VMTP = 81
    pkg syscall (freebsd-arm64), const IPPROTO_VMTP ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_WBEXPAK = 79
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const IPPROTO_TRUNK2 ideal-int
    pkg syscall (darwin-386), const IPPROTO_TTP ideal-int
    pkg syscall (darwin-386), const IPPROTO_VINES ideal-int
    pkg syscall (darwin-386), const IPPROTO_VISA ideal-int
    pkg syscall (darwin-386), const IPPROTO_VMTP ideal-int
    pkg syscall (darwin-386), const IPPROTO_WBEXPAK ideal-int
    pkg syscall (darwin-386), const IPPROTO_WBMON ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
Back to top