Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 11 (0.11 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VRANGEPD $11, 17(SP)(BP*4), X23, K2, X16           // 62e3c5025084ac110000000b
    	VRANGEPD $11, X24, X11, K2, X16                    // 6283a50a50c00b
    	VRANGEPD $11, X14, X11, K2, X16                    // 62c3a50a50c60b
    	VRANGEPD $11, X0, X11, K2, X16                     // 62e3a50a50c00b
    	VRANGEPD $11, 17(SP)(BP*8), X11, K2, X16           // 62e3a50a5084ec110000000b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 194.8K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg syscall (openbsd-386), const SYS_UTIMES = 76
    pkg syscall (openbsd-386), const SYS_UTRACE = 209
    pkg syscall (openbsd-386), const SYS_UTRACE ideal-int
    pkg syscall (openbsd-386), const SYS_WAIT4 = 11
    pkg syscall (openbsd-386), const SYS___THRSLEEP = 94
    pkg syscall (openbsd-386), const SizeofIfData = 212
    pkg syscall (openbsd-386), const SizeofIfMsghdr = 236
    pkg syscall (openbsd-386), const SizeofRtMetrics = 56
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

                        "." hex_digits .
    hex_exponent      = ( "p" | "P" ) [ "+" | "-" ] decimal_digits .
    </pre>
    
    <pre>
    0.
    72.40
    072.40       // == 72.40
    2.71828
    1.e+0
    6.67428e-11
    1E6
    .25
    .12345E+5
    1_5.         // == 15.0
    0.15e+0_2    // == 15.0
    
    0x1p-2       // == 0.25
    0x2.p10      // == 2048.0
    0x1.Fp+0     // == 1.9375
    0X.8p-0      // == 0.5
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top