Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 99999999 (0.22 sec)

  1. src/archive/tar/strconv_test.go

    		{"-1.999000", time.Unix(-1, -1e9+1e6), true},
    		{"-1.999999", time.Unix(-1, -1e9+1e3), true},
    		{"-1.999999999", time.Unix(-1, -1e9+1e0), true},
    		{"0.000000001", time.Unix(0, 1e0+0e0), true},
    		{"0.000001", time.Unix(0, 1e3+0e0), true},
    		{"0.001000", time.Unix(0, 1e6+0e0), true},
    		{"0", time.Unix(0, 0e0), true},
    		{"0.999000", time.Unix(0, 1e9-1e6), true},
    		{"0.999999", time.Unix(0, 1e9-1e3), true},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/s390x.s

    	FMOVS	$0, F11                // b37400b0
    	FMOVD	$0, F12                // b37500c0
    	FMOVS	(R1)(R2*1), F0         // 78021000
    	FMOVS	n-8(SP), F15           // 78f0f010
    	FMOVD	-9999999(R8)(R9*1), F8 // c0a1ff67698141aa9000688a8000
    	FMOVD	F4, F5                 // 2854
    
    	// RX (12-bit displacement) and RXY (20-bit displacement) instruction encoding (e.g. LD vs LDY)
    	FMOVD	(R1), F0               // 68001000
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
Back to top