Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 55 for 512g (0.34 sec)

  1. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.tomlj)                 { version { strictly(tomljVersion) }}
            api(libs.trove4j)               { version { strictly("1.0.20200330") }}
            api(libs.jna)                   { version { strictly("5.12.1") }}
            // TODO upgrade this AGP version to recent version
            api(libs.agp)                   { version { strictly("3.0.0"); because("We use 3.0.0 for internal performance test") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java

        protected Map<String, String> childUrlRuleMap = new LinkedHashMap<>();
    
        protected String defaultEncoding;
    
        // If you want to follow a html spec, use 512.
        protected int preloadSizeForCharset = 2048;
    
        protected Pattern invalidUrlPattern = Pattern.compile("^\\s*javascript:|" //
                + "^\\s*mailto:|" //
                + "^\\s*irc:|" //
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/codegen_test_h.golden

    //
    // Memory stats:
    //   arg bytes total:    392
    //   arg bytes aligned:  576
    //   temp bytes total:   171
    //   temp bytes aligned: 512
    class MyClass final : public tensorflow::XlaCompiledCpuFunction {
     public:
      // Number of input arguments for the compiled computation.
      static constexpr size_t kNumArgs = 5;
    
      static constexpr size_t kNumResults = 3;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  10. internal/event/target/elasticsearch.go

    		objectName, err := url.QueryUnescape(eventData.S3.Object.Key)
    		if err != nil {
    			return err
    		}
    
    		// Calculate a hash of the key for the id of the ES document.
    		// Id's are limited to 512 bytes in V7+, so we need to do this.
    		var keyHash string
    		{
    			key := eventData.S3.Bucket.Name + "/" + objectName
    			if target.client.isAtleastV7() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top