Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,218 for log2 (0.7 sec)

  1. guava/src/com/google/common/util/concurrent/Striped.java

          return size;
        }
      }
    
      /** A bit mask were all bits are set. */
      private static final int ALL_SET = ~0;
    
      private static int ceilToPowerOfTwo(int x) {
        return 1 << IntMath.log2(x, RoundingMode.CEILING);
      }
    
      /*
       * This method was written by Doug Lea with assistance from members of JCP JSR-166 Expert Group
       * and released to the public domain, as explained at
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Sep 16 22:01:32 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/ImmutableSet.java

         *
         * <p>If this returns false, then no query can take more than O(log n).
         *
         * <p>Note that for a RegularImmutableSet with elements with truly random hash codes, contains
         * operations take expected O(1) time but with high probability take O(log n) for at least some
         * element. (https://en.wikipedia.org/wiki/Linear_probing#Analysis)
         *
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Nov 07 16:09:47 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  3. .github/logo.svg

    logo.svg...
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Oct 23 05:59:13 UTC 2019
    - 978 bytes
    - Viewed (0)
  4. src/main/webapp/images/logo.png

    logo.png...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Oct 30 11:04:53 UTC 2015
    - 2.3K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java

         *
         * @param content the message to log
         * @param error the error that caused this log
         */
        void debug(CharSequence content, Throwable error);
    
        /**
         * Sends an exception to the user in the <b>debug</b> error level.
         * The stack trace for this exception will be output when this error level is enabled.
         *
         * @param error the error that caused this log
         */
        void debug(Throwable error);
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. docs/en/docs/img/logo-margin/logo-teal.svg

    logo-teal.svg...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  7. docs/assets/images/logo-square.png

    logo-square.png...
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  8. src/main/webapp/images/logo-top.png

    logo-top.png...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Oct 30 11:23:45 UTC 2015
    - 1.5K bytes
    - Viewed (0)
  9. samples/guide/docs/images/logo-square.png

    logo-square.png...
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Mon Jun 24 12:59:42 UTC 2019
    - 3.7K bytes
    - Viewed (0)
  10. docs/en/docs/img/logo-margin/logo-teal.png

    logo-teal.png...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top