- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sqr (0.04 sec)
-
doc/go_spec.html
expression: </p> <pre> var a, b, c = f() + v(), g(), sqr(u()) + v() func f() int { return c } func g() int { return a } func sqr(x int) int { return x*x } // functions u and v are independent of all other variables and functions </pre> <p> The function calls happen in the order <code>u()</code>, <code>sqr()</code>, <code>v()</code>,
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
AX, R9 ADCQ $0x00, DX MOVQ DX, R10 // Last reduction step XORQ R14, R14 MOVQ R11, AX MOVQ R11, R15 SHLQ $0x20, R11 MULQ p256const1<>+0(SB) SHRQ $0x20, R15 ADDQ R11, R8 ADCQ R15, R9 ADCQ AX, R10 ADCQ $0x00, DX MOVQ DX, R11 // Add bits [511:256] of the sqr result ADCQ R12, R8 ADCQ R13, R9 ADCQ CX, R10 ADCQ SI, R11 ADCQ $0x00, R14 MOVQ R8, R12 MOVQ R9, R13 MOVQ R10, CX MOVQ R11, R15 // Subtract p256 SUBQ $-1, R8 SBBQ p256const0<>+0(SB), R9 SBBQ $0x00, R10 SBBQ p256const1<>+0(SB), R11 SBBQ $0x00, R14 CMOVQCS...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)