Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 15b (0.22 sec)

  1. src/internal/bytealg/compare_ppc64x.s

    	MFVSRD	VS35,R16
    	VSLDOI	$8,V4,V4,V4
    	MFVSRD	VS36,R10
    
    	CMPU	R16,R10
    	SETB_CR0_NE(R3)
    	RET
    
    	PCALIGN $16
    cmp8:	// 8 - 15B (0 - 15B if GOPPC64_power10)
    #ifdef GOPPC64_power10
    	SLD	$56,R9,R9
    	LXVLL	R5,R9,V3	// Load bytes starting from MSB to LSB, unused are zero filled.
    	LXVLL	R6,R9,V4
    	VCMPUQ	V3,V4,CR0	// Compare as a 128b integer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 17:33:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. src/text/tabwriter/tabwriter_test.go

    			"    .0|         -.3|  456.4|    22.1|\n" +
    			"    .0|         1.2|   44.4|   -13.3|",
    	},
    
    	{
    		"15a",
    		4, 0, 0, '.', 0,
    		"a\t\tb",
    		"a.......b",
    	},
    
    	{
    		"15b",
    		4, 0, 0, '.', DiscardEmptyColumns,
    		"a\t\tb", // htabs - do not discard column
    		"a.......b",
    	},
    
    	{
    		"15c",
    		4, 0, 0, '.', DiscardEmptyColumns,
    		"a\v\vb",
    		"a...b",
    	},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top