Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for p256 (0.18 sec)

  1. api/go1.txt

    pkg crypto/elliptic, func GenerateKey(Curve, io.Reader) ([]uint8, *big.Int, *big.Int, error)
    pkg crypto/elliptic, func Marshal(Curve, *big.Int, *big.Int) []uint8
    pkg crypto/elliptic, func P224() Curve
    pkg crypto/elliptic, func P256() Curve
    pkg crypto/elliptic, func P384() Curve
    pkg crypto/elliptic, func P521() Curve
    pkg crypto/elliptic, func Unmarshal(Curve, []uint8) (*big.Int, *big.Int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

          list {
            shape {
              dim {
                size: 3
              }
              dim {
                size: 3
              }
              dim {
                size: 256
              }
              dim {
                size: 256
              }
            }
          }
        }
      }
      attr {
        key: "index"
        value {
          i: 127
        }
      }
    }
    node {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/opGen.go

    		auxType:      auxInt64,
    		argLen:       1,
    		clobberFlags: true,
    		reg: regInfo{
    			clobbers: 4294922240, // R12 R14 F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15
    			outputs: []outputInfo{
    				{0, 256}, // R8
    			},
    		},
    	},
    
    	{
    		name:        "ADCSflags",
    		argLen:      3,
    		commutative: true,
    		asm:         arm64.AADCS,
    		reg: regInfo{
    			inputs: []inputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top