Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for 5x (0.12 sec)

  1. src/math/big/intconv_test.go

    	{"1234", "%.3x", "4d2"},
    	{"1234", "%.4x", "04d2"},
    	{"1234", "%.5x", "004d2"},
    	{"1234", "%.6x", "0004d2"},
    	{"-1234", "%.3x", "-4d2"},
    	{"-1234", "%.4x", "-04d2"},
    	{"-1234", "%.5x", "-004d2"},
    	{"-1234", "%.6x", "-0004d2"},
    
    	{"1234", "%8.3x", "     4d2"},
    	{"1234", "%8.4x", "    04d2"},
    	{"1234", "%8.5x", "   004d2"},
    	{"1234", "%8.6x", "  0004d2"},
    	{"-1234", "%8.3x", "    -4d2"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 22:58:58 UTC 2019
    - 10K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/legalize-tf-hashtables.mlir

      // CHECK-NEXT:  return [[FIND]] : tensor<*xi64>
      func.return %1 : tensor<*xi64>
    }
    
    // -----
    
    // Test for case with import and size ops.
    func.func @hashtable_import_then_size(%arg0: tensor<5x!tf_type.string>) -> tensor<i64> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/mulconst_test.go

    	mulSinkU64 uint64
    )
    
    func BenchmarkMulconstI32(b *testing.B) {
    	// 3x = 2x + x
    	b.Run("3", func(b *testing.B) {
    		x := int32(1)
    		for i := 0; i < b.N; i++ {
    			x *= 3
    		}
    		mulSinkI32 = x
    	})
    	// 5x = 4x + x
    	b.Run("5", func(b *testing.B) {
    		x := int32(1)
    		for i := 0; i < b.N; i++ {
    			x *= 5
    		}
    		mulSinkI32 = x
    	})
    	// 12x = 8x + 4x
    	b.Run("12", func(b *testing.B) {
    		x := int32(1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 18 15:39:44 UTC 2020
    - 4.3K bytes
    - Viewed (0)
  4. src/encoding/json/tagkey_test.go

    		key   string
    	}{
    		{Name(""), basicLatin2xTag{"2x"}, "2x", "$%-/"},
    		{Name(""), basicLatin3xTag{"3x"}, "3x", "0123456789"},
    		{Name(""), basicLatin4xTag{"4x"}, "4x", "ABCDEFGHIJKLMO"},
    		{Name(""), basicLatin5xTag{"5x"}, "5x", "PQRSTUVWXYZ_"},
    		{Name(""), basicLatin6xTag{"6x"}, "6x", "abcdefghijklmno"},
    		{Name(""), basicLatin7xTag{"7x"}, "7x", "pqrstuvwxyz"},
    		{Name(""), miscPlaneTag{"いろはにほへと"}, "いろはにほへと", "色は匂へど"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 16:00:37 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. test/fixedbugs/bug369.dir/main.go

    	rfast := testing.Benchmark(BenchmarkFastNonASCII)
    	tslow := rslow.NsPerOp()
    	tfast := rfast.NsPerOp()
    
    	// Optimization should be good for at least 2x, but be forgiving.
    	// On the ARM simulator we see closer to 1.5x.
    	speedup := float64(tslow) / float64(tfast)
    	want := 1.8
    	if runtime.GOARCH == "arm" {
    		want = 1.3
    	}
    	if speedup < want {
    		// TODO(rsc): doesn't work on linux-amd64 or darwin-amd64 builders, nor on
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 29 19:54:30 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  6. src/compress/flate/testdata/huffman-rand-1k.in

    y�W��u�B/)��#�u���J...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 1000 bytes
    - Viewed (0)
  7. pkg/util/smallset/smallset.go

    //
    // *Set construction*: sets is roughly 1kb allocations per 250 items. smallsets is 0.
    // *Contains* sets is O(1). smallsets is O(logn). smallsets is typically faster up to about 5 elements.
    //
    //	At 1000 items, it is roughly 5x slower (30ns vs 5ns).
    type Set[T constraints.Ordered] struct {
    	items []T
    }
    
    // NewPresorted creates a new Set with the given items.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. cmd/testdata/xl-many-parts.meta

    �&�m�Size�
    6m:M�MTime�{��Ұ� �MetaSys��#x-minio-internal-replication-status�^arn:minio:replication::36280125-1e9d-414e-bff5-8c88a1b5352e:disney-prod-vod-repository=FAILED;�5X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key�XIAAfAMkfjc5PQ3cBQGYewN0AmUQGtmOfjmCquU+ANF4cbmIW+HHv8KUUE1c5CpQbInpPANQCRaL/TJmqB38N6Q==�5X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id�minio_encrypt_key�$X-Minio-Internal-Encrypted-Multipart��6X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm�DAREv2-H...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 02 21:40:38 UTC 2023
    - 808.8K bytes
    - Viewed (0)
  9. src/net/http/main_test.go

    func waitCondition(t testing.TB, delay time.Duration, fn func(time.Duration) bool) {
    	t.Helper()
    	start := time.Now()
    	var since time.Duration
    	for !fn(since) {
    		time.Sleep(delay)
    		delay = 2*delay - (delay / 2) // 1.5x, rounded up
    		since = time.Since(start)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:49:46 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/ast/inspector/inspector.go

    // method calls that request a traversal scan this list, rather than walk
    // the AST, and perform type filtering using efficient bit sets.
    //
    // Experiments suggest the inspector's traversals are about 2.5x faster
    // than ast.Inspect, but it may take around 5 traversals for this
    // benefit to amortize the inspector's construction cost.
    // If efficiency is the primary concern, do not use Inspector for
    // one-off traversals.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top