Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for shifts (0.2 sec)

  1. lib/fips140/v1.0.0.zip

    and adjust the corresponding coefficient. if u.IsOdd() == no { rshift1(u, 0) if A.IsOdd() == yes || B.IsOdd() == yes { rshift1(A, A.add(m)) rshift1(B, B.add(a)) } else { rshift1(A, 0) rshift1(B, 0) } } else { // v.IsOdd() == no rshift1(v, 0) if C.IsOdd() == yes || D.IsOdd() == yes { rshift1(C, C.add(m)) rshift1(D, D.add(a)) } else { rshift1(C, 0) rshift1(D, 0) } } if v.IsZero() == yes { return u, A, nil } } } //go:norace func rshift1(a *Nat, carry uint) { size := len(a.limbs) aLimbs := a.limbs[:size]...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	SHUFPD $7, X11, X11                     // 66450fc6db07
    	SHUFPS $7, (BX), X2                     // 0fc61307
    	SHUFPS $7, (R11), X2                    // 410fc61307
    	SHUFPS $7, X2, X2                       // 0fc6d207
    	SHUFPS $7, X11, X2                      // 410fc6d307
    	SHUFPS $7, (BX), X11                    // 440fc61b07
    	SHUFPS $7, (R11), X11                   // 450fc61b07
    	SHUFPS $7, X2, X11                      // 440fc6da07
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  3. docs/en/docs/release-notes.md

    The key updated docs are:
    
    * Python Types Intro:
        * [Type Hints with Metadata Annotations](https://fastapi.tiangolo.com/python-types/#type-hints-with-metadata-annotations).
    * Tutorial:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  4. RELEASE.md

    *   Update gRPC release to 0.14.
    *   Eigen version upgrade.
    *   Switch to eigen thread pool
    *   `tf.nn.moments()` now accepts a `shift` argument. Shifting by a good
        estimate of the mean improves numerical stability. Also changes the behavior
        of the `shift` argument to `tf.nn.sufficient_statistics()`.
    *   Performance improvements
    *   Many bugfixes
    *   Many documentation fixes
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1FA6E..1FA6F  ; disallowed                             # NA   <reserved-1FA6E>..<reserved-1FA6F>
    1FA70..1FA73  ; valid                  ;      ; NV8    # 12.0 BALLET SHOES..SHORTS
    1FA74         ; valid                  ;      ; NV8    # 13.0 THONG SANDAL
    1FA75..1FA77  ; valid                  ;      ; NV8    # 15.0 LIGHT BLUE HEART..PINK HEART
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Using NUMA nodes instead of sockets for CPU manager hints. ([#99276](https://github.com/kubernetes/kubernetes/pull/99276), [@iwankgb](https://github.com/iwankgb)) [SIG Node]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top