/external/jsr305/ri/src/main/java/javax/annotation/ |
Signed.java | 16 public @interface Signed {
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerSH4.cpp | 63 const Condition MacroAssemblerSH4::Signed = SH4Assembler::SI;
|
MacroAssemblerX86Common.h | 56 Signed = X86Assembler::ConditionS, 785 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge 791 // treated as a signed 32bit value, is less than or equal to 5. 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)); [all...] |
MacroAssemblerARM.h | 57 Signed = ARMAssembler::MI, 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)); [all...] |
MacroAssemblerMIPS.h | 72 Signed, 892 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge 898 // treated as a signed 32bit value, is less than or equal to 5. [all...] |
MacroAssemblerSH4.h | 72 static const Condition Signed; [all...] |
MacroAssemblerARMv7.h | 115 Signed = ARMv7Assembler::ConditionMI, 819 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge 825 // treated as a signed 32bit value, is less than or equal to 5. [all...] |
/external/llvm/include/llvm/ADT/ |
APInt.h | 64 /// where it makes a difference, there are both signed and unsigned variants 67 /// results regardless of whether the values are interpreted as signed or 219 /// If isSigned is true then val is treated as if it were a signed value 326 /// This checks to see if the value of this APInt is the maximum signed 328 /// @brief Determine if this is the largest signed value. 341 /// This checks to see if the value of this APInt is the minimum signed 343 /// @brief Determine if this is the smallest signed value. 360 /// @brief Check if this APInt has an N-bits signed integer value. 398 /// @brief Gets maximum signed value of APInt for a specific bit width. 410 /// @brief Gets minimum signed value of APInt for a specific bit width [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeFloatTypes.cpp | 533 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; 548 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); 553 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl, [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 274 bool Signed = true; 277 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8. 291 .addImm(Signed ? (uint64_t) CI->getSExtValue() : 380 // They have to fit in the 32-bit signed displacement field though. [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic32_64.cpp | 423 } else if (shift) { // signed right shift by zero is simply toInt conversion [all...] |
/external/dropbear/libtommath/ |
bn.tex | 865 \subsection{Signed comparison} 867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided. [all...] |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |