Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Labs (0.25 sec)

  1. src/cmd/asm/internal/asm/testdata/s390x.s

    	FSUB	F3, F12                // b31b00c3
    	FMULS	F4, F11                // b31700b4
    	FMUL	F5, F10                // b31c00a5
    	FDIVS	F6, F9                 // b30d0096
    	FDIV	F7, F8                 // b31d0087
    	FABS	F1, F2                 // b3100021
    	FSQRTS	F3, F4                 // b3140043
    	FSQRT	F5, F15                // b31500f5
    	FIEBR	$0, F0, F1             // b3570010
    	FIDBR	$7, F2, F3             // b35f7032
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  2. api/go1.5.txt

    pkg math/big, func Jacobi(*Int, *Int) int
    pkg math/big, func NewFloat(float64) *Float
    pkg math/big, func ParseFloat(string, int, uint, RoundingMode) (*Float, int, error)
    pkg math/big, method (*Float) Abs(*Float) *Float
    pkg math/big, method (*Float) Acc() Accuracy
    pkg math/big, method (*Float) Add(*Float, *Float) *Float
    pkg math/big, method (*Float) Append([]uint8, uint8, int) []uint8
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BIOCVERSION ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_A = 16
    pkg syscall (netbsd-arm64-cgo), const BPF_ABS = 32
    pkg syscall (netbsd-arm64-cgo), const BPF_ABS ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_ADD = 0
    pkg syscall (netbsd-arm64-cgo), const BPF_ADD ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_A ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    <p>
    Tokens form the vocabulary of the Go language.
    There are four classes: <i>identifiers</i>, <i>keywords</i>, <i>operators
    and punctuation</i>, and <i>literals</i>.  <i>White space</i>, formed from
    spaces (U+0020), horizontal tabs (U+0009),
    carriage returns (U+000D), and newlines (U+000A),
    is ignored except as it separates tokens
    that would otherwise combine into a single token. Also, a newline or end of file
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	EXTRACTPS $1, X2, R11                   // 66410f3a17d301
    	EXTRACTPS $0, X11, R11                  // 66450f3a17db00
    	F2XM1                                   // d9f0
    	FABS                                    // d9e1
    	FADDD F2, F0                            // d8c2
    	FADDD F3, F0                            // d8c3
    	FADDD F0, F2                            // dcc2
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  6. misc/chrome/gophertool/background.js

    chrome.omnibox.onInputEntered.addListener(function(t) {
      var url = urlForInput(t);
      if (url) {
        chrome.tabs.query({ "active": true, "currentWindow": true }, function(tab) {
          if (!tab) return;
          chrome.tabs.update(tab.id, { "url": url, "selected": true });
        });
      }
    JavaScript
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Nov 18 18:14:37 GMT 2019
    - 286 bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/cgotest/overlaydir.go

    func OverlayDir(dstRoot, srcRoot string) error {
    	dstRoot = filepath.Clean(dstRoot)
    	if err := os.MkdirAll(dstRoot, 0777); err != nil {
    		return err
    	}
    
    	srcRoot, err := filepath.Abs(srcRoot)
    	if err != nil {
    		return err
    	}
    
    	return filepath.Walk(srcRoot, func(srcPath string, info os.FileInfo, err error) error {
    		if err != nil || srcPath == srcRoot {
    			return err
    		}
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon May 22 20:56:09 GMT 2023
    - 1.7K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/elf, const SHF_OS_NONCONFORMING SectionFlag
    pkg debug/elf, const SHF_STRINGS SectionFlag
    pkg debug/elf, const SHF_TLS SectionFlag
    pkg debug/elf, const SHF_WRITE SectionFlag
    pkg debug/elf, const SHN_ABS SectionIndex
    pkg debug/elf, const SHN_COMMON SectionIndex
    pkg debug/elf, const SHN_HIOS SectionIndex
    pkg debug/elf, const SHN_HIPROC SectionIndex
    pkg debug/elf, const SHN_HIRESERVE SectionIndex
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const BIOCVERSION ideal-int
    pkg syscall (darwin-arm64), const BPF_A = 16
    pkg syscall (darwin-arm64), const BPF_A ideal-int
    pkg syscall (darwin-arm64), const BPF_ABS = 32
    pkg syscall (darwin-arm64), const BPF_ABS ideal-int
    pkg syscall (darwin-arm64), const BPF_ADD = 0
    pkg syscall (darwin-arm64), const BPF_ADD ideal-int
    pkg syscall (darwin-arm64), const BPF_ALIGNMENT = 4
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BIOCVERSION ideal-int
    pkg syscall (freebsd-arm64), const BPF_A = 16
    pkg syscall (freebsd-arm64), const BPF_A ideal-int
    pkg syscall (freebsd-arm64), const BPF_ABS = 32
    pkg syscall (freebsd-arm64), const BPF_ABS ideal-int
    pkg syscall (freebsd-arm64), const BPF_ADD = 0
    pkg syscall (freebsd-arm64), const BPF_ADD ideal-int
    pkg syscall (freebsd-arm64), const BPF_ALIGNMENT = 8
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top