HomeSort by relevance Sort by last modified time
    Searched refs:Signed (Results 1 - 23 of 23) sorted by null

  /external/jsr305/ri/src/main/java/javax/annotation/
Signed.java 16 public @interface Signed {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 462 int64_t Signed = Value;
463 assert(Signed >= -(1LL << 16) && Signed < (1LL << 16)
465 if (Signed >= 0) {
489 int64_t Signed = Value;
490 assert(Signed >= -(1LL << 32) && Signed < (1LL << 32)
492 if (Signed >= 0) {
512 int64_t Signed = Value;
513 assert(Signed >= -(1LL << 48) && Signed < (1LL << 48
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 361 } Signed[] =
427 for (size_t i = 0; i < array_lengthof(Signed); ++i) {
428 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
429 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) {
431 EXPECT_EQ(S8, Signed[i].Expected);
435 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
436 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) {
438 EXPECT_EQ(S16, Signed[i].Expected)
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 25 # Signed 16-bit immediate operands
45 # Signed 16-bit immediate operands (extended range for addis)
ppc64-operands.s 24 # Signed 16-bit immediate operands
43 # Signed 16-bit immediate operands (extended range for addis)
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 122 Signed,
NVPTXISelDAGToDAG.cpp 240 fromType = NVPTX::PTXLdStInstCode::Signed;
469 FromType = NVPTX::PTXLdStInstCode::Signed;
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 248 if (Imm == NVPTX::PTXLdStInstCode::Signed)
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
exif_parser.js 299 function safeRead(size, readFunction, signed) {
301 unsafeRead(size, readFunction, signed);
310 function unsafeRead(size, readFunction, signed) {
312 readFunction = function(size) { return br.readScalar(size, signed) };
372 case 9: // Signed Long
382 case 10: // Signed Rational
  /external/llvm/include/llvm/ADT/
APInt.h 67 /// where it makes a difference, there are both signed and unsigned variants
70 /// results regardless of whether the values are interpreted as signed or
228 /// If isSigned is true then val is treated as if it were a signed value
352 /// \brief Determine if this is the largest signed value.
354 /// This checks to see if the value of this APInt is the maximum signed
367 /// \brief Determine if this is the smallest signed value.
369 /// This checks to see if the value of this APInt is the minimum signed
381 /// \brief Check if this APInt has an N-bits signed integer value.
422 /// \brief Gets maximum signed value of APInt for a specific bit width.
432 /// \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/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 342 case 9: // Signed Long
346 case 10: // Signed Rational
371 var writeComponent = function(value, signed) {
373 bw.writeScalar(value[0], 4, signed);
374 bw.writeScalar(value[1], 4, signed);
376 bw.writeScalar(value, width, signed);
380 var signed = (tag.format == 9 || tag.format == 10);
382 writeComponent(tag.value, signed);
385 writeComponent(tag.value[i], signed);
476 * @param {boolean=} opt_signed True if value represents signed number
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 564 bool Signed = N->getOpcode() == ISD::SINT_TO_FP;
579 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
584 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 421 // .sleb128 (Signed=true) and .uleb128 (Signed=false)
422 bool ParseDirectiveLEB128(bool Signed);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 302 bool Signed = true;
305 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
319 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
407 // They have to fit in the 32-bit signed displacement field though.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 510 milliseconds