Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for 0_80 (0.04 sec)

  1. src/debug/elf/elf.go

    	SHF_STRINGS          SectionFlag = 0x20       /* Section contains strings. */
    	SHF_INFO_LINK        SectionFlag = 0x40       /* sh_info holds section index. */
    	SHF_LINK_ORDER       SectionFlag = 0x80       /* Special ordering requirements. */
    	SHF_OS_NONCONFORMING SectionFlag = 0x100      /* OS-specific processing required. */
    	SHF_GROUP            SectionFlag = 0x200      /* Member of section group. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. src/crypto/x509/x509_test.go

    				0x7f, 0xff, 0xff, 0xff,
    			},
    		}, {
    			derBytes: []byte{
    				0x30, 10, // SEQUENCE
    				0x02, 1, // INTEGER, 1 byte
    				17,
    				0x02, 5, // INTEGER, 5 bytes
    				0x00, 0x80, 0x00, 0x00, 0x00,
    			},
    			// On 64-bit systems, encoding/asn1 will accept the
    			// public exponent, but ParsePKCS1PublicKey will return
    			// an error. On 32-bit systems, encoding/asn1 will
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "minimist-options": "4.1.0",
            "normalize-package-data": "^3.0.0",
            "read-pkg-up": "^7.0.1",
            "redent": "^3.0.0",
            "trim-newlines": "^3.0.0",
            "type-fest": "^0.18.0",
            "yargs-parser": "^20.2.3"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_PUTC                            = 0x7D  // 125
    	SYS_FWRITE                          = 0x7E  // 126
    	SYS_PUTS                            = 0x7F  // 127
    	SYS_UNGETC                          = 0x80  // 128
    	SYS_FREAD                           = 0x81  // 129
    	SYS_WCSTOMBS                        = 0x82  // 130
    	SYS_MBTOWC                          = 0x83  // 131
    	SYS_WCTOMB                          = 0x84  // 132
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    		i4 := uint8(p.RestArgs[0].Offset) // end
    		i5 := uint8(p.RestArgs[1].Offset) // rotate amount
    		switch p.As {
    		case ARNSBGT, ARXSBGT, AROSBGT:
    			i3 |= 0x80 // test-results
    		case ARISBGZ, ARISBGNZ, ARISBHGZ, ARISBLGZ:
    			i4 |= 0x80 // zero-remaining-bits
    		}
    		var opcode uint32
    		switch p.As {
    		case ARNSBG, ARNSBGT:
    			opcode = op_RNSBG
    		case ARXSBG, ARXSBGT:
    			opcode = op_RXSBG
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // properly converted into `tfl.add`.
    
    func.func @add(%arg0: tensor<1x3x!quant.uniform<i8:f32, 1.000000e+0:8>>, %arg1: tensor<1x3x!quant.uniform<i8:f32, 2.000000e+0:8>>) -> tensor<1x3x!quant.uniform<i8:f32, 3.000000e+0:8>> {
      %0 = stablehlo.add %arg0, %arg1 : (tensor<1x3x!quant.uniform<i8:f32, 1.000000e+0:8>>, tensor<1x3x!quant.uniform<i8:f32, 2.000000e+0:8>>) -> tensor<1x3x!quant.uniform<i8:f32, 3.000000e+0:8>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
Back to top