Home
last modified time | relevance | path

Searched refs:signed (Results 1 – 25 of 1251) sorted by relevance

12345678910>>...51

/third_party/flutter/flutter/packages/flutter/test/services/
Dtext_input_test.dart30 'signed': null,
48 'signed': false,
60 const TextInputType signed = TextInputType.numberWithOptions(signed: true);
61 const TextInputType signed2 = TextInputType.numberWithOptions(signed: true);
64 TextInputType.numberWithOptions(signed: true, decimal: true);
66 … expect(text.toString(), 'TextInputType(name: TextInputType.text, signed: null, decimal: null)');
67 …expect(number.toString(), 'TextInputType(name: TextInputType.number, signed: false, decimal: false…
68 …expect(signed.toString(), 'TextInputType(name: TextInputType.number, signed: true, decimal: false)…
69 …expect(decimal.toString(), 'TextInputType(name: TextInputType.number, signed: false, decimal: true…
70 …expect(signedDecimal.toString(), 'TextInputType(name: TextInputType.number, signed: true, decimal:…
[all …]
/third_party/protobuf/js/experimental/runtime/
Dint64_test.js98 '0x0000000000000000': {signed: '0'}, property
99 '0x0000000000000001': {signed: '1'}, property
100 '0x00000000ffffffff': {signed: '4294967295'}, property
101 '0x0000000100000000': {signed: '4294967296'}, property
102 '0xffffffffffffffff': {signed: '-1', unsigned: '18446744073709551615'}, property
104 {signed: '-9223372036854775808', unsigned: '9223372036854775808'}, property
106 {signed: '-9223372034707292160', unsigned: '9223372039002259456'}, property
107 '0x01b69b4bacd05f15': {signed: '123456789123456789'}, property
109 {signed: '-123456789123456789', unsigned: '18323287284586094827'}, property
111 {signed: '-6510615555426900571', unsigned: '11936128518282651045'}, property
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py33 self.signed = 1 # bool
56 if self.signed:
131 signed = 0
141 signed = 1
151 self.set_base_type( "int", signed, unsigned, const, extra_types )
153 signed = 0
159 if signed:
169 self.set_base_type( i, signed, unsigned, const, extra_types )
171 signed = 0
174 if signed and unsigned:
[all …]
/third_party/boost/libs/lexical_cast/doc/
Dlexical_cast.qbk171 …* [*Answer:] The type `int8_t` is a `typedef` to `char` or `signed char`. Lexical conversion …
285 * Better performance and less memory usage for unsigned char and signed char conversions.
361 [[ string->signed char ][ !!! *<1* !!! ][ 52 ][ 4 ][ 5 ]]
378 [[ string->signed char ][ !!! *9* !!! ][ 101 ][ 13 ][ 12 ]]
392 [[ char*->signed char ][ !!! *<1* !!! ][ 52 ][ 7 ][ 13 ]]
409 [[ unsigned char*->signed char ][ !!! *<1* !!! ][ 54 ][ 4 ][ 5 ]]
425 [[ signed char*->char ][ !!! *<1* !!! ][ 106 ][ 11 ][ 8 ]]
426 [[ signed char*->signed char ][ !!! *<1* !!! ][ 81 ][ 12 ][ 13 ]]
427 [[ signed char*->unsigned char ][ !!! *<1* !!! ][ 109 ][ 11 ][ 12 ]]
428 [[ signed char*->int ][ !!! *7* !!! ][ 122 ][ 24 ][ 21 ]]
[all …]
/third_party/boost/libs/multiprecision/doc/
Dnumeric_limits_32_tables.qbk26 [[type][signed][bound][modulo][round][radix][digits][digits10]]
28 [[char][signed][bound][modulo][to zero][2][7][2]]
32 [[short][signed][bound][modulo][to zero][2][15][4]]
34 [[int][signed][bound][modulo][to zero][2][31][9]]
36 [[long][signed][bound][modulo][to zero][2][31][9]]
38 [[long long][signed][bound][modulo][to zero][2][63][18]]
40 [[int32_t][signed][bound][modulo][to zero][2][31][9]]
42 [[int64_t][signed][bound][modulo][to zero][2][63][18]]
44 [[int128_t][signed][bound][modulo][to zero][2][128][38]]
46 [[int256_t][signed][bound][modulo][to zero][2][256][77]]
[all …]
/third_party/mbedtls/tests/data_files/
DReadme-x509.txt9 test-ca-sha1.crt and test-ca-sha256.crt use the same key, signed with
16 Two intermediate CAs are signed by them:
18 uses RSA-4096, signed by test-ca2
21 uses an EC key with NIST P-384, signed by test-ca
23 A third intermediate CA is signed by test-int-ca2.crt:
25 uses an EC key with NIST P-256, signed by test-int-ca2
60 - cli-rsa.key, cli-rsa-*.crt: RSA key used for test clients, signed by
68 - server3.crt: 1 E L: EC cert signed by RSA CA
69 - server4.crt: 2 R L: RSA cert signed by EC CA
79 -selfsigned.crt: Self-signed cert with S5 key
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dparse.dtd16 …in (char|signed char|unsigned char|short|signed short|unsigned short|int|signed int|unsigned int|s…
31 signed (0|1) #IMPLIED attribute
50 explicitly-signed (0|1) #IMPLIED
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_gpu_shader_int16.txt109 | int16_t | a 16-bit signed integer |
111 | i16vec2 | a two-component 16-bit signed integer vector |
112 | i16vec3 | a three-component 16-bit signed integer vector |
113 | i16vec4 | a four-component 16-bit signed integer vector |
125 document, the term integer is meant to generally include both signed and
130 i16vec2, i16vec3, and i16vec4 have exactly 16 bits of precision, while signed
251 - Otherwise, if both operands have signed integer types or both
257 operand, the operand with signed integer type shall be converted
259 - Otherwise, if the type of the operand with signed integer type can
262 shall be converted to the type of the operand with signed
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_gpu_shader_int16.txt109 | int16_t | a 16-bit signed integer |
111 | i16vec2 | a two-component 16-bit signed integer vector |
112 | i16vec3 | a three-component 16-bit signed integer vector |
113 | i16vec4 | a four-component 16-bit signed integer vector |
125 document, the term integer is meant to generally include both signed and
130 i16vec2, i16vec3, and i16vec4 have exactly 16 bits of precision, while signed
251 - Otherwise, if both operands have signed integer types or both
257 operand, the operand with signed integer type shall be converted
259 - Otherwise, if the type of the operand with signed integer type can
262 shall be converted to the type of the operand with signed
[all …]
/third_party/ffmpeg/doc/
Dundefined.txt3 In the C language, some operations are undefined, like signed integer overflow,
14 The signed integer overflow problem in speed critical code
16 Code which is highly optimized and works with signed integers sometimes has the
22 In these remaining cases a unsigned type can be used instead of a signed type.
28 computations which work with signed integers (which overflow).
29 Using "unsigned" for signed integers has the very significant potential to
39 type but it holds a signed "int".
44 here the reader knows that a,b,c are meant to be signed integers but for C
/third_party/openssl/doc/man3/
DCMS_get1_ReceiptRequest.pod5 …ptRequest, CMS_get1_ReceiptRequest, CMS_ReceiptRequest_get0_values - CMS signed receipt request fu…
24 CMS_ReceiptRequest_create0() creates a signed receipt request structure. The
32 The CMS_add1_ReceiptRequest() function adds a signed receipt request B<rr>
35 int CMS_get1_ReceiptRequest() looks for a signed receipt request in B<si>, if
48 The contents of a signed receipt should only be considered meaningful if the
54 CMS_ReceiptRequest_create0() returns a signed receipt request structure or
59 CMS_get1_ReceiptRequest() returns 1 is a signed receipt request is found and
60 decoded. It returns 0 if a signed receipt request is not present and -1 if
DCMS_sign_receipt.pod5 CMS_sign_receipt - create a CMS signed receipt
17 CMS_sign_receipt() creates and returns a CMS signed receipt structure. B<si> is
18 the B<CMS_SignerInfo> structure containing the signed receipt request.
29 are not supported since they do not make sense in the context of signed
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_snorm.txt48 This extension provides a set of new "signed normalized" integer
103 unsigned normalized, signed normalized
122 The internal data type of a texture may be signed normalized
124 signed integer or unsigned integer, depending on the internal
128 value and integer textures return signed or unsigned integer
133 results of using either signed normalized fixed-point or integer
143 representable range of the internal format: for signed formats,
148 internal format: for signed normalized formats, this is [-1.0,
185 point, <i> is signed integer, <ui> is unsigned integer, and no
186 prefix is signed or unsigned normalized fixed-point.
[all …]
DEXT_render_snorm.txt43 OpenGL ES 3.1 supports a variety of signed normalized texture and
46 This extension enables signed normalized texture and renderbuffer
78 "if signed integer, unsigned integer, or fixed-point RGBA data is
130 signed normalized color buffer prior to evaluating the blend
153 "Prior to blending, unsigned and signed normalized fixed-point
169 signed normalized fixed-point representation, the constant color
185 "Unsigned normalized fixed-point or signed normalized
194 "For 8bit signed normalized fixed-point rendering surfaces, the
196 signed normalized fixed point buffer, the combination RGBA and
201 For signed normalized fixed-point color buffer, each element
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_texture_snorm.txt48 This extension provides a set of new "signed normalized" integer
103 unsigned normalized, signed normalized
122 The internal data type of a texture may be signed normalized
124 signed integer or unsigned integer, depending on the internal
128 value and integer textures return signed or unsigned integer
133 results of using either signed normalized fixed-point or integer
143 representable range of the internal format: for signed formats,
148 internal format: for signed normalized formats, this is [-1.0,
185 point, <i> is signed integer, <ui> is unsigned integer, and no
186 prefix is signed or unsigned normalized fixed-point.
[all …]
DEXT_render_snorm.txt43 OpenGL ES 3.1 supports a variety of signed normalized texture and
46 This extension enables signed normalized texture and renderbuffer
78 "if signed integer, unsigned integer, or fixed-point RGBA data is
130 signed normalized color buffer prior to evaluating the blend
153 "Prior to blending, unsigned and signed normalized fixed-point
169 signed normalized fixed-point representation, the constant color
185 "Unsigned normalized fixed-point or signed normalized
194 "For 8bit signed normalized fixed-point rendering surfaces, the
196 signed normalized fixed point buffer, the combination RGBA and
201 For signed normalized fixed-point color buffer, each element
[all …]
/third_party/pulseaudio/src/pulsecore/
Dsvolume.orc22 # params: samples s (signed 16-bit), volume v (signed 32-bit < 2^31)
25 # sample = | sample | (signed)
38 # vh = | v >> 16 | (signed, but sign bit is always zero
40 # mh = | (s * vh) >> 16 | (signed)
41 # ml = | ml + mh | (signed)
42 # sample = | (ml >> 16) | (signed, saturated)
/third_party/mesa3d/docs/_extra/specs/
DMESA_texture_signed_rgba.spec43 OpenGL prior to 3.1 does not support any signed texture formats.
45 red_green signed formats but no uncompressed ones, which might
46 still be useful. NV_texture_shader adds signed texture formats,
52 This extension adds a signed 4-channel texture format by backporting
64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.)
122 5) How will signed components resulting from RGBA8_SNORM texture
134 etc.) or the OpenGL Shading Language, these signed formats will
135 appear as expected with unclamped signed components as a result
142 fixed-point textures with signed components and relaxed the
156 is unable to make proper use of the signed texture formats added
[all …]
/third_party/boost/libs/type_traits/doc/
Dmake_signed.qbk18 __type If T is a signed integer type then the same type as T, if T is an
19 unsigned integer type then the corresponding signed type.
21 character type (char or wchar_t) then a signed integer type with the same
45 [[`make_signed<my_enum>::type`] [A signed integer type with the same width as the enum.]]
46 [[`make_signed<wchar_t>::type`] [A signed integer type with the same width as wchar_t.]]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_expand_normal.txt42 developers can either use the signed fixed-point texture formats
55 contained signed data (in the range [-1,+1]). This allows
56 applications to easily encode signed data into unsigned texture
78 (2) Should the remapping mode apply to textures with signed
85 of signed and unsigned components. For example, the base formats
87 there is a variant of RGBA where the RGB components are signed,
90 RESOLVED: The unsigned components are remapped; the signed
93 (4) What should be said about signed fixed-point precision and range
104 stored textures using the signed texture types in NV_texture_shader.
159 in the range [0,1] to signed values in the range [-1,+1]. If the
[all …]
/third_party/openGLES/extensions/NV/
DNV_texture_expand_normal.txt42 developers can either use the signed fixed-point texture formats
55 contained signed data (in the range [-1,+1]). This allows
56 applications to easily encode signed data into unsigned texture
78 (2) Should the remapping mode apply to textures with signed
85 of signed and unsigned components. For example, the base formats
87 there is a variant of RGBA where the RGB components are signed,
90 RESOLVED: The unsigned components are remapped; the signed
93 (4) What should be said about signed fixed-point precision and range
104 stored textures using the signed texture types in NV_texture_shader.
159 in the range [0,1] to signed values in the range [-1,+1]. If the
[all …]
/third_party/python/Lib/test/
Dtest_long.py1105 def check(tests, byteorder, signed=False): argument
1109 test.to_bytes(len(expected), byteorder, signed=signed),
1114 .format(test, byteorder, signed)) from err
1136 check(tests1, 'big', signed=True)
1158 check(tests2, 'little', signed=True)
1173 check(tests3, 'big', signed=False)
1188 check(tests4, 'little', signed=False)
1190 self.assertRaises(OverflowError, (256).to_bytes, 1, 'big', signed=False)
1191 self.assertRaises(OverflowError, (256).to_bytes, 1, 'big', signed=True)
1192 self.assertRaises(OverflowError, (256).to_bytes, 1, 'little', signed=False)
[all …]
/third_party/curl/tests/data/
Dtest55736 All curl_mprintf() signed short tests OK!
38 All curl_mprintf() signed int tests OK!
40 All curl_mprintf() signed long tests OK!
/third_party/openssl/doc/man1/
Dsmime.pod107 the message to be signed. The signed message in MIME format is written
112 Verify signed mail. Expects a signed mail message on input and outputs
113 the signed data. Both clear text and opaque signing is supported.
125 The input message to be encrypted or signed or the MIME message to
140 format message that has been signed or verified.
172 is S/MIME and it uses the multipart/signed MIME content type.
224 Do not verify the signers certificate of a signed message.
229 use the certificates in the signed message as untrusted CAs.
239 signed message but the verifier must have a copy of the signers certificate
244 Normally when a message is signed a set of attributes are included which
[all …]
Dcms.pod145 the message to be signed. The signed message in MIME format is written
150 Verify signed mail. Expects a signed mail message on input and outputs
151 the signed data. Both clear text and opaque signing is supported.
195 Generate and output a signed receipt for the supplied message. The input
196 message B<must> contain a signed receipt request. Functionality is otherwise
201 Verify a signed receipt in filename B<receipt>. The input message B<must>
207 The input message to be encrypted or signed or the message to be decrypted
221 Specify the format for a signed receipt for use with the B<-receipt_verify>
227 format message that has been signed or verified.
259 is S/MIME and it uses the multipart/signed MIME content type.
[all …]

12345678910>>...51