Searched refs:Signed (Results 1 - 15 of 15) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/
H A DSigned.java16 public @interface Signed { interface
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp333 } Signed[] = member in namespace:__anon7924
399 for (size_t i = 0; i < array_lengthof(Signed); ++i) {
400 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
401 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) {
403 EXPECT_EQ(S8, Signed[i].Expected);
407 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
408 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) {
410 EXPECT_EQ(S16, Signed[
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerSH4.cpp63 const Condition MacroAssemblerSH4::Signed = SH4Assembler::SI; member in class:JSC::MacroAssemblerSH4
H A DMacroAssemblerX86Common.h56 Signed = X86Assembler::ConditionS, enumerator in enum:JSC::MacroAssemblerX86Common::Condition
863 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
870 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
883 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
893 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
905 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
917 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
929 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
966 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
973 ASSERT((cond == Overflow) || (cond == Signed) || (con
[all...]
H A DMacroAssemblerARM.h57 Signed = ARMAssembler::MI, enumerator in enum:JSC::MacroAssemblerARM::Condition
517 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
524 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
541 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
553 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
566 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
573 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
580 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
587 ASSERT((cond == Signed) || (cond == Zero) || (cond == NonZero));
H A DMacroAssemblerMIPS.h72 Signed, enumerator in enum:JSC::MacroAssemblerMIPS::Condition
976 if (cond == Signed) {
1132 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1159 if (cond == Signed) {
1185 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1210 if (cond == Signed) {
1237 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1264 if (cond == Signed) {
1290 ASSERT((cond == Signed) || (cond == Zero) || (cond == NonZero));
1291 if (cond == Signed) {
[all...]
H A DMacroAssemblerSH4.h72 static const Condition Signed; member in class:JSC::MacroAssemblerSH4
1471 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1478 if (cond == Signed) {
1495 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1503 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1522 if (cond == Signed) {
1537 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1548 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1555 if (cond == Signed) {
1572 ASSERT((cond == Overflow) || (cond == Signed) || (con
[all...]
H A DMacroAssemblerARMv7.h115 Signed = ARMv7Assembler::ConditionMI, enumerator in enum:JSC::MacroAssemblerARMv7::Condition
1030 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1037 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1067 ASSERT((cond == Signed) || (cond == Zero) || (cond == NonZero));
1074 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1081 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
/external/llvm/include/llvm/ADT/
H A DAPInt.h771 /// Signed divide this APInt by APInt RHS.
772 /// @brief Signed division function for APInt.
793 /// Signed remainder operation on APInt.
923 /// @brief Signed less than comparison
929 /// @brief Signed less than comparison
953 /// @brief Signed less or equal comparison
961 /// @brief Signed less or equal comparison
985 /// @brief Signed greather than comparison
993 /// @brief Signed greater than comparison
1017 /// @brief Signed greathe
[all...]
/external/llvm/lib/Support/
H A DAPInt.cpp2085 bool Signed, bool formatAsCLiteral) const {
2128 if (!Signed) {
2155 if (Signed && isNegative()) {
2206 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const {
2208 toString(S, Radix, Signed, /* formatAsCLiteral = */false);
/external/clang/lib/AST/
H A DASTContext.cpp6286 bool Signed = false, Unsigned = false; local
6299 assert(!Signed && "Can't use 'S' modifier multiple times!");
6300 Signed = true;
6303 assert(!Signed && "Can't use both 'S' and 'U' modifiers!");
6320 assert(HowLong == 0 && !Signed && !Unsigned &&
6325 assert(HowLong == 0 && !Signed && !Unsigned &&
6330 assert(HowLong < 2 && !Signed && !Unsigned &&
6356 if (Signed)
6364 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'b'!");
6368 assert(HowLong == 0 && !Signed
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp540 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; local
555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
560 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp289 bool Signed = true; local
292 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
306 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp1191 Jump negZero = branchOr32(Signed, regT2, regT3);
/external/dropbear/libtommath/
H A Dbn.tex865 \subsection{Signed comparison}

Completed in 2761 milliseconds