Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for 100000000000 (0.14 sec)

  1. src/cmd/compile/internal/test/testdata/fp_test.go

    					return z
    				}(t.x, t.y),
    				t.res)
    		}
    	}
    }
    
    const (
    	aa = 0x1000000000000000
    	ab = 0x100000000000000
    	ac = 0x10000000000000
    	ad = 0x1000000000000
    	ba = 0x100000000000
    	bb = 0x10000000000
    	bc = 0x1000000000
    	bd = 0x100000000
    	ca = 0x10000000
    	cb = 0x1000000
    	cc = 0x100000
    	cd = 0x10000
    	da = 0x1000
    	db = 0x100
    	dc = 0x10
    	dd = 0x1
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 35K bytes
    - Viewed (0)
  2. src/net/http/request_test.go

    	{"HTTP/0,-1", 0, 0, false},
    	{"HTTP/", 0, 0, false},
    	{"HTTP/1,1", 0, 0, false},
    	{"HTTP/+1.1", 0, 0, false},
    	{"HTTP/1.+1", 0, 0, false},
    	{"HTTP/0000000001.1", 0, 0, false},
    	{"HTTP/1.0000000001", 0, 0, false},
    	{"HTTP/3.14", 0, 0, false},
    	{"HTTP/12.3", 0, 0, false},
    }
    
    func TestParseHTTPVersion(t *testing.T) {
    	for _, tt := range parseHTTPVersionTests {
    		major, minor, ok := ParseHTTPVersion(tt.vers)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 18:42:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //
    // Server example:
    //
    //	fd, _ := Socket(AF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM)
    //	_ = unix.Bind(fd, &unix.SockaddrRFCOMM{
    //		Channel: 1,
    //		Addr:    [6]uint8{0, 0, 0, 0, 0, 0}, // BDADDR_ANY or 00:00:00:00:00:00
    //	})
    //	_ = Listen(fd, 1)
    //	nfd, sa, _ := Accept(fd)
    //	fmt.Printf("conn addr=%v fd=%d", sa.(*unix.SockaddrRFCOMM).Addr, nfd)
    //	Read(nfd, buf)
    //
    // Client example:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"sets.contains([{'a': 1}, {'b': 2}], [{'b': 2}])",
    				"sets.contains([[1, 2], [3, 4]], [[3, 4]])",
    				"sets.contains([timestamp('2000-01-01T00:00:00.000+01:00'), timestamp('2012-01-01T00:00:00.000+01:00')], [timestamp('2012-01-01T00:00:00.000+01:00')])",
    				"sets.contains([duration('1h'), duration('2h')], [duration('2h')])",
    
    				"sets.equivalent([1, 2], [1, 2])",
    				"sets.equivalent([true, false], [true, false])",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.cil"/>
      </mime-type>
      <mime-type type="application/vnd.ms-asf"/>
      <mime-type type="application/vnd.ms-cab-compressed">
        <magic priority="50">
          <match value="MSCF\000\000\000\000" type="string" offset="0"/>
        </magic>
        <glob pattern="*.cab"/>
        <magic priority="50">
          <match value="MSCF" type="string" offset="0" />
        </magic>
      </mime-type>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    1024                int16       1024 is in the set of 16-bit integers
    42.0                byte        42 is in the set of unsigned 8-bit integers
    1e10                uint64      10000000000 is in the set of unsigned 64-bit integers
    2.718281828459045   float32     2.718281828459045 rounds to 2.7182817 which is in the set of float32 values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/trace_viewer_full.html

    if(showYGridLines){tr.ui.b...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top