Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for 9223372036854775807 (0.26 sec)

  1. src/crypto/x509/oid_test.go

    	{[]byte{41, 255, 255, 255, 255, 127}, true, "1.1.34359738367", []uint64{1, 1, 34359738367}},
    	{[]byte{42, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.2.9223372036854775807", []uint64{1, 2, 9223372036854775807}},
    	{[]byte{43, 0x81, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.3.18446744073709551615", []uint64{1, 3, 18446744073709551615}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 19:10:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. src/go/parser/parser_test.go

    // TestIssue59180 tests that line number overflow doesn't cause an infinite loop.
    func TestIssue59180(t *testing.T) {
    	testcases := []string{
    		"package p\n//line :9223372036854775806\n\n//",
    		"package p\n//line :1:9223372036854775806\n\n//",
    		"package p\n//line file:9223372036854775806\n\n//",
    	}
    
    	for _, src := range testcases {
    		_, err := ParseFile(token.NewFileSet(), "", src, ParseComments)
    		if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 20:26:14 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const PTRACE_TRACEME = 0
    pkg syscall (netbsd-arm64-cgo), const PTRACE_TRACEME ideal-int
    pkg syscall (netbsd-arm64-cgo), const RLIM_INFINITY = 9223372036854775807
    pkg syscall (netbsd-arm64-cgo), const RLIM_INFINITY ideal-int
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_AS = 10
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_AS ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ManagedModelGroovyScalarConfigurationIntegrationTest.groovy

            '''
    
            then:
            succeeds 'printResolvedValues'
    
            and:
            output.contains 'prop theBigDecimal: 818750535356720922824.4052427776'
            output.contains 'prop theBigInteger: 92233720368547758070'
            output.contains 'prop bool1        : false'
            output.contains 'prop bool2        : true'
            output.contains 'prop theBoolean   : true'
            output.contains 'prop theDouble    : 2.141592653589793'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/math/LongMathTest.java

            if (isAndroid && a == -4294967296L && b == 2147483648L) {
              /*
               * Bug in older versions of Android we test against, since fixed: -9223372036854775808L /
               * -4294967296L = -9223372036854775808L!
               *
               * To be clear, this bug affects not the test's computation of the expected result but the
               * _actual prod code_. But it probably affects only unusual cases.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // -----
    
    // CHECK-LABEL: func @argmin_i64_input_i32_output_axis_0
    func.func @argmin_i64_input_i32_output_axis_0(%arg0: tensor<3x7xi64>) -> tensor<7xi32> {
      // CHECK: %[[INIT:.*]] = mhlo.constant dense<9223372036854775807> : tensor<i64>
      // CHECK-NEXT: %[[INDEX_INIT:.*]] = mhlo.constant dense<0> : tensor<i32>
      // CHECK: %[[SHAPE:.*]] = shape.shape_of %arg0 : tensor<3x7xi64> -> tensor<2xindex>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    int16       the set of all signed 16-bit integers (-32768 to 32767)
    int32       the set of all signed 32-bit integers (-2147483648 to 2147483647)
    int64       the set of all signed 64-bit integers (-9223372036854775808 to 9223372036854775807)
    
    float32     the set of all IEEE 754 32-bit floating-point numbers
    float64     the set of all IEEE 754 64-bit floating-point numbers
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. src/time/mono_test.go

    	{-123456789, "m=-0.123456789"},
    	{123456789000, "m=+123.456789000"},
    	{-123456789000, "m=-123.456789000"},
    	{9e18, "m=+9000000000.000000000"},
    	{-9e18, "m=-9000000000.000000000"},
    	{-1 << 63, "m=-9223372036.854775808"},
    }
    
    func TestMonotonicString(t *testing.T) {
    	t1 := Now()
    	t.Logf("Now() = %v", t1)
    
    	for _, tt := range monotonicStringTests {
    		t1 := Now()
    		SetMono(&t1, tt.mono)
    		s := t1.String()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 19 17:10:49 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  9. src/runtime/string_test.go

    	{"-20496382327982653440", 0, false},
    	{"9223372036854775807", 1<<63 - 1, true},
    	{"-9223372036854775807", -(1<<63 - 1), true},
    	{"9223372036854775808", 0, false},
    	{"-9223372036854775808", -1 << 63, true},
    	{"9223372036854775809", 0, false},
    	{"-9223372036854775809", 0, false},
    }
    
    func TestAtoi(t *testing.T) {
    	switch intSize {
    	case 32:
    		for i := range atoi32tests {
    			test := &atoi32tests[i]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 13 14:05:23 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/math/LongMathTest.java

            if (isAndroid && a == -4294967296L && b == 2147483648L) {
              /*
               * Bug in older versions of Android we test against, since fixed: -9223372036854775808L /
               * -4294967296L = -9223372036854775808L!
               *
               * To be clear, this bug affects not the test's computation of the expected result but the
               * _actual prod code_. But it probably affects only unusual cases.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top