Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 26 (0.06 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_DECnet ideal-int
    pkg syscall (freebsd-arm64), const AF_DLI = 13
    pkg syscall (freebsd-arm64), const AF_DLI ideal-int
    pkg syscall (freebsd-arm64), const AF_E164 = 26
    pkg syscall (freebsd-arm64), const AF_E164 ideal-int
    pkg syscall (freebsd-arm64), const AF_ECMA = 8
    pkg syscall (freebsd-arm64), const AF_ECMA ideal-int
    pkg syscall (freebsd-arm64), const AF_HYLINK = 15
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - [v1.19.0-alpha.1](#v1190-alpha1)
      - [Downloads for v1.19.0-alpha.1](#downloads-for-v1190-alpha1)
        - [Source Code](#source-code-26)
        - [Client Binaries](#client-binaries-26)
        - [Server Binaries](#server-binaries-26)
        - [Node Binaries](#node-binaries-26)
      - [Changelog since v1.19.0-alpha.0](#changelog-since-v1190-alpha0)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes-5)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    p256SubInternal(HH,HL,HH,HL,T1,T0) // if H == 0 or H^P == 0 then ret=1 else ret=0 // clobbers T1H and T1L MOVD $1, TRUE VSPLTISB $0, ZER VOR HL, HH, T1H VCMPEQUDCC ZER, T1H, T1H // 26 = CR6 NE ISEL $26, R0, TRUE, RES1 VXOR HL, PL, T1L // SAVE: T1L VXOR HH, PH, T1H // SAVE: T1H VOR T1L, T1H, T1H VCMPEQUDCC ZER, T1H, T1H // 26 = CR6 NE ISEL $26, R0, TRUE, RES2 OR RES2, RES1, RES1 MOVD RES1, ret+24(FP) // X=Z1; Y=Z2; MUL; T- // Z3 = Z1*Z2 MOVD in1+8(FP), P1ptr MOVD in2+16(FP), P2ptr LXVD2X (R19)(P1ptr), X0 // Z1L...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  4. RELEASE.md

                instead.
            *   `tf.batch_mat_mul_v3` (accidentally introduced in TensorFlow 2.6):
                Use `tf.linalg.matmul` instead.
            *   `tf.sparse_segment_sum_grad` (accidentally introduced in TensorFlow
                2.6): Use `tf.raw_ops.SparseSegmentSumGrad` instead. Directly
                calling this op is typically not necessary, as it is automatically
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  5. docs/en/docs/release-notes.md

    * Add `openapi_prefix`, support for reverse proxy and mounting sub-applications. See the docs at [https://fastapi.tiangolo.com/advanced/sub-applications-proxy/](https://fastapi.tiangolo.com/advanced/sub-applications-proxy/): [#26](https://github.com/tiangolo/fastapi/pull/26) by [@kabirkhan](https://github.com/kabirkhan).
    
    * Update [docs/tutorial for SQLAlchemy](https://fastapi.tiangolo.com/tutorial/sql-databases/) including note about _DB Browser for SQLite_.
    
    ## 0.3.0
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top