Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for 1e1000000 (0.11 sec)

  1. src/math/big/floatconv_test.go

    		// make sure "stupid" exponents don't stall the machine
    		{"1e1000000", defaultRound, 64, 'p', 0, "0x.88b3a28a05eade3ap+3321929"},
    		{"1e646456992", defaultRound, 64, 'p', 0, "0x.e883a0c5c8c7c42ap+2147483644"},
    		{"1e646456993", defaultRound, 64, 'p', 0, "+Inf"},
    		{"1e1000000000", defaultRound, 64, 'p', 0, "+Inf"},
    		{"1e-1000000", defaultRound, 64, 'p', 0, "0x.efb4542cc8ca418ap-3321928"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_aix_ppc64.go

    	IFF_RUNNING                   = 0x40
    	IFF_SIMPLEX                   = 0x800
    	IFF_SNAP                      = 0x8000
    	IFF_TCP_DISABLE_CKSUM         = 0x20000000
    	IFF_TCP_NOCKSUM               = 0x1000000
    	IFF_UP                        = 0x1
    	IFF_VIPA                      = 0x80000000
    	IFNAMSIZ                      = 0x10
    	IFO_FLUSH                     = 0x1
    	IFT_1822                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

              when {
                b == 0x80 -> {
                  // 10000000
                  throw IOException("index == 0")
                }
                b and 0x80 == 0x80 -> {
                  // 1NNNNNNN
                  val index = readInt(b, PREFIX_7_BITS)
                  readIndexedHeader(index - 1)
                }
                b == 0x40 -> {
                  // 01000000
                  readLiteralHeaderWithIncrementalIndexingNewName()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  4. src/text/tabwriter/tabwriter_test.go

    						for j := 0; j < h; j++ {
    							w.Write(line)
    						}
    						w.Flush()
    					}
    				})
    			})
    		}
    	}
    }
    
    func BenchmarkPyramid(b *testing.B) {
    	for _, x := range [...]int{10, 100, 1000} {
    		// Build a line with x cells.
    		line := bytes.Repeat([]byte("a\t"), x)
    		b.Run(fmt.Sprintf("%d", x), func(b *testing.B) {
    			b.ReportAllocs()
    			for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

                std::vector<int64_t>{0, -1, 0, 0, 0, 0, 0, 0},
                "device coordinate (0, -1, 0, 0) in 'device_assignment' "
                "is outside of mesh shape (2, 1, 1, 1)"),
            std::make_tuple(
                2, 1, TopologyWithDeviceCoordinates({0, 0, 0, 0, 1, 0, 0, 0}),
                std::vector<int64_t>{0, 1, 0, 0, 0, 0, 0, 0},
                "device coordinate (0, 1, 0, 0) in 'device_assignment' is "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  6. src/math/big/ratconv_test.go

    	var x Rat
    	for _, test := range []struct {
    		input string
    		want  bool
    	}{
    		{"1e-1000001", false},
    		{"1e-1000000", true},
    		{"1e+1000000", true},
    		{"1e+1000001", false},
    
    		{"0p1000000000000", true},
    		{"1p-10000001", false},
    		{"1p-10000000", true},
    		{"1p+10000000", true},
    		{"1p+10000001", false},
    		{"1.770p02041010010011001001", false}, // test case from issue
    	} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go

    	CBitFieldMaskBit34 = 0x20000000
    	CBitFieldMaskBit35 = 0x10000000
    	CBitFieldMaskBit36 = 0x8000000
    	CBitFieldMaskBit37 = 0x4000000
    	CBitFieldMaskBit38 = 0x2000000
    	CBitFieldMaskBit39 = 0x1000000
    	CBitFieldMaskBit40 = 0x800000
    	CBitFieldMaskBit41 = 0x400000
    	CBitFieldMaskBit42 = 0x200000
    	CBitFieldMaskBit43 = 0x100000
    	CBitFieldMaskBit44 = 0x80000
    	CBitFieldMaskBit45 = 0x40000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    	CBitFieldMaskBit34 = 0x20000000
    	CBitFieldMaskBit35 = 0x10000000
    	CBitFieldMaskBit36 = 0x8000000
    	CBitFieldMaskBit37 = 0x4000000
    	CBitFieldMaskBit38 = 0x2000000
    	CBitFieldMaskBit39 = 0x1000000
    	CBitFieldMaskBit40 = 0x800000
    	CBitFieldMaskBit41 = 0x400000
    	CBitFieldMaskBit42 = 0x200000
    	CBitFieldMaskBit43 = 0x100000
    	CBitFieldMaskBit44 = 0x80000
    	CBitFieldMaskBit45 = 0x40000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    	CBitFieldMaskBit18 = 0x40000
    	CBitFieldMaskBit19 = 0x80000
    	CBitFieldMaskBit20 = 0x100000
    	CBitFieldMaskBit21 = 0x200000
    	CBitFieldMaskBit22 = 0x400000
    	CBitFieldMaskBit23 = 0x800000
    	CBitFieldMaskBit24 = 0x1000000
    	CBitFieldMaskBit25 = 0x2000000
    	CBitFieldMaskBit26 = 0x4000000
    	CBitFieldMaskBit27 = 0x8000000
    	CBitFieldMaskBit28 = 0x10000000
    	CBitFieldMaskBit29 = 0x20000000
    	CBitFieldMaskBit30 = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    	CBitFieldMaskBit34 = 0x20000000
    	CBitFieldMaskBit35 = 0x10000000
    	CBitFieldMaskBit36 = 0x8000000
    	CBitFieldMaskBit37 = 0x4000000
    	CBitFieldMaskBit38 = 0x2000000
    	CBitFieldMaskBit39 = 0x1000000
    	CBitFieldMaskBit40 = 0x800000
    	CBitFieldMaskBit41 = 0x400000
    	CBitFieldMaskBit42 = 0x200000
    	CBitFieldMaskBit43 = 0x100000
    	CBitFieldMaskBit44 = 0x80000
    	CBitFieldMaskBit45 = 0x40000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top