Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for msign (0.06 sec)

  1. cmd/storage-datatypes_gen.go

    		field, err = dc.ReadMapKeyPtr()
    		if err != nil {
    			err = msgp.WrapError(err)
    			return
    		}
    		switch msgp.UnsafeString(field) {
    		case "Sign":
    			z.Sign, err = dc.ReadBytes(z.Sign)
    			if err != nil {
    				err = msgp.WrapError(err, "Sign")
    				return
    			}
    		case "OldDataDir":
    			z.OldDataDir, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "OldDataDir")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    }
    
    bool IsSign(APInt a, APInt sign) {
      if (a.isZero()) return a == sign;
      if (a.isNegative()) return sign == -1;
      return sign == 1;
    }
    
    bool IsSign(APFloat a, APFloat sign) {
      if (a.isNaN() || a.isZero()) return a == sign;
      if (a.isNegative()) return sign.isExactlyValue(-1.0);
      return sign.isExactlyValue(1.0);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "MOVBQSX", argLength: 1, reg: gp11, asm: "MOVBQSX"}, // sign extend arg0 from int8 to int64
    		{name: "MOVBQZX", argLength: 1, reg: gp11, asm: "MOVBLZX"}, // zero extend arg0 from int8 to int64
    		{name: "MOVWQSX", argLength: 1, reg: gp11, asm: "MOVWQSX"}, // sign extend arg0 from int16 to int64
    		{name: "MOVWQZX", argLength: 1, reg: gp11, asm: "MOVWLZX"}, // zero extend arg0 from int16 to int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  4. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    	claims := struct{}{}
    	if err := json.Unmarshal([]byte(c.claims), &claims); err != nil {
    		t.Fatalf("failed to unmarshal claims: %v", err)
    	}
    
    	// Sign and serialize the claims in a JWT.
    	jws, err := signer.Sign([]byte(c.claims))
    	if err != nil {
    		t.Fatalf("sign claims: %v", err)
    	}
    	token, err := jws.CompactSerialize()
    	if err != nil {
    		t.Fatalf("serialize token: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    			AANDISCC,
    			AFMOVSX,
    			AFMOVSZ,
    			ALSW,
    			AMOVD,  /* load/store/move 64-bit values, including 32-bit literals with/without sign-extension */
    			AMOVB,  /* macro: move byte with sign extension */
    			AMOVBU, /* macro: move byte with sign extension & update */
    			AMOVFL,
    			/* op $s[,r2],r3; op r1[,r2],r3; no cc/v */
    			ASUBC, /* op r1,$s,r3; op r1[,r2],r3 */
    			ASTSW,
    			ASLBMTE,
    			AWORD,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    			pub:
    				95:73:3b:b0:06:2a:31:5a:b6:a7:a6:6e:ef:71:df:
    				ac:6f:6b:39:03:85:5e:63:4b:f8:a6:0f:68:c6:6f:
    				75:21
    	X509v3 extensions:
    		X509v3 Key Usage: critical
    			Digital Signature, Certificate Sign, CRL Sign
    		X509v3 Extended Key Usage:
    			TLS Web Client Authentication, TLS Web Server Authentication, OCSP Signing
    		X509v3 Basic Constraints: critical
    			CA:TRUE
    		X509v3 Subject Key Identifier:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (Trunc16to8  ...) => (Copy ...)
    (Trunc32to8  ...) => (Copy ...)
    (Trunc32to16 ...) => (Copy ...)
    (Trunc64to8  ...) => (Copy ...)
    (Trunc64to16 ...) => (Copy ...)
    (Trunc64to32 ...) => (Copy ...)
    
    // Zero-/Sign-extensions
    (ZeroExt8to16  ...) => (MOVBUreg ...)
    (ZeroExt8to32  ...) => (MOVBUreg ...)
    (ZeroExt16to32 ...) => (MOVHUreg ...)
    (ZeroExt8to64  ...) => (MOVBUreg ...)
    (ZeroExt16to64 ...) => (MOVHUreg ...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    		case AOR:
    			if int64(uint32(v)) != v { // needs sign extend
    				zRIL(_a, op_LGFI, regtmp(p), uint32(v), asm)
    				zRRE(op_OGR, uint32(p.To.Reg), regtmp(p), asm)
    			} else if int64(uint16(v)) == v {
    				zRI(op_OILL, uint32(p.To.Reg), uint32(v), asm)
    			} else {
    				zRIL(_a, op_OILF, uint32(p.To.Reg), uint32(v), asm)
    			}
    		case AXOR:
    			if int64(uint32(v)) != v { // needs sign extend
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let hasVerifier = 1;
    
      let extraClassDeclaration = [{
        // SameScalesOpInterface:
        bool RequiredSameOperandsAndResultsScale(bool sign, int bit_width) {
          // uint8 doesn't require same operands and results scales.
          bool is_uint8 = !sign && (bit_width == 8);
          return !is_uint8;
        }
      }];
    }
    
    def TFL_ConstOp : Op<TFL_Dialect, "pseudo_const", [ConstantLike, Pure,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  10. src/crypto/x509/verify_test.go

    				"CN=leaf -> CN=inter c -> CN=inter b -> CN=inter a -> CN=root",
    			},
    		},
    		{
    			// Build the following graph, which contains a cross-signature loop
    			// (A and C cross sign each other). Paths that include the A -> C -> A
    			// (and vice versa) loop should be ignored, resulting in the paths:
    			//   * Trust Anchor -> A -> B -> EE
    			//   * Trust Anchor -> C -> B -> EE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
Back to top