Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for Labs (7.64 sec)

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

    	FNMSUBS F1, F2, F3, F4          // ec8110fc
    	FNMSUBSCC F1, F2, F3, F4        // ec8110fd
    	FSEL F1, F2, F3, F4             // fc8110ee
    	FSELCC F1, F2, F3, F4           // fc8110ef
    	FABS F1, F2                     // fc400a10
    	FNABS F1, F2                    // fc400910
    	FABSCC F1, F2                   // fc400a11
    	FNABSCC F1, F2                  // fc400911
    	FNEG F1, F2                     // fc400850
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  2. src/bytes/reader.go

    	r.prevRune = -1
    	var abs int64
    	switch whence {
    	case io.SeekStart:
    		abs = offset
    	case io.SeekCurrent:
    		abs = r.i + offset
    	case io.SeekEnd:
    		abs = int64(len(r.s)) + offset
    	default:
    		return 0, errors.New("bytes.Reader.Seek: invalid whence")
    	}
    	if abs < 0 {
    		return 0, errors.New("bytes.Reader.Seek: negative position")
    	}
    	r.i = abs
    	return abs, nil
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 17:10:31 GMT 2023
    - 3.9K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg debug/elf, const R_LARCH_ABS64_LO20 = 69 #54222
    pkg debug/elf, const R_LARCH_ABS64_LO20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_ABS_HI20 = 67 #54222
    pkg debug/elf, const R_LARCH_ABS_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_ABS_LO12 = 68 #54222
    pkg debug/elf, const R_LARCH_ABS_LO12 R_LARCH #54222
    pkg debug/elf, const R_LARCH_B16 = 64 #54222
    pkg debug/elf, const R_LARCH_B16 R_LARCH #54222
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. misc/chrome/gophertool/popup.js

    function openURL(url) {
      chrome.tabs.create({ "url": url })
    }
    
    function addLinks() {
      var links = document.getElementsByTagName("a");
      for (var i = 0; i < links.length; i++) {
        var url = links[i].getAttribute("url");
        if (url)
          links[i].addEventListener("click", function () {
            openURL(this.getAttribute("url"));
          });
      }
    }
    
    window.addEventListener("load", function () {
      addLinks();
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Oct 21 17:05:21 GMT 2012
    - 1020 bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg debug/elf, const SHF_MERGE = 16
    pkg debug/elf, const SHF_OS_NONCONFORMING = 256
    pkg debug/elf, const SHF_STRINGS = 32
    pkg debug/elf, const SHF_TLS = 1024
    pkg debug/elf, const SHF_WRITE = 1
    pkg debug/elf, const SHN_ABS = 65521
    pkg debug/elf, const SHN_COMMON = 65522
    pkg debug/elf, const SHN_HIOS = 65343
    pkg debug/elf, const SHN_HIPROC = 65311
    pkg debug/elf, const SHN_HIRESERVE = 65535
    pkg debug/elf, const SHN_LOOS = 65312
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. doc/go_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 May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  7. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 R_AARCH64
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 = 263
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 R_AARCH64
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC = 264
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC R_AARCH64
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 = 265
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 R_AARCH64
    pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC = 266
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  8. api/go1.10.txt

    pkg debug/elf, const R_ARM_THM_ALU_ABS_G0_NC = 132
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G0_NC R_ARM
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G1_NC = 133
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G1_NC R_ARM
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G2_NC = 134
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G2_NC R_ARM
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G3 = 135
    pkg debug/elf, const R_ARM_THM_ALU_ABS_G3 R_ARM
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  9. misc/chrome/gophertool/manifest.json

      },
      "browser_action": {
        "default_icon": "gopher.png",
        "default_popup": "popup.html"
      },
      "omnibox": { "keyword": "golang" },
      "icons": {
        "16": "gopher.png"
      },
      "permissions": [
         "tabs"
      ]
    Json
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 05 20:52:13 GMT 2012
    - 378 bytes
    - Viewed (0)
  10. misc/cgo/gmp/gmp.go

    // Neg sets z = -x and returns z.
    func (z *Int) Neg(x *Int) *Int {
    	x.doinit()
    	z.doinit()
    	C.mpz_neg(&z.i[0], &x.i[0])
    	return z
    }
    
    // Abs sets z to the absolute value of x and returns z.
    func (z *Int) Abs(x *Int) *Int {
    	x.doinit()
    	z.doinit()
    	C.mpz_abs(&z.i[0], &x.i[0])
    	return z
    }
    
    /*
     * functions without a clear receiver
     */
    
    // CmpInt compares x and y. The result is
    //
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Viewed (0)
Back to top