Home
last modified time | relevance | path

Searched refs:hexadecimal (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dfloating-literals.s60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
/external/llvm/test/MC/AsmParser/
Dfloating-literals.s60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-strings/
Dllvm-strings.cpp49 enum radix { none, octal, hexadecimal, decimal }; enumerator
53 clEnumValN(hexadecimal, "x", "hexadecimal"),
70 case hexadecimal: in strings()
/external/icu/icu4c/source/test/testdata/
Dicuio.txt30 "\t1: int8_t (hexadecimal)\n"
31 "\t2: int16_t (hexadecimal)\n"
32 "\t4: int32_t (hexadecimal)\n"
33 "\t8: int64_t (hexadecimal)\n"
/external/libese/tools/ese_ls_provision/
DREADME.md10 hexadecimal blocks separated by newlines; the first line usually starting with `7f21` indicating
25 written as newline-separated hexadecimal. On a successful upload, each line ends with `9000`.
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator
60 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
104 case hexadecimal: in PrintObjectSectionSizes()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-19.data5 hexadecimal: 0xC
Dconstruct-int.data4 hexadecimal: 0x_0A_74_AE
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-02-19.test7 hexadecimal: 0xC
Dconstruct-int.test6 hexadecimal: 0x_0A_74_AE
/external/llvm/test/YAMLParser/
Dspec-02-19.test7 hexadecimal: 0xC
Dconstruct-int.test6 hexadecimal: 0x_0A_74_AE
/external/iptables/extensions/
Dlibxt_HMARK.man39 A 16 bit source port mask in hexadecimal.
42 A 16 bit destination port mask in hexadecimal.
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2003-06-11-HexConstant.ll3 ; Make sure hex constant does not continue into a valid hexadecimal letter/number
/external/swiftshader/third_party/SPIRV-Tools/
Dsyntax.md34 * a literal integer: A decimal integer, or a hexadecimal integer.
35 A hexadecimal integer is indicated by a leading `0x` or `0X`. A hex
39 * 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 literals
124 The disassembler prints infinite, NaN, and subnormal values in hexadecimal form.
/external/deqp-deps/SPIRV-Tools/
Dsyntax.md34 * a literal integer: A decimal integer, or a hexadecimal integer.
35 A hexadecimal integer is indicated by a leading `0x` or `0X`. A hex
39 * 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 literals
124 The disassembler prints infinite, NaN, and subnormal values in hexadecimal form.
/external/curl/docs/
DVERSIONS48 hexadecimal. All three number fields are always represented using two digits
52 This 6-digit hexadecimal number is always a greater number in a more recent
/external/fonttools/Tests/feaLib/data/
Dspec8d.fea9 # The Unicode value may be written with either decimal or hexadecimal notation.
10 # The value must be preceded by '0x' if it is a hexadecimal value.
/external/snakeyaml/src/test/resources/issues/
Dissue67-error1.txt5 expected URI escape sequence of 2 hexadecimal numbers, but found 9(57) and %(37)
/external/curl/docs/cmdline-opts/
Dhostpubmd5.d7 Pass a string containing 32 hexadecimal digits. The string should
/external/openssh/
Dmoduli.057 (hexadecimal).
59 modulus The modulus itself in hexadecimal.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dconstexpr.ll13 @0 = global i64 u0x00001 ; hexadecimal unsigned integer constants
14 @1 = global i64 s0x0012312 ; hexadecimal signed integer constants
/external/swiftshader/third_party/llvm-7.0/llvm/test/Integer/
Dconstexpr_bt.ll14 @0 = global i63 u0x00001 ; hexadecimal unsigned integer constants
15 @1 = global i63 s0x012312 ; hexadecimal signed integer constants
/external/llvm/test/Feature/
Dconstexpr.ll13 @0 = global i64 u0x00001 ; hexadecimal unsigned integer constants
14 @1 = global i64 s0x0012312 ; hexadecimal signed integer constants
/external/swiftshader/third_party/LLVM/test/Integer/
Dconstexpr_bt.ll14 global i63 u0x00001 ; hexadecimal unsigned integer constants
15 global i63 s0x012312 ; hexadecimal signed integer constants

1234567891011