Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for 8589934592 (0.07 seconds)

  1. src/cmd/asm/internal/asm/testdata/s390x.s

    	MOVHZ	R6, n-8(SP)           // 4060f010
    	MOVBZ	R7, n-8(SP)           // 4270f010
    	MOVDBR	R8, n-8(SP)           // e380f010002f
    	MOVWBR	R9, n-8(SP)           // e390f010003e
    
    	MOVD	$-8589934592, R1      // c01efffffffe
    	MOVW	$-131072, R2          // c021fffe0000
    	MOVH	$-512, R3             // a739fe00
    	MOVB	$-1, R4               // a749ffff
    
    	MOVD	$32767, n-8(SP)       // e548f0107fff
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Jul 30 19:29:15 GMT 2025
    - 22.9K bytes
    - Click Count (0)
  2. src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java

    Shinsuke Sugaya <******@****.***> 1755149504 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 25.9K bytes
    - Click Count (0)
  3. src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java

    Shinsuke Sugaya <******@****.***> 1755149504 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 30.5K bytes
    - Click Count (0)
  4. doc/go_spec.html

    const d = 1 &lt;&lt; 3.0         // d == 8     (untyped integer constant)
    const e = 1.0 &lt;&lt; 3         // e == 8     (untyped integer constant)
    const f = int32(1) &lt;&lt; 33   // illegal    (constant 8589934592 overflows int32)
    const g = float64(2) &gt;&gt; 1  // illegal    (float64(2) is a typed floating-point constant)
    const h = "foo" &gt; "bar"    // h == true  (untyped boolean constant)
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top