Searched full:hexadecimal (Results 1 – 25 of 895) sorted by relevance
12345678910>>...36
60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
5 double e = 0x.p0; // expected-error-re {{hexadecimal floating {{constant|literal}} requires a signi…12 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}13 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}14 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}15 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}
67 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal78 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt">80 * <i>"URI producers and normalizers should use uppercase hexadecimal digits115 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal120 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt">122 * <i>"URI producers and normalizers should use uppercase hexadecimal digits153 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal158 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt">160 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
78 are interpreted as numbers in hexadecimal format.120 or an unsigned 16bit value in hexadecimal format.127 or an unsigned 8bit value in hexadecimal format.130 Match on ipv4 TOS or ipv6 traffic-class - eight bits in hexadecimal format.136 Match on ipv4 TTL or ipv6 hop-limit - eight bits value in decimal or hexadecimal format.157 Match on TCP flags represented as 12bit bitfield in in hexadecimal format.
47 or a hexadecimal major class ID optionally followed by a colon49 and a hexadecimal minor class ID.56 for hexadecimal interpretation, etc.).
22 <style id="hexadecimal" _name="Hexadecimal number" map-to="def:base-n-integer"/>82 <context id="hexadecimal" style-ref="hexadecimal">102 <context ref="hexadecimal"/>
57 hexadecimal-digit hexadecimal-digit hexadecimal-digit hexadecimal-digit in main()60 …racter whose character short name in ISO/IEC 10646 is 0000NNNN. If the hexadecimal value for a uni… in main()
48 * hex2bin - convert an ascii hexadecimal string to its binary representation50 * @src: ascii hexadecimal string70 * bin2hex - convert binary data to an ascii hexadecimal string71 * @dst: ascii hexadecimal result
305 is the hexadecimal value of one of the UTF-16 code units representing the317 is the hexadecimal value of one of the UTF-16 code units representing the331 are the hexadecimal values of the Unicode codepoint.342 is the hexadecimal value of the Unicode codepoint.356 is the hexadecimal value of the Unicode codepoint.357 That hexadecimal string is of variable length and can use from 4 to
127 …# Color to use when type is set to COLOR. These are represented as six hexadecimal characters, sim…142 …"colors": { # The colors included in the style. These are represented as six hexadecimal character…183 …# Color to use when type is set to COLOR. These are represented as six hexadecimal characters, sim…198 …"colors": { # The colors included in the style. These are represented as six hexadecimal character…256 …# Color to use when type is set to COLOR. These are represented as six hexadecimal characters, sim…271 …"colors": { # The colors included in the style. These are represented as six hexadecimal character…303 …# Color to use when type is set to COLOR. These are represented as six hexadecimal characters, sim…318 …"colors": { # The colors included in the style. These are represented as six hexadecimal character…364 …# Color to use when type is set to COLOR. These are represented as six hexadecimal characters, sim…379 …s": { # The colors included in the style. These are represented as six hexadecimal characters, sim…[all …]
123 …"foregroundColor": "A String", # The foreground color of the calendar in the hexadecimal format "#…155 …"backgroundColor": "A String", # The main color of the calendar in the hexadecimal format "#0088aa…179 …"foregroundColor": "A String", # The foreground color of the calendar in the hexadecimal format "#…211 …"backgroundColor": "A String", # The main color of the calendar in the hexadecimal format "#0088aa…231 …"foregroundColor": "A String", # The foreground color of the calendar in the hexadecimal format "#…263 …"backgroundColor": "A String", # The main color of the calendar in the hexadecimal format "#0088aa…306 …"foregroundColor": "A String", # The foreground color of the calendar in the hexadecimal format "#…338 …"backgroundColor": "A String", # The main color of the calendar in the hexadecimal format "#0088aa…382 …"foregroundColor": "A String", # The foreground color of the calendar in the hexadecimal format "#…414 …"backgroundColor": "A String", # The main color of the calendar in the hexadecimal format "#0088aa…[all …]
22 // The hexadecimal values "a" through "f" are output as lower case characters.29 // Note that this does NOT check if the hexadecimal values "a" through "f"36 // This also checks if the hexadecimal values "a" through "f" are in lower
34 * a literal integer: A decimal integer, or a hexadecimal integer.35 A hexadecimal integer is indicated by a leading `0x` or `0X`. A hex39 * a literal floating point number, in decimal or hexadecimal form.100 decimal and hexadecimal form.106 Infinity and NaN values are expressed in hexadecimal float literals124 The disassembler prints infinite, NaN, and subnormal values in hexadecimal form.
49 enum radix { none, octal, hexadecimal, decimal }; enumerator53 clEnumValN(hexadecimal, "x", "hexadecimal"),70 case hexadecimal: in strings()
93 /// or from an IPv6 address in hexadecimal notation.97 /// or from an IPv6 address in hexadecimal notation.102 /// or from an IPv6 address in hexadecimal notation.106 /// or from an IPv6 address in hexadecimal notation.
25 * The longest possible hexadecimal number we support in a chunked transfer.32 /* await and buffer all hexadecimal digits until we get one that isn't a33 hexadecimal digit. When done, we go CHUNK_LF */
63 // Returns a string that represents |array| in hexadecimal.67 // hexadecimal.70 // Given a string |str| containing data represented in hexadecimal, converts to
459 /// hexadecimal-constant integer-suffix464 /// hexadecimal-literal ud-suffix472 /// hexadecimal-constant:473 /// hexadecimal-prefix hexadecimal-digit474 /// hexadecimal-constant hexadecimal-digit475 /// hexadecimal-prefix: one of490 /// hexadecimal-digit:875 // point constants are not permitted (only decimal and hexadecimal). in ParseNumberStartingWithZero()1011 /// hexadecimal-escape-sequence1018 /// hexadecimal-escape-sequence:[all …]
31 # Hexadecimal value tests32 testcmd "-e hexadecimal values" \
10 hexadecimal blocks separated by newlines; the first line usually starting with `7f21` indicating25 written as newline-separated hexadecimal. On a successful upload, each line ends with `9000`.
50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator60 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),80 /// including the leading 0x or 0 for hexadecimal and octal respectively.104 case hexadecimal: in PrintObjectSectionSizes()
58 When \ex is not followed by {, from zero to two hexadecimal digits are read,59 but if PCRE2_ALT_BSUX is set, \ex must be followed by two hexadecimal digits to60 be recognized as a hexadecimal escape; otherwise it matches a literal "x".61 Likewise, if \eu (in ALT_BSUX mode) is not followed by four hexadecimal digits,338 xdigit hexadecimal digit
39 // a concatenation of the pdb's uuid and age, presented in hexadecimal form,40 // without any dashes or separators. The uuid is in uppercase hexadecimal41 // and the age is in lowercase hexadecimal. Within that subdirectory,