Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1111 (0.06 sec)

  1. doc/go_spec.html

    depending on the type argument for <code>f</code>.
    Accordingly, if <code>f</code> is instantiated with a <code>float32</code> type,
    the numeric value of the expression <code>P(1.1) + 1.2</code> will be computed
    with the same precision as the corresponding non-constant <code>float32</code>
    addition.
    </p>
    
    <p>
    A non-constant value <code>x</code> can be converted to type <code>T</code>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64.s

    	FNMADDD	F1, F2, F3, F4				// 4f82201a
    
    	// 12.6: Double-Precision Floating-Point Classify Instruction
    	FCLASSD	F0, X5					// d31200e2
    
    	// RISC-V Bit-Manipulation ISA-extensions (1.0)
    	// 1.1: Address Generation Instructions (Zba)
    	ADDUW		X10, X11, X12			// 3b86a508
    	ADDUW		X10, X11			// bb85a508
    	SH1ADD		X11, X12, X13			// b326b620
    	SH1ADD		X11, X12			// 3326b620
    	SH1ADDUW	X12, X13, X14			// 3ba7c620
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top