Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 00000000000000000010 (0.16 sec)

  1. src/compress/flate/flate_test.go

    			"00000000000000000004",
    		"fail",
    	}, {
    		"complete HCLenTree, empty HLitTree, empty HDistTree",
    		"05e0010400000000000000000000000000000000000000000000000000000000" +
    			"00000000000000000010",
    		"fail",
    	}, {
    		"empty HCLenTree",
    		"05e0010000000000000000000000000000000000000000000000000000000000" +
    			"00000000000000000010",
    		"fail",
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 11K bytes
    - Viewed (1)
  2. src/math/rand/v2/regress_test.go

    	int64(43831929),            // Int64N(1073741824)
    	int64(965044528),           // Int64N(2147483646)
    	int64(285184408),           // Int64N(2147483647)
    	int64(183731176326946086),  // Int64N(1000000000000000000)
    	int64(680987186633600239),  // Int64N(1152921504606846976)
    	int64(4102454148908803108), // Int64N(9223372036854775806)
    	int64(8679174511200971228), // Int64N(9223372036854775807)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:03:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. src/math/rand/regress_test.go

    	int64(834026388),                    // Int63n(2147483646)
    	int64(1577188963),                   // Int63n(2147483647)
    	int64(543572285742637646),           // Int63n(1000000000000000000)
    	int64(355889821886249464),           // Int63n(1152921504606846976)
    	int64(8325060299420976708),          // Int63n(9223372036854775806)
    	int64(7837839688282259259),          // Int63n(9223372036854775807)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  4. src/math/j1.go

    //       S = 1 + ps0*s**2 + ... + ps4*s**10
    // and
    //      | pone(x)-1-R/S | <= 2**(-60.06)
    
    // for x in [inf, 8]=1/[0,0.125]
    var p1R8 = [6]float64{
    	0.00000000000000000000e+00, // 0x0000000000000000
    	1.17187499999988647970e-01, // 0x3FBDFFFFFFFFFCCE
    	1.32394806593073575129e+01, // 0x402A7A9D357F7FCE
    	4.12051854307378562225e+02, // 0x4079C0D4652EA590
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  5. src/math/j0.go

    // 	  S = 1 + pS0*s**2 + ... + pS4*s**10
    // and
    //      | pzero(x)-1-R/S | <= 2  ** ( -60.26)
    
    // for x in [inf, 8]=1/[0,0.125]
    var p0R8 = [6]float64{
    	0.00000000000000000000e+00,  // 0x0000000000000000
    	-7.03124999999900357484e-02, // 0xBFB1FFFFFFFFFD32
    	-8.08167041275349795626e+00, // 0xC02029D0B44FA779
    	-2.57063105679704847262e+02, // 0xC07011027B19E863
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.6K bytes
    - Viewed (0)
  6. src/archive/tar/writer_test.go

    	// that fails and replaced ever char through numbers to anonymize the sample.
    	longName := "/0000_0000000/00000-000000000/0000_0000000/00000-0000000000000/0000_0000000/00000-0000000-00000000/0000_0000000/00000000/0000_0000000/000/0000_0000000/00000000v00/0000_0000000/000000/0000_0000000/0000000/0000_0000000/00000y-00/0000/0000/00000000/0x000000/"
    	hdr.Name = longName
    
    	hdr.Size = 0
    	var buf bytes.Buffer
    	writer := NewWriter(&buf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

        17: 0000000000401220     0 FUNC    LOCAL  DEFAULT   15 frame_dummy
        18: 0000000000403dc0     0 OBJECT  LOCAL  DEFAULT   20 __frame_dummy_in[...]
        19: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS sum.cpp
        20: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS multiply.cpp
        21: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS crtstuff.c
        22: 00000000004021e0     0 OBJECT  LOCAL  DEFAULT   19 __FRAME_END__
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CookieTest.kt

          .isEqualTo(MAX_DATE)
        assertThat(parseCookie(9223372036854773807L, url, "a=b; Max-Age=3")!!.expiresAt)
          .isEqualTo(MAX_DATE)
        assertThat(parseCookie(50000L, url, "a=b; Max-Age=10000000000000000000")!!.expiresAt)
          .isEqualTo(MAX_DATE)
      }
    
      @Test fun maxAgeNonPositive() {
        assertThat(parseCookie(50000L, url, "a=b; Max-Age=-1")!!.expiresAt)
          .isEqualTo(Long.MIN_VALUE)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt

      return when {
        isMappedIpv4Address(address) -> address.sliceArray(12 until 16)
        else -> address
      }
    }
    
    /** Returns true for IPv6 addresses like `0000:0000:0000:0000:0000:ffff:XXXX:XXXX`. */
    private fun isMappedIpv4Address(address: ByteArray): Boolean {
      if (address.size != 16) return false
    
      for (i in 0 until 10) {
        if (address[i] != 0.toByte()) return false
      }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.2K bytes
    - Viewed (2)
  10. android/guava/src/com/google/common/net/InetAddresses.java

     *   <dd>{@code 00 00 00 00 00 00 00 00 00 00 00 00 c0 a8 00 01}
     *   <dt>An IPv6 "IPv4 mapped" address, {@code "::ffff:192.168.0.1"}.
     *   <dd>{@code 00 00 00 00 00 00 00 00 00 00 ff ff c0 a8 00 01}
     * </dl>
     *
     * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed use in Java.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
Back to top