Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Ze (0.23 sec)

  1. src/math/fma.go

    	// Swap addition operands so |p| >= |z|
    	if pe < ze || pe == ze && pm1 < zm1 {
    		ps, pe, pm1, pm2, zs, ze, zm1, zm2 = zs, ze, zm1, zm2, ps, pe, pm1, pm2
    	}
    
    	// Special case: if p == -z the result is always +0 since neither operand is zero.
    	if ps != zs && pe == ze && pm1 == zm1 && pm2 == zm2 {
    		return 0
    	}
    
    	// Align significands
    	zm1, zm2 = shrcompress(zm1, zm2, uint(pe-ze))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 05 22:05:30 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/nl/stopwords.txt

    ik
    te
    dat
    die
    in
    een
    hij
    het
    niet
    zijn
    is
    was
    op
    aan
    met
    als
    voor
    had
    er
    maar
    om
    hem
    dan
    zou
    of
    wat
    mijn
    men
    dit
    zo
    door
    over
    ze
    zich
    bij
    ook
    tot
    je
    mij
    uit
    der
    daar
    haar
    naar
    heb
    hoe
    heeft
    hebben
    deze
    u
    want
    nog
    zal
    me
    zij
    nu
    ge
    geen
    omdat
    iets
    worden
    toch
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 592 bytes
    - Viewed (0)
  3. docs/pl/docs/tutorial/index.md

    **Zaawansowany poradnik** opiera się na tym samouczku, używa tych samych pojęć, żeby pokazać Ci kilka dodatkowych funkcji.
    
    Najpierw jednak  powinieneś przeczytać **Samouczek** (czytasz go teraz).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv11-RSA-RC4

    00000030  03 02 00 21 94 2a 6a ca  f0 b3 7e 1c d6 58 3f 64  |...!.*j...~..X?d|
    00000040  ef 62 35 72 aa c6 84 7b  19 c6 07 0e 04 63 c4 14  |.b5r...{.....c..|
    00000050  43 d8 73 ff 2f 15 03 02  00 16 5a 45 ba 51 95 c9  |C.s./.....ZE.Q..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  5. docs/pl/docs/fastapi-people.md

    To użytkownicy, którzy [pomogli innym z największa liczbą pytań na GitHubie](help-fastapi.md#help-others-with-questions-in-github){.internal-link target=_blank} od *samego początku*.
    
    Poprzez pomoc wielu innym, udowodnili, że są ekspertami. ✨
    
    {% if people %}
    <div class="user-list user-list-center">
    {% for user in people.experts %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:50:03 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("ゴ", new String[] { "go" });
    
            map.put("ザ", new String[] { "za" });
            map.put("ジ", new String[] { "zi", "ji" });
            map.put("ズ", new String[] { "zu" });
            map.put("ゼ", new String[] { "ze" });
            map.put("ゾ", new String[] { "zo" });
    
            map.put("ダ", new String[] { "da" });
            map.put("ヂ", new String[] { "di" });
            map.put("ヅ", new String[] { "du" });
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-ExportKeyingMaterial

    000002f0  43 20 e0 23 b6 39 1c ab  52 6e 8e bf b2 d3 59 16  |C .#.9..Rn....Y.|
    00000300  a8 15 d6 b7 cc cd ed 28  5a 8e de 64 ae 85 f5 0d  |.......(Z..d....|
    00000310  7f 58 66 17 03 03 00 99  51 80 02 3d be 7a 45 b3  |.Xf.....Q..=.zE.|
    00000320  c3 f6 68 39 59 03 7b 2e  0c b3 22 f1 b3 6e a6 b2  |..h9Y.{..."..n..|
    00000330  64 f4 c6 77 7b 38 e0 94  97 2c 69 5b 29 63 e2 6b  |d..w{8...,i[)c.k|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top