Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for barprime (0.12 sec)

  1. pilot/pkg/model/sidecar_test.go

    				Namespace: "ns2",
    			},
    		},
    		{
    			Hostname: "barprime.svc.cluster.local",
    			Ports:    port7442,
    			Attributes: ServiceAttributes{
    				Name:      "barprime",
    				Namespace: "ns3",
    			},
    		},
    		{
    			Hostname: "barprime.svc.cluster.local",
    			Ports:    port7442,
    			Attributes: ServiceAttributes{
    				Name:      "barprime",
    				Namespace: "ns3",
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. src/crypto/internal/edwards25519/field/fe.go

    	correctSignSqrt := check.Equal(u)
    	flippedSignSqrt := check.Equal(uNeg)
    	flippedSignSqrtI := check.Equal(t0.Multiply(uNeg, sqrtM1))
    
    	rPrime := new(Element).Multiply(rr, sqrtM1) // r_prime = SQRT_M1 * r
    	// r = CT_SELECT(r_prime IF flipped_sign_sqrt | flipped_sign_sqrt_i ELSE r)
    	rr.Select(rPrime, rr, flippedSignSqrt|flippedSignSqrtI)
    
    	r.Absolute(rr) // Choose the nonnegative square root.
    	return r, correctSignSqrt | flippedSignSqrt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⨑":                           "\u2a11",
    	"⫭":                            "\u2aed",
    	"≌":                        "\u224c",
    	"϶":                     "\u03f6",
    	"‵":                       "\u2035",
    	"∽":                         "\u223d",
    	"⋍":                       "\u22cd",
    	"⊽":                          "\u22bd",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"awint;":                           '\U00002A11',
    		"bNot;":                            '\U00002AED',
    		"backcong;":                        '\U0000224C',
    		"backepsilon;":                     '\U000003F6',
    		"backprime;":                       '\U00002035',
    		"backsim;":                         '\U0000223D',
    		"backsimeq;":                       '\U000022CD',
    		"barvee;":                          '\U000022BD',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config.go

    	errPrime := runProbeCheckAndLog(ctx, 0)
    
    	// if our initial attempt to prime failed, start trying to get to a valid state in the background ASAP
    	// this prevents a slow start when the external healthz checker is configured to ignore the KMS healthz endpoint
    	// since we want to support the plugin starting up async with the API server, this error is not fatal
    	if errPrime != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top