Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Square (0.07 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    339E          ; mapped                 ; 006B 006D     # 1.1  SQUARE KM
    339F          ; mapped                 ; 006D 006D 0032 #1.1  SQUARE MM SQUARED
    33A0          ; mapped                 ; 0063 006D 0032 #1.1  SQUARE CM SQUARED
    33A1          ; mapped                 ; 006D 0032     # 1.1  SQUARE M SQUARED
    33A2          ; mapped                 ; 006B 006D 0032 #1.1  SQUARE KM SQUARED
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    new(P224Element) var t1 = new(P224Element) var t2 = new(P224Element) z.Square(x) t0.Mul(x, z) z.Square(t0) z.Mul(x, z) t1.Square(z) for s := 1; s < 3; s++ { t1.Square(t1) } t1.Mul(z, t1) t2.Square(t1) for s := 1; s < 6; s++ { t2.Square(t2) } t1.Mul(t1, t2) for s := 0; s < 2; s++ { t1.Square(t1) } t0.Mul(t0, t1) t1.Square(t0) for s := 1; s < 3; s++ { t1.Square(t1) } z.Mul(z, t1) t1.Square(z) for s := 1; s < 14; s++ { t1.Square(t1) } t0.Mul(t0, t1) t1.Square(t0) for s := 1; s < 17; s++ { t1.Square(t1) } z.Mul(z, 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. RELEASE.md

        *   DType is no longer convertible to an int. Use `dtype.as_datatype_enum`
            instead of `int(dtype)` to get the same result.
        *   Support both binary and -1/1 label input in v2 hinge and squared hinge
            losses.
        *   Added `LinearOperator.adjoint` and `LinearOperator.H` (alias).
        *   Expose CriticalSection in core as `tf.CriticalSection`.
        *   Enhanced graphviz output.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top