Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Threshold (0.06 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'http.fileupload.threshold.size'. <br>
         * The value is, e.g. 262144 <br>
         * comment: Threshold size (bytes) for HTTP file upload buffering.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getHttpFileuploadThresholdSize();
    
        /**
         * Get the value for the key 'http.fileupload.threshold.size' as {@link Integer}. <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    switch to square-and-double once the exponent is large // enough to justify the cost of the multiplications. // The threshold is selected experimentally as a linear function of n. threshold := n / 4 // We calculate how many of the most-significant bits of the exponent we can // compute before crossing the threshold, and we do it with doublings. i := bits.UintSize for logR>>i <= threshold { i-- } for k := uint(0); k < logR>>i; k++ { rr.Add(rr, m) } // Then we process the remaining bits of the exponent...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top