Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for u2 (0.08 sec)

  1. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Julian Uphoff <******@****.***>
    half.host
    
    // XnBay Technology : http://www.xnbay.com/
    // Submitted by XnBay Developer <******@****.***>
    xnbay.com
    u2.xnbay.com
    u2-local.xnbay.com
    
    // XS4ALL Internet bv : https://www.xs4all.nl/
    // Submitted by Daniel Mostertman <******@****.***>
    cistron.nl
    demon.nl
    xs4all.space
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    const1, x3, t3 ORR t0, t1, t0 ORR x2, t3, t1 ORR t1, t0, t0 CMP $0, t0 CSEL EQ, t2, hlp1, hlp1 LDx(z2sqr) LDy(x1in) CALL p256MulInternal<>(SB) // u1 = x1 * z2ˆ2 STy(u1) LDx(z1sqr) LDy(x2in) CALL p256MulInternal<>(SB) // u2 = x2 * z1ˆ2 STy(u2) LDx(u1) CALL p256SubInternal<>(SB) // h = u2 - u1 STx(h) MOVD $1, t2 ORR x0, x1, t0 // Check if zero mod p256 ORR x2, x3, t1 ORR t1, t0, t0 CMP $0, t0 CSEL EQ, t2, ZR, hlp0 EOR $-1, x0, t0 EOR const0, x1, t1 EOR const1, x3, t3 ORR t0, t1, t0 ORR x2, t3, t1 ORR t1,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. doc/go_spec.html

    var u = 1.0&lt;&lt;s                 // illegal: 1.0 has type float64, cannot shift
    var u1 = 1.0&lt;&lt;s != 0           // illegal: 1.0 has type float64, cannot shift
    var u2 = 1&lt;&lt;s != 1.0           // illegal: 1 has type float64, cannot shift
    var v1 float32 = 1&lt;&lt;s          // illegal: 1 has type float32, cannot shift
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top