Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for quantiles (0.1 sec)

  1. android/guava/src/com/google/common/primitives/UnsignedLongs.java

        for (int i = fromIndex; i < toIndex; i++) {
          array[i] ^= Long.MAX_VALUE;
        }
      }
    
      /**
       * Returns dividend / divisor, where the dividend and divisor are treated as unsigned 64-bit
       * quantities.
       *
       * <p><b>Java 8+ users:</b> use {@link Long#divideUnsigned(long, long)} instead.
       *
       * @param dividend the dividend (numerator)
       * @param divisor the divisor (denominator)
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - Fixed the estimated cost in CEL for expressions that perform equality checks on IPs, CIDRs, Quantities, Formats and URLs. ([#126359](https://github.com/kubernetes/kubernetes/pull/126359), [@jpbetz](https://github.com/jpbetz))
    - Fixed the incorrect help message of a metric "graceful_shutdown_end_time_seconds".
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
Back to top