Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 322 for 0x0p (0.21 sec)

  1. src/cmd/compile/internal/syntax/scanner_test.go

    		{FloatLit, "0x1.2gp1a", "0x1.2 gp1a", "hexadecimal mantissa requires a 'p' exponent"},
    		{FloatLit, "0x0p", "0x0p", "exponent has no digits"},
    		{FloatLit, "0xeP-", "0xeP-", "exponent has no digits"},
    		{FloatLit, "0x1234PAB", "0x1234P AB", "exponent has no digits"},
    		{FloatLit, "0x1.2p1a", "0x1.2p1 a", ""},
    
    		{ImagLit, "0xf00.bap+12i", "0xf00.bap+12i", ""},
    
    		// separators
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
  2. src/strconv/atof_test.go

    	{"0.00e-01234567890123456789", "0", nil},
    	{"-0e+01234567890123456789", "-0", nil},
    	{"-0.00e-01234567890123456789", "-0", nil},
    	{"0x0p+01234567890123456789", "0", nil},
    	{"0x0.00p-01234567890123456789", "0", nil},
    	{"-0x0p+01234567890123456789", "-0", nil},
    	{"-0x0.00p-01234567890123456789", "-0", nil},
    
    	{"0e291", "0", nil}, // issue 15364
    	{"0e292", "0", nil}, // issue 15364
    	{"0e347", "0", nil}, // issue 15364
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/framer/framer_test.go

    package framer
    
    import (
    	"bytes"
    	"errors"
    	"io"
    	"testing"
    )
    
    func TestRead(t *testing.T) {
    	data := []byte{
    		0x00, 0x00, 0x00, 0x04,
    		0x01, 0x02, 0x03, 0x04,
    		0x00, 0x00, 0x00, 0x03,
    		0x05, 0x06, 0x07,
    		0x00, 0x00, 0x00, 0x00,
    		0x00, 0x00, 0x00, 0x01,
    		0x08,
    	}
    	b := bytes.NewBuffer(data)
    	r := NewLengthDelimitedFrameReader(io.NopCloser(b))
    	buf := make([]byte, 1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 13:33:12 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. src/crypto/des/des_test.go

    	{
    		[]byte{
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    			0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    		[]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    		[]byte{0x92, 0x95, 0xb5, 0x9b, 0xb3, 0x84, 0x73, 0x6e}},
    	{
    		[]byte{
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    			0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 16:49:56 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  5. src/go/scanner/scanner_test.go

    		{token.FLOAT, "0x1.1e0", "0x1.1e0", "hexadecimal mantissa requires a 'p' exponent"},
    		{token.FLOAT, "0x1.2gp1a", "0x1.2 gp1a", "hexadecimal mantissa requires a 'p' exponent"},
    		{token.FLOAT, "0x0p", "0x0p", "exponent has no digits"},
    		{token.FLOAT, "0xeP-", "0xeP-", "exponent has no digits"},
    		{token.FLOAT, "0x1234PAB", "0x1234P AB", "exponent has no digits"},
    		{token.FLOAT, "0x1.2p1a", "0x1.2p1 a", ""},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 15:38:31 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  6. src/strconv/ftoa.go

    	// ±exponent
    	exp -= int(flt.mantbits)
    	if exp >= 0 {
    		dst = append(dst, '+')
    	}
    	dst, _ = formatBits(dst, uint64(exp), 10, exp < 0, true)
    
    	return dst
    }
    
    // %x: -0x1.yyyyyyyyp±ddd or -0x0p+0. (y is hex digit, d is decimal digit)
    func fmtX(dst []byte, prec int, fmt byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {
    	if mant == 0 {
    		exp = 0
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. pkg/proxy/util/nfacct/nfacct_linux_test.go

    			handler: &fakeHandler{
    				responses: [][][]byte{{{
    					0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x01, 0x00,
    					0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x00,
    					0x0c, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
    					0x00, 0x00, 0x00, 0x0c, 0x0c, 0x00, 0x03, 0x00,
    					0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf7,
    					0x08, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01,
    				}}},
    			},
    			// expected calls: NFNL_MSG_ACCT_GET
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 06:47:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  8. src/debug/dwarf/const.go

    	// value formats
    	formAddr        format = 0x01
    	formDwarfBlock2 format = 0x03
    	formDwarfBlock4 format = 0x04
    	formData2       format = 0x05
    	formData4       format = 0x06
    	formData8       format = 0x07
    	formString      format = 0x08
    	formDwarfBlock  format = 0x09
    	formDwarfBlock1 format = 0x0A
    	formData1       format = 0x0B
    	formFlag        format = 0x0C
    	formSdata       format = 0x0D
    	formStrp        format = 0x0E
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  9. pkg/workloadapi/security/authorization.pb.go

    	0x67, 0x74, 0x68, 0x22, 0x9d, 0x01, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x4d, 0x61,
    	0x74, 0x63, 0x68, 0x12, 0x16, 0x0a, 0x05, 0x65, 0x78, 0x61, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01,
    	0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x78, 0x61, 0x63, 0x74, 0x12, 0x18, 0x0a, 0x06, 0x70,
    	0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x70,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go

    	0x01, 0x06, 0xE1, 0xAC, 0x85, 0xE1, 0xAC, 0xB5,
    	0x01, 0x06, 0xE1, 0xAC, 0x87, 0xE1, 0xAC, 0xB5,
    	0x01, 0x06, 0xE1, 0xAC, 0x89, 0xE1, 0xAC, 0xB5,
    	// Bytes 2d40 - 2d7f
    	0x01, 0x06, 0xE1, 0xAC, 0x8B, 0xE1, 0xAC, 0xB5,
    	0x01, 0x06, 0xE1, 0xAC, 0x8D, 0xE1, 0xAC, 0xB5,
    	0x01, 0x06, 0xE1, 0xAC, 0x91, 0xE1, 0xAC, 0xB5,
    	0x01, 0x06, 0xE1, 0xAC, 0xBA, 0xE1, 0xAC, 0xB5,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.8K bytes
    - Viewed (0)
Back to top