Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Alo (0.04 sec)

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

            long aHi = a >>> 32; // < 2^31
            long bHi = b >>> 32; // < 2^31
            long aLo = a & 0xFFFFFFFFL; // < 2^32
            long bLo = b & 0xFFFFFFFFL; // < 2^32
    
            /*
             * a * b == aHi * bHi * 2^64 + (aHi * bLo + aLo * bHi) * 2^32 + aLo * bLo.
             *       == (aHi * bHi * 2^32 + aHi * bLo + aLo * bHi) * 2^32 + aLo * bLo
             *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 09 16:39:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/math/LongMath.java

            long aHi = a >>> 32; // < 2^31
            long bHi = b >>> 32; // < 2^31
            long aLo = a & 0xFFFFFFFFL; // < 2^32
            long bLo = b & 0xFFFFFFFFL; // < 2^32
    
            /*
             * a * b == aHi * bHi * 2^64 + (aHi * bLo + aLo * bHi) * 2^32 + aLo * bLo.
             *       == (aHi * bHi * 2^32 + aHi * bLo + aLo * bHi) * 2^32 + aLo * bLo
             *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 09 16:39:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/ro/protwords.txt

    Alo
    lume
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jun 11 12:51:31 UTC 2016
    - 17 bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "romanian_stop": {
            "type":       "stop",
            "stopwords":  "_romanian_"
          },
          "romanian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Alo", "lume", "căutare"]
          },
          "romanian_stemmer": {
            "type":       "stemmer",
            "language":   "romanian"
          },
          "russian_stop": {
            "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  5. src/main/resources/suggest_indices/suggest_analyzer.json

    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "romanian_stop": {
            "type":       "stop",
            "stopwords":  "_romanian_"
          },
          "romanian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Alo", "lume", "căutare"]
          },
          "romanian_stemmer": {
            "type":       "stemmer",
            "language":   "romanian"
          },
          "russian_stop": {
            "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_aws/fess.json

            },
            "romanian_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Alo", "lume", "căutare"]
            },
            "romanian_stemmer": {
              "type":       "stemmer",
              "language":   "romanian"
            },
            "romanian_override": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_cloud/fess.json

            },
            "romanian_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Alo", "lume", "căutare"]
            },
            "romanian_stemmer": {
              "type":       "stemmer",
              "language":   "romanian"
            },
            "romanian_override": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
Back to top