Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 133 for 512g (0.08 sec)

  1. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+3976(SB)/8,$0x0000000064efe7c0
    
    	/* x^6208 mod p(x), x^6144 mod p(x) */
    DATA ·IEEEConst+3984(SB)/8,$0x00000000ac81ef72
    DATA ·IEEEConst+3992(SB)/8,$0x000000000ac2d904
    
    	/* x^5184 mod p(x), x^5120 mod p(x) */
    DATA ·IEEEConst+4000(SB)/8,$0x0000000133212464
    DATA ·IEEEConst+4008(SB)/8,$0x00000000fd226d14
    
    	/* x^4160 mod p(x), x^4096 mod p(x) */
    DATA ·IEEEConst+4016(SB)/8,$0x00000000e4e45610
    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. pom.xml

        <jlineVersion>3.26.1</jlineVersion>
        <junitVersion>5.10.2</junitVersion>
        <jxpathVersion>1.3</jxpathVersion>
        <logbackClassicVersion>1.5.6</logbackClassicVersion>
        <mockitoVersion>5.12.0</mockitoVersion>
        <plexusInteractivityVersion>1.3</plexusInteractivityVersion>
        <plexusInterpolationVersion>1.27</plexusInterpolationVersion>
        <plexusTestingVersion>1.3.0</plexusTestingVersion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. src/math/big/floatconv_test.go

    		0: {"10.0", "%f", "10", 0, false},
    		1: {"23.98+2.0", "%v", "23.98", 4, false},
    		2: {"-1+1", "%v", "-1", 2, false},
    		3: {" 00000", "%v", "0", 0, false},
    		4: {"-123456p-78", "%b", "-4.084816388e-19", 0, false},
    		5: {"+123", "%b", "123", 0, false},
    		6: {"-1.234e+56", "%e", "-1.234e+56", 0, false},
    		7: {"-1.234E-56", "%E", "-1.234e-56", 0, false},
    		8: {"-1.234e+567", "%g", "-1.234e+567", 0, false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  4. src/debug/macho/file.go

    					rel.Type = uint8((ri.Symnum >> 28) & (1<<4 - 1))
    				case binary.BigEndian:
    					rel.Addr = ri.Addr
    					rel.Value = ri.Symnum >> 8
    					rel.Pcrel = ri.Symnum&(1<<7) != 0
    					rel.Len = uint8((ri.Symnum >> 5) & (1<<2 - 1))
    					rel.Extern = ri.Symnum&(1<<4) != 0
    					rel.Type = uint8(ri.Symnum & (1<<4 - 1))
    				default:
    					panic("unreachable")
    				}
    			}
    		}
    	}
    
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      // the new VolumeAttributesClass.
      //
      // This field is required and must contain at least one key/value pair.
      // The keys cannot be empty, and the maximum number of parameters is 512, with
      // a cumulative max size of 256K. If the CSI driver rejects invalid parameters,
      // the target PersistentVolumeClaim will be set to an "Infeasible" state in the
      // modifyVolumeStatus field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/analysis/cost_analysis.mlir

        %2 = "tf.MatMul"(%arg, %1) {device = "/job:localhost/replica:0/task:0/device:CPU:0", transpose_a = false, transpose_b = false} : (tensor<?x512xf32>, tensor<512x512xf32>) -> tensor<?x512xf32>
        // expected-remark@+1 {{Cost: 512}}
        func.return %2 : tensor<?x512xf32>
    }
    
    // CHECK-LABEL: test_dynamic_shape
    func.func @test_dynamic_shape(%key: tensor<?x!tf_type.string>, %value: tensor<8xi64>) -> tensor<*xi1> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 14 15:35:49 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  7. src/crypto/internal/edwards25519/scalar.go

    func (s *Scalar) SetUniformBytes(x []byte) (*Scalar, error) {
    	if len(x) != 64 {
    		return nil, errors.New("edwards25519: invalid SetUniformBytes input length")
    	}
    
    	// We have a value x of 512 bits, but our fiatScalarFromBytes function
    	// expects an input lower than l, which is a little over 252 bits.
    	//
    	// Instead of writing a reduction function that operates on wider inputs, we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. src/crypto/md5/md5block_arm.s

    	ROUND1(Rd, Ra, Rb, Rc,  1, 12, Rc1)
    	ROUND1(Rc, Rd, Ra, Rb,  2, 17, Rc2)
    	ROUND1(Rb, Rc, Rd, Ra,  3, 22, Rc3)
    
    	MOVM.IA.W (Rtable), [Rc0,Rc1,Rc2,Rc3]
    	ROUND1(Ra, Rb, Rc, Rd,  4,	7, Rc0)
    	ROUND1(Rd, Ra, Rb, Rc,  5, 12, Rc1)
    	ROUND1(Rc, Rd, Ra, Rb,  6, 17, Rc2)
    	ROUND1(Rb, Rc, Rd, Ra,  7, 22, Rc3)
    
    	MOVM.IA.W (Rtable), [Rc0,Rc1,Rc2,Rc3]
    	ROUND1(Ra, Rb, Rc, Rd,  8,	7, Rc0)
    	ROUND1(Rd, Ra, Rb, Rc,  9, 12, Rc1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

        dataset, but not for the test dataset.
    
        Returns:
          (min_value, max_value): Min and max calculated using
          HistogramMseBruteforce.
        """
        if self._num_bins > 512:
          logging.warning(
              'num_bins=%d is too large. The HISTOGRAM_MSE_BRUTEFORCE method tests'
              ' all histogram mid value pairs, so it may take a long time.',
              self._num_bins,
          )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS = 28721
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP = 512
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT = 512
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RACAL = 28720
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
Back to top