Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 1p512 (0.11 sec)

  1. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1488(SB)/8,$0x000000011b6ddf04
    DATA ·IEEEConst+1496(SB)/8,$0x000000013eb95bc0
    
    	/* x^164928 mod p(x), x^164864 mod p(x) */
    DATA ·IEEEConst+1504(SB)/8,$0x00000001f3e29ccc
    DATA ·IEEEConst+1512(SB)/8,$0x00000001dfc9fdfc
    
    	/* x^163904 mod p(x), x^163840 mod p(x) */
    DATA ·IEEEConst+1520(SB)/8,$0x0000000135ae7562
    DATA ·IEEEConst+1528(SB)/8,$0x00000000cd028bc2
    
    	/* x^162880 mod p(x), x^162816 mod p(x) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    	return 0x6B<<25 | 0<<23 | x<<21 | 0x1F<<16 | 0<<10
    }
    
    func SYSOP(l uint32, op0 uint32, op1 uint32, crn uint32, crm uint32, op2 uint32, rt uint32) uint32 {
    	return 0x354<<22 | l<<21 | op0<<19 | op1<<16 | crn&15<<12 | crm&15<<8 | op2<<5 | rt
    }
    
    func SYSHINT(x uint32) uint32 {
    	return SYSOP(0, 0, 3, 2, 0, x, 0x1F)
    }
    
    func LDSTR(sz uint32, v uint32, opc uint32) uint32 {
    	return sz<<30 | 7<<27 | v<<26 | opc<<22
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_STRTOK_R                        = 0x5E5 // 1509
    	SYS_READDIR_R                       = 0x5E6 // 1510
    	SYS_GETGRGID_R                      = 0x5E7 // 1511
    	SYS_GETGRNAM_R                      = 0x5E8 // 1512
    	SYS_GETLOGIN_R                      = 0x5E9 // 1513
    	SYS_GETPWNAM_R                      = 0x5EA // 1514
    	SYS_GETPWUID_R                      = 0x5EB // 1515
    	SYS_TTYNAME_R                       = 0x5EC // 1516
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/callback.go

    func stack1504() { var buf [1504]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1508() { var buf [1508]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1512() { var buf [1512]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1516() { var buf [1516]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1520() { var buf [1520]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go

    		return t.lookupValue(uint32(i), s[2])
    	}
    	i = bidiIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // bidiTrie. Total size: 16512 bytes (16.12 KiB). Checksum: 2a9cf1317f2ffaa.
    type bidiTrie struct{}
    
    func newBidiTrie(i int) *bidiTrie {
    	return &bidiTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 116.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    def LstmCifgInputConstraint : PredOpTrait<
      "the cifg inputs should all be specified or none",
       // If LSTM has combined input/forget gate, input 1, 5, 9, 12, 20 are all none
       // or 1, 5, 12 should not be none. Inputs 9 and 20 depend on LSTM's variants.
       Or<[
         And<[TypeIsPred<"input_to_input_weights", NoneType>,
              TypeIsPred<"recurrent_to_input_weights", NoneType>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      )
      @test_util.run_in_graph_and_eager_modes
      def test_matmul_model(
          self,
          target_opset: quant_opts_pb2.OpSet,
          enable_per_channel_quantization: bool,
      ):
        input_shape = (1, 512)
    
        self._create_matmul_model(
            input_shape=input_shape,
            weight_shape=(512, 2),
            saved_model_path=self._input_saved_model_path,
        )
    
        tags = {tag_constants.SERVING}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    whereas in this case the thickness of the Water, at which they arrived when viewed most obliquely, was to that thickness which exhibited them by perpendicular Rays, something less than as 8 to 5. By the best of my Observations it was between 15 and 15-1/2 to 10; an increase about 24 times less than in the other case. Sometimes the Bubble would become of an uniform thickness all over, except at the top of it near the black Spot, as I knew, because it would exhibit the same appearance of Colours in all...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top