Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 419 for power9 (0.11 sec)

  1. src/math/rand/rand.go

    // It panics if n <= 0.
    func (r *Rand) Int63n(n int64) int64 {
    	if n <= 0 {
    		panic("invalid argument to Int63n")
    	}
    	if n&(n-1) == 0 { // n is power of two, can mask
    		return r.Int63() & (n - 1)
    	}
    	max := int64((1 << 63) - 1 - (1<<63)%uint64(n))
    	v := r.Int63()
    	for v > max {
    		v = r.Int63()
    	}
    	return v % n
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:09:08 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  2. src/math/bits/bits.go

    	//
    	// x & -x leaves only the right-most bit set in the word. Let k be the
    	// index of that bit. Since only a single bit is set, the value is two
    	// to the power of k. Multiplying by a power of two is equivalent to
    	// left shifting, in this case by k bits. The de Bruijn (64 bit) constant
    	// is such that all six bit, consecutive substrings are distinct.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. src/runtime/profbuf.go

    // The offset in the buffer is the effective offset mod the length of the buffer.
    // To make wraparound mod 2^length match wraparound mod length of the buffer,
    // the length of the buffer must be a power of two.
    //
    // If the reader catches up to the writer, a flag passed to read controls
    // whether the read blocks until more data is available. A read returns a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    	{"hw.setperf", []_C_int{6, 13}},
    	{"hw.smt", []_C_int{6, 24}},
    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    	{"hw.setperf", []_C_int{6, 13}},
    	{"hw.smt", []_C_int{6, 24}},
    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/syscall/zsysctl_openbsd.go

    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    	{"hw.setperf", []_C_int{6, 13}},
    	{"hw.smt", []_C_int{6, 24}},
    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsFixture.groovy

            def projectModels = projectScopedModels.groupBy { it.buildTreePath }
            def projectModelsShortNames = remapValues(projectModels) { it.shortModelName }
    
            // Do not extract left side into a variable to get power assert insights
            assert remapValues(projectModelsShortNames) { it.size() } == expectedProjectModelsCounts
    
            for (def modelExpectation in modelExpectations) {
                def buildTreePath = modelExpectation.path
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. licenses/github.com/openshift/api/LICENSE

          other entities that control, are controlled by, or are under common
          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
          direction or management of such entity, whether by contract or
          otherwise, or (ii) ownership of fifty percent (50%) or more of the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 16 06:16:35 UTC 2020
    - 10.5K bytes
    - Viewed (0)
  9. licenses/github.com/vishvananda/netlink/LICENSE

          other entities that control, are controlled by, or are under common
          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
          direction or management of such entity, whether by contract or
          otherwise, or (ii) ownership of fifty percent (50%) or more of the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 28 00:29:20 UTC 2021
    - 10.5K bytes
    - Viewed (0)
  10. licenses/github.com/vishvananda/netns/LICENSE

          other entities that control, are controlled by, or are under common
          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
          direction or management of such entity, whether by contract or
          otherwise, or (ii) ownership of fifty percent (50%) or more of the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 28 00:29:20 UTC 2021
    - 10.5K bytes
    - Viewed (0)
Back to top