Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for meridian (0.16 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/CrossVersionResultsStore.java

                }
            }
        }
    
        private static BigDecimal getMedianInMillis(MeasuredOperationList operations) {
            Amount<Duration> median = operations.getTotalTime().getMedian();
            return median == null ? null : median.toUnits(Duration.MILLI_SECONDS).getValue();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. guava-tests/benchmark/com/google/common/math/QuantilesBenchmark.java

        // dataset which is already sorted or partially sorted is cheating.
        return datasets[i & 0xFF].clone();
      }
    
      @Benchmark
      double median(int reps) {
        double dummy = 0.0;
        for (int i = 0; i < reps; i++) {
          dummy += algorithm.singleQuantile(1, 2, dataset(i));
        }
        return dummy;
      }
    
      @Benchmark
      double percentile90(int reps) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/benchmark.cc

      std::string label_best(buf);
      std::vector<std::pair<std::string, double>> groups = {
          {"Best:", sorted_us.front()},
          {"Worst:", sorted_us.back()},
          {"Median:", sorted_us[count_us / 2]},
          {"Mean:", sum_us / count_us},
          {std::move(label_trimmed), sum_us_trimmed / count_us_trimmed},
          {std::move(label_best), sum_us_best / count_us_best},
      };
      int max_label_size = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 12 19:45:29 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/HtmlPageGenerator.java

                        if (value.equals(max)) {
                            classAttr += " max-value";
                        }
                        td()
                            .classAttr(classAttr)
                            .title("median: " + value + ", min: " + data.getMin() + ", max: " + data.getMax() + ", se: " + se + ", values: " + data)
                            .text(value.format())
                            .end();
                        td()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.mc1"/>
      </mime-type>
      <mime-type type="application/vnd.mediastation.cdkey">
        <glob pattern="*.cdkey"/>
      </mime-type>
      <mime-type type="application/vnd.meridian-slingshot"/>
      <mime-type type="application/vnd.mfer">
        <glob pattern="*.mwf"/>
      </mime-type>
      <mime-type type="application/vnd.mfmp">
        <glob pattern="*.mfm"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. lib/time/zoneinfo.zip

    America/La_Paz America/Lima America/Los_Angeles America/Louisville America/Lower_Princes America/Maceio America/Managua America/Manaus America/Marigot America/Martinique America/Matamoros America/Mazatlan America/Mendoza America/Menominee America/Merida America/Metlakatla America/Mexico_City America/Miquelon America/Moncton America/Monterrey America/Montevideo America/Montreal America/Montserrat America/Nassau America/New_York America/Nipigon America/Nome America/Noronha America/North_Dakota/Beulah...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/moment-with-locales.min.js

    y(e){if(null==e._isValid){var a=Y(e),t=n.call(a.parsedDateParts,function(e){return null!=e}),s=!isNaN(e._d.getTime())&&a.overflow<0&&!a.empty&&!a.invalidMonth&&!a.invalidWeekday&&!a.weekdayMismatch&&!a.nullInput&&!a.invalidFormat&&!a.userInvalidated&&(!a.meridiem||a.meridiem&&t);if(e._strict&&(s=s&&0===a.charsLeftOver&&0===a.unusedTokens.length&&void 0===a.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return s;e._isValid=s}return e._isValid}function f(e){var a=c(NaN);return null!=e?L(Y(a),e):Y(a).userInva...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  8. pkg/apis/batch/validation/validation_test.go

    		`America/Managua`,
    		`America/Manaus`,
    		`America/Marigot`,
    		`America/Martinique`,
    		`America/Matamoros`,
    		`America/Mazatlan`,
    		`America/Mendoza`,
    		`America/Menominee`,
    		`America/Merida`,
    		`America/Metlakatla`,
    		`America/Mexico_City`,
    		`America/Miquelon`,
    		`America/Moncton`,
    		`America/Monterrey`,
    		`America/Montevideo`,
    		`America/Montreal`,
    		`America/Montserrat`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  9. src/runtime/map.go

    	nbuckets := base
    	// For small b, overflow buckets are unlikely.
    	// Avoid the overhead of the calculation.
    	if b >= 4 {
    		// Add on the estimated number of overflow buckets
    		// required to insert the median number of elements
    		// used with this value of b.
    		nbuckets += bucketShift(b - 4)
    		sz := t.Bucket.Size_ * nbuckets
    		up := roundupsize(sz, !t.Bucket.Pointers())
    		if up != sz {
    			nbuckets = up / t.Bucket.Size_
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_aws/fess.json

    "minuun", "minulla", "minulta", "minulle", "sinä", "sinun", "sinut", "sinua", "sinussa", "sinusta", "sinuun", "sinulla", "sinulta", "sinulle", "hän", "hänen", "hänet", "häntä", "hänessä", "hänestä", "häneen", "hänellä", "häneltä", "hänelle", "me", "meidän", "meidät", "meitä", "meissä", "meistä", "meihin", "meillä", "meiltä", "meille", "te", "teidän", "teidät", "teitä", "teissä", "teistä", "teihin", "teillä", "teiltä", "teille", "he", "heidän", "heidät", "heitä", "heissä", "heistä", "heihin", "heillä",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
Back to top