Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1461 - 1464 of 1,464 for Uncore (0.57 sec)

  1. lib/fips140/v1.0.0.zip

    func (p *{{.P}}Point) bytesCompressed(out *[1 + {{.p}}ElementLength]byte) []byte { if p.z.IsZero() == 1 { return append(out[:0], 0) } zinv := new({{.Element}}).Invert(p.z) x := new({{.Element}}).Mul(p.x, zinv) y := new({{.Element}}).Mul(p.y, zinv) // Encode the sign of the y coordinate (indicated by the least significant // bit) as the encoding type (2 or 3). buf := append(out[:0], 2) buf[0] |= y.Bytes()[{{.p}}ElementLength-1] & 1 buf = append(buf, x.Bytes()...) return buf } // Add sets q = p1 + p2,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Within the quotes, any character may appear except newline and unescaped single
    quote. A single quoted character represents the Unicode value
    of the character itself,
    while multi-character sequences beginning with a backslash encode
    values in various formats.
    </p>
    
    <p>
    The simplest form represents the single character within the quotes;
    since Go source text is Unicode characters encoded in UTF-8, multiple
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  3. CREDITS

    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    ================================================================
    
    github.com/Azure/azure-sdk-for-go/sdk/azcore
    https://github.com/Azure/azure-sdk-for-go/sdk/azcore
    ----------------------------------------------------------------
    MIT License
    
    Copyright (c) Microsoft Corporation.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Mar 13 05:29:51 UTC 2025
    - 1.8M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg image/draw, type Quantizer interface { Quantize }
    pkg image/draw, type Quantizer interface, Quantize(color.Palette, image.Image) color.Palette
    pkg image/draw, var FloydSteinberg Drawer
    pkg image/gif, func Encode(io.Writer, image.Image, *Options) error
    pkg image/gif, func EncodeAll(io.Writer, *GIF) error
    pkg image/gif, type Options struct
    pkg image/gif, type Options struct, Drawer draw.Drawer
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top