Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Addition (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    buf[0] |= y.Bytes()[{{.p}}ElementLength-1] & 1 buf = append(buf, x.Bytes()...) return buf } // Add sets q = p1 + p2, and returns q. The points may overlap. func (q *{{.P}}Point) Add(p1, p2 *{{.P}}Point) *{{.P}}Point { // Complete addition formula for a = -3 from "Complete addition formulas for // prime order elliptic curves" (https://eprint.iacr.org/2015/1060), §A.2. t0 := new({{.Element}}).Mul(p1.x, p2.x) // t0 := X1 * X2 t1 := new({{.Element}}).Mul(p1.y, p2.y) // t1 := Y1 * Y2 t2 := new({{.Element}}).Mul(p1.z,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. RELEASE.md

            `strategy.scope()`.
    *   `TensorRT`
        *   [TensorRT 6.0](https://developer.nvidia.com/tensorrt#tensorrt-whats-new)
            is now supported and enabled by default. This adds support for more
            TensorFlow ops including Conv3D, Conv3DBackpropInputV2, AvgPool3D,
            MaxPool3D, ResizeBilinear, and ResizeNearestNeighbor. In addition, the
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.19.md

    SIG Windows is also including several addition to this release:
     - Direct Server Return (DSR) mode support, allowing large numbers of services to scale up efficiently
     - Windows containers  now honor CPU limits
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. src/main/webapp/css/bootstrap.min.css.map

    --#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-indeterminate-bg-image)};\n    }\n  }\n\n  &:disabled {\n    pointer-events: none;\n    filter: none;\n    opacity: $form-check-input-disabled-opacity;\n  }\n\n  // Use disabled attribute in addition of :disabled pseudo-class\n  // See: https://github.com/twbs/bootstrap/issues/28247\n  &[disabled],\n  &:disabled {\n    ~ .form-check-label {\n      cursor: default;\n      opacity: $form-check-label-disabled-opacity;\n    }\n  }\n}\n\n.form-check-label...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 575.5K bytes
    - Viewed (0)
Back to top