Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tz (0.01 sec)

  1. guava/src/com/google/common/math/BigIntegerMath.java

            nextPowerOfTwo <<= 1;
            bits++;
          }
          // Get rid of the 2s in num.
          int tz = Long.numberOfTrailingZeros(num);
          long normalizedNum = num >> tz;
          shift += tz;
          // Adjust floor(log2(num)) + 1.
          int normalizedBits = bits - tz;
          // If it won't fit in a long, then we store off the intermediate product.
          if (normalizedBits + productBits >= Long.SIZE) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    tv.bb
    tv.bo
    tv.br
    tv.im
    tv.in
    tv.it
    tv.jo
    tv.sd
    tv.tr
    tv.tz
    tvedestrand.no
    tvs
    tw
    tw.cn
    twmail.cc
    twmail.net
    twmail.org
    tx.us
    tychy.pl
    tydal.no
    tynset.no
    typedream.app
    typo3server.info
    tysfjord.no
    tysnes.no
    tysvar.no
    tysvær.no
    tz
    tønsberg.no
    u.bg
    u.channelsdvr.net
    u.se
    u2-local.xnbay.com
    u2.xnbay.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. CHANGELOG/CHANGELOG-1.29.md

      - [Usage]: <link>
      - [Other doc]: <link>
      --> ([#119495](https://github.com/kubernetes/kubernetes/pull/119495), [@bzsuni](https://github.com/bzsuni)) [SIG API Machinery]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
Back to top