Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 17104h (0.31 sec)

  1. src/strconv/atof_test.go

    	{"0x1ep-1", "15", nil},
    	{"-0x1ep-1", "-15", nil},
    	{"-0x1_ep-1", "-15", nil},
    	{"0x1p-200", "6.223015277861142e-61", nil},
    	{"0x1p200", "1.6069380442589903e+60", nil},
    	{"0x1fFe2.p0", "131042", nil},
    	{"0x1fFe2.P0", "131042", nil},
    	{"-0x2p3", "-16", nil},
    	{"0x0.fp4", "15", nil},
    	{"0x0.fp0", "0.9375", nil},
    	{"0x1e2", "0", ErrSyntax},
    	{"1p2", "0", ErrSyntax},
    
    	// zeros
    	{"0", "0", nil},
    	{"0e0", "0", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  2. src/image/png/testdata/pngsuite/basn3p08.sng

    }
    gAMA {1.0000}
    PLTE {
        ( 34, 68,  0)     # rgb = (0x22,0x44,0x00)
        (245,255,237)     # rgb = (0xf5,0xff,0xed)
        (119,255,119)     # rgb = (0x77,0xff,0x77)
        (203,255,255)     # rgb = (0xcb,0xff,0xff)
        ( 17, 10,  0)     # rgb = (0x11,0x0a,0x00)
        ( 58,119,  0)     # rgb = (0x3a,0x77,0x00)
        ( 34, 34,255)     # rgb = (0x22,0x22,0xff)
        (255, 17,255)     # rgb = (0xff,0x11,0xff)
        ( 17,  0,  0)     # rgb = (0x11,0x00,0x00)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 13.9K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/util.go

    	RBaseMIPS    = 13 * 1024 // range [13k, 14k)
    	RBaseS390X   = 14 * 1024 // range [14k, 15k)
    	RBaseRISCV   = 15 * 1024 // range [15k, 16k)
    	RBaseWasm    = 16 * 1024
    	RBaseLOONG64 = 17 * 1024
    )
    
    // RegisterRegister binds a pretty-printer (Rconv) for register
    // numbers to a given register number range. Lo is inclusive,
    // hi exclusive (valid registers are lo through hi-1).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm.go

    	//  x12     = _111111 << 6 + _111111
    	//  x15     = x12 << 3 + _111
    	//  x16     = 2*x15 + 1
    	//  x32     = x16 << 16 + x16
    	//  i53     = x32 << 15
    	//  x47     = x15 + i53
    	//  i263    = ((i53 << 17 + 1) << 143 + x47) << 47
    	//  return    (x47 + i263) << 2 + 1
    	//
    	var z = new(p256Element)
    	var t0 = new(p256Element)
    	var t1 = new(p256Element)
    
    	p256Sqr(z, in, 1)
    	p256Mul(z, in, z)
    	p256Sqr(z, z, 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	sysInstFields{0, 7, 6, 4}:  {sys_DC, "IGSW", true},
    	sysInstFields{0, 7, 6, 5}:  {sys_DC, "IGDVAC", true},
    	sysInstFields{0, 7, 6, 6}:  {sys_DC, "IGDSW", true},
    	sysInstFields{0, 7, 10, 4}: {sys_DC, "CGSW", true},
    	sysInstFields{0, 7, 10, 6}: {sys_DC, "CGDSW", true},
    	sysInstFields{0, 7, 14, 4}: {sys_DC, "CIGSW", true},
    	sysInstFields{0, 7, 14, 6}: {sys_DC, "CIGDSW", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/nativeDependents.graphml

            </y:ShapeNode>
          </data>
        </node>
        <node id="n8">
          <data key="d5"/>
          <data key="d6">
            <y:ShapeNode>
              <y:Geometry height="30.0" width="172.0" x="280.0" y="171.0"/>
              <y:Fill color="#CCFFFF" transparent="false"/>
              <y:BorderStyle color="#000000" type="line" width="1.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/asm_zos_s390x.s

    #define SAVSTACK_ASYNC(x)  336(x) // in the LCA
    #define CAA(x)               8(x)
    #define CEECAATHDID(x)     976(x) // in the CAA
    #define EDCHPXV(x)        1016(x) // in the CAA
    #define GOCB(x)           1104(x) // in the CAA
    
    // SS_*, where x=SAVSTACK_ASYNC
    #define SS_LE(x)             0(x)
    #define SS_GO(x)             8(x)
    #define SS_ERRNO(x)         16(x)
    #define SS_ERRNOJR(x)       20(x)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  8. pkg/kubelet/volumemanager/cache/desired_state_of_world.go

    	}
    
    	// This is not an error yet, but it will be when support for other access modes is added.
    	warningMetric.Add(1.0)
    	klog.V(4).ErrorS(err, "Please report this error in https://github.com/kubernetes/enhancements/issues/1710, together with full Pod yaml file")
    	return nil
    }
    
    // Return the volume plugin name, together with the CSI driver name if it's a CSI volume.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    000001a0  b7 fa f2 35 af 57 6d 7b  c3 bf 1d 98 21 40 dd 02  |...5.Wm{....!@..|
    000001b0  1c de ac 02 40 c8 d6 04  23 30 71 16 d0 0a 26 29  |....@...#0q...&)|
    000001c0  66 e9 f1 a8 76 f8 52 18  3e 3f c5 66 c9 11 04 6c  |f...v.R.>?.f...l|
    000001d0  32 1b 35 cc 9a 34 70 07  da db 12 51 78 77 dc bc  |2.5..4p....Qxw..|
    000001e0  7a bb b8 b9 06 79 bb 04  dd d4 46 8e b5 69 d5 39  |z....y....F..i.9|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/fiat/p224_fiat64.go

    //
    //   bytes_eval z = z[0] + (z[1] << 8) + (z[2] << 16) + (z[3] << 24) + (z[4] << 32) + (z[5] << 40) + (z[6] << 48) + (z[7] << 56) + (z[8] << 64) + (z[9] << 72) + (z[10] << 80) + (z[11] << 88) + (z[12] << 96) + (z[13] << 104) + (z[14] << 112) + (z[15] << 120) + (z[16] << 128) + (z[17] << 136) + (z[18] << 144) + (z[19] << 152) + (z[20] << 160) + (z[21] << 168) + (z[22] << 176) + (z[23] << 184) + (z[24] << 192) + (z[25] << 200) + (z[26] << 208) + (z[27] << 216)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 43.2K bytes
    - Viewed (0)
Back to top