Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for 18446744073709551615B (0.56 sec)

  1. src/runtime/string_test.go

    		{"9223372036854775809", 0, false},
    		{"18446744073709551615", 0, false},
    		{"20496382327982653440", 0, false},
    		{"18446744073709551616", 0, false},
    		{"18446744073709551617", 0, false},
    		{"9999999999999999999999", 0, false},
    
    		// Bad trivial suffix inputs.
    		{"9223372036854775808B", 0, false},
    		{"9223372036854775809B", 0, false},
    		{"18446744073709551615B", 0, false},
    		{"20496382327982653440B", 0, false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 13 14:05:23 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  2. test/fixedbugs/issue30116u.out

                                             slice[18446744073709551615:0] runtime error: slice bounds out of range [18446744073709551615:0]
                                             slice[18446744073709551615:3] runtime error: slice bounds out of range [18446744073709551615:3]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 44K bytes
    - Viewed (0)
  3. api/go1.17.txt

    pkg math (darwin-amd64), const MaxInt = 9223372036854775807
    pkg math (darwin-amd64), const MaxUint = 18446744073709551615
    pkg math (darwin-amd64), const MinInt = -9223372036854775808
    pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807
    pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615
    pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808
    pkg math (darwin-arm64), const MaxInt = 9223372036854775807
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

                          + UnsignedLongs.remainder(dividend, divisor)))
              .isEqualTo(0);
        }
      }
    
      public void testParseLong() {
        assertThat(UnsignedLongs.parseUnsignedLong("18446744073709551615"))
            .isEqualTo(0xffffffffffffffffL);
        assertThat(UnsignedLongs.parseUnsignedLong("9223372036854775807"))
            .isEqualTo(0x7fffffffffffffffL);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/test/testdata/arithBoundary_test.go

    	utd64{a: 4294967296, b: 18446744073709551615, add: 4294967295, sub: 4294967297, mul: 18446744069414584320, div: 0, mod: 4294967296},
    	utd64{a: 18446744073709551615, b: 0, add: 18446744073709551615, sub: 18446744073709551615, mul: 0},
    	utd64{a: 18446744073709551615, b: 1, add: 0, sub: 18446744073709551614, mul: 18446744073709551615, div: 18446744073709551615, mod: 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 31.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

                          + UnsignedLongs.remainder(dividend, divisor)))
              .isEqualTo(0);
        }
      }
    
      public void testParseLong() {
        assertThat(UnsignedLongs.parseUnsignedLong("18446744073709551615"))
            .isEqualTo(0xffffffffffffffffL);
        assertThat(UnsignedLongs.parseUnsignedLong("9223372036854775807"))
            .isEqualTo(0x7fffffffffffffffL);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  7. src/strconv/atof_test.go

    	// try to overflow exponent
    	{"1e-4294967296", "0", nil},
    	{"1e+4294967296", "+Inf", ErrRange},
    	{"1e-18446744073709551616", "0", nil},
    	{"1e+18446744073709551616", "+Inf", ErrRange},
    	{"0x1p-4294967296", "0", nil},
    	{"0x1p+4294967296", "+Inf", ErrRange},
    	{"0x1p-18446744073709551616", "0", nil},
    	{"0x1p+18446744073709551616", "+Inf", ErrRange},
    
    	// Parse errors
    	{"1e", "0", ErrSyntax},
    	{"1e-", "0", ErrSyntax},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    			in:   hex("1bffffffffffffffff"), // 18446744073709551615
    			assertOnError: assertOnConcreteError(func(t *testing.T, e *cbor.UnmarshalTypeError) {
    				if e == nil {
    					t.Error("expected non-nil error")
    				} else if want := "cbor: cannot unmarshal positive integer into Go value of type int64 (18446744073709551615 overflows Go's int64)"; want != e.Error() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/tests/go122-annotations-stress.test

    GoDestroy dt=3
    ProcStop dt=28
    EventBatch gen=1 m=18446744073709551615 time=2753926855140 size=56
    GoStatus dt=74 g=2 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=3 m=18446744073709551615 gstatus=4
    GoStatus dt=1 g=4 m=18446744073709551615 gstatus=4
    GoStatus dt=1 g=17 m=18446744073709551615 gstatus=4
    EventBatch gen=1 m=18446744073709551615 time=2753926855560 size=1759
    Stacks
    Stack id=45 nframes=3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  10. src/math/rand/v2/regress_test.go

    	uint64(4102454148908803108), // Uint64N(9223372036854775806)
    	uint64(8679174511200971228), // Uint64N(9223372036854775807)
    	uint64(2240328155279531676), // Uint64N(18446744073709551614)
    	uint64(7311121042813227357), // Uint64N(18446744073709551615)
    	uint64(0),                   // Uint64N(1)
    	uint64(7),                   // Uint64N(10)
    	uint64(2),                   // Uint64N(32)
    	uint64(312633),              // Uint64N(1048576)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:03:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top