Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for 464 (0.08 sec)

  1. src/runtime/tracetime.go

    // division of 64. In the cputicks case it's a bit more complex.
    //
    // For x86, on a 3 GHz machine, we'd want to divide by 3*64 to hit our target.
    // To keep the division operation efficient, we round that up to 4*64, or 256.
    // Given what cputicks represents, we use this on all other platforms except
    // for PowerPC.
    // The suggested increment frequency for PowerPC's time base register is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go

    		m3 := h2r1
    
    		t0 := m0.lo
    		t1, c := bits.Add64(m1.lo, m0.hi, 0)
    		t2, c := bits.Add64(m2.lo, m1.hi, c)
    		t3, _ := bits.Add64(m3.lo, m2.hi, c)
    
    		// Now we have the result as 4 64-bit limbs, and we need to reduce it
    		// modulo 2¹³⁰ - 5. The special shape of this Crandall prime lets us do
    		// a cheap partial reduction according to the reduction identity
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  3. src/expvar/expvar_test.go

    	}
    
    	reqs.Add(1.5)
    	reqs.Add(1.25)
    	if v := reqs.Value(); v != 2.75 {
    		t.Errorf("reqs.Value() = %v, want 2.75", v)
    	}
    
    	if s := reqs.String(); s != "2.75" {
    		t.Errorf("reqs.String() = %q, want \"4.64\"", s)
    	}
    
    	reqs.Add(-2)
    	if v := reqs.Value(); v != 0.75 {
    		t.Errorf("reqs.Value() = %v, want 0.75", v)
    	}
    }
    
    func BenchmarkFloatAdd(b *testing.B) {
    	var f Float
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:46:19 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. src/runtime/alg.go

    }
    
    func ifaceHash(i interface {
    	F()
    }, seed uintptr) uintptr {
    	return interhash(noescape(unsafe.Pointer(&i)), seed)
    }
    
    const hashRandomBytes = goarch.PtrSize / 4 * 64
    
    // used in asm_{386,amd64,arm64}.s to seed the hash function
    var aeskeysched [hashRandomBytes]byte
    
    // used in hash{32,64}.go to seed the hash function
    var hashkey [4]uintptr
    
    func alginit() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/compact/tables.go

    	lktUSIndex        ID = 458
    	lnIndex           ID = 459
    	lnAOIndex         ID = 460
    	lnCDIndex         ID = 461
    	lnCFIndex         ID = 462
    	lnCGIndex         ID = 463
    	loIndex           ID = 464
    	loLAIndex         ID = 465
    	lrcIndex          ID = 466
    	lrcIQIndex        ID = 467
    	lrcIRIndex        ID = 468
    	ltIndex           ID = 469
    	ltLTIndex         ID = 470
    	luIndex           ID = 471
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  6. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^232512 mod p(x), x^232448 mod p(x) */
    DATA ·IEEEConst+448(SB)/8,$0x0000000073ab7f36
    DATA ·IEEEConst+456(SB)/8,$0x0000000025aa994a
    
    	/* x^231488 mod p(x), x^231424 mod p(x) */
    DATA ·IEEEConst+464(SB)/8,$0x0000000041aed1c2
    DATA ·IEEEConst+472(SB)/8,$0x00000000fa3a74c4
    
    	/* x^230464 mod p(x), x^230400 mod p(x) */
    DATA ·IEEEConst+480(SB)/8,$0x0000000136c53800
    DATA ·IEEEConst+488(SB)/8,$0x0000000033eb3f40
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_TCDRAIN                         = 0x1CD // 461
    	SYS_TCFLOW                          = 0x1CE // 462
    	SYS_TCFLUSH                         = 0x1CF // 463
    	SYS_TCGETATTR                       = 0x1D0 // 464
    	SYS_TCGETPGRP                       = 0x1D1 // 465
    	SYS_TCSENDBREAK                     = 0x1D2 // 466
    	SYS_TCSETATTR                       = 0x1D3 // 467
    	SYS_TCSETPGRP                       = 0x1D4 // 468
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %463 = "tf.Tile"(%3, %462) {device = ""} : (tensor<2x1xi64>, tensor<2xi32>) -> tensor<2x?xi64>
      %464 = "tf.Mul"(%461, %10) {device = ""} : (tensor<i32>, tensor<i32>) -> tensor<i32>
      %465 = "tf.Pack"(%464) {axis = 0 : i64, device = ""} : (tensor<i32>) -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: [[ZERO:%.*]] = mhlo.constant dense<0.000000e+00> : tensor<f32>
      // CHECK: [[INIT:%.*]] = "mhlo.broadcast"([[ZERO]]) <{broadcast_sizes = dense<[4, 64]> : tensor<2xi64>}> : (tensor<f32>) -> tensor<4x64xf32>
      // CHECK: [[SCATTER:%.*]] = "mhlo.scatter"([[INIT]], [[SI]], [[DATA]])
      // CHECK-SAME: indices_are_sorted = false,
      // CHECK-SAME: scatter_dimension_numbers =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    // medium zeroing uses a duff device
    // 4, 16, and 64 are magic constants, see runtime/mkduff.go
    (Zero [s] ptr mem)
    	&& s%16 == 0 && s > 64 && s <= 16*64
    	&& !config.noDuffDevice =>
    	(DUFFZERO [4 * (64 - s/16)] ptr mem)
    
    // large zeroing uses a loop
    (Zero [s] ptr mem)
    	&& s%16 == 0 && (s > 16*64 || config.noDuffDevice) =>
    	(LoweredZero
    		ptr
    		(ADDconst <ptr.Type> [s-16] ptr)
    		mem)
    
    // moves
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top