Searched refs:hexadecimal (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/AsmParser/
H A 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/lib/TableGen/
H A DTGLexer.cpp339 return ReturnError(TokStart, "Invalid hexadecimal number");
344 return ReturnError(TokStart, "Invalid hexadecimal number");
349 return ReturnError(TokStart, "Invalid hexadecimal number");
/external/iproute2/tc/
H A Demp_ematch.l114 fprintf(stderr, "error: hexadecimal escape " \
/external/llvm/lib/TableGen/
H A DTGLexer.cpp389 return ReturnError(TokStart, "Invalid hexadecimal number");
394 return ReturnError(TokStart, "Invalid hexadecimal number");
399 return ReturnError(TokStart, "Invalid hexadecimal number");
/external/swiftshader/third_party/LLVM/tools/llvm-size/
H A Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator in enum:RadixTy
60 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
80 /// including the leading 0x or 0 for hexadecimal and octal respectively.
104 case hexadecimal:
/external/curl/
H A Dcurl-config.in49 --vernum output the version information as a number (hexadecimal)
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp71 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy
80 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
155 /// leading 0x or 0 for hexadecimal and octal respectively.
170 case hexadecimal:
208 if (Radix == hexadecimal)
/external/llvm/lib/Support/Windows/
H A DSignals.inc318 // Print the PC in hexadecimal.
/external/blktrace/doc/
H A Dblktrace.tex351 Alternatively, one may specify the entire mask utilizing a hexadecimal
606 \emph{P} & Display packet data -- series of hexadecimal values\\ \hline
699 is output, followed by the payload in hexadecimal between parenthesis.
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex393 \item \verb|Label| is hexadecimal flow label value.
H A Dip-cref.tex500 sequence of hexadecimal bytes separated by colons, but some link
614 on the protocol. It is a dotted quad for IP and a sequence of hexadecimal halfwords
1270 may still match a route with a zero TOS. \verb|TOS| is either an 8 bit hexadecimal
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c3016 goto hexadecimal;
3018 hexadecimal:if (F.lSize) n = va_arg(arg, unsigned long);

Completed in 222 milliseconds