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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basicop_malloc.h 87 extern Flag Carry;
  /external/llvm/lib/Support/
ScaledNumber.cpp 288 bool Carry = doesRoundUp(Str[Truncate]);
289 if (!Carry)
303 Carry = false;
307 // Add "1" in front if we still need to carry.
308 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate));
APInt.cpp 181 /// 1 is returned if there is a carry out, otherwise 0 is returned.
182 /// @returns the carry of the addition.
187 y = 1; // Carry one to next digit.
189 y = 0; // No need to carry so exit early
236 /// @returns the carry out from the addition
240 bool carry = false; local
243 dest[i] = x[i] + y[i] + carry;
244 carry = dest[i] < limit || (carry && dest[i] == limit);
246 return carry;
295 uint64_t carry = 0; local
331 uint64_t carry = 0, lx = 0, hx = 0; local
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 281 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops);
284 SDValue(Carry,0), RHS);
MipsSEISelDAGToDAG.cpp 245 SDNode *Carry = CurDAG->getMachineNode(Mips::SLTu, DL, VT, Ops);
247 SDValue(Carry, 0), RHS);
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 288 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ]
299 // ; %carry = and i32 %tmp10, 1
317 Value *Carry = Builder.CreateAnd(Tmp10, One);
325 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ]
344 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ]
346 Carry_1->addIncoming(Carry, DoWhile);
356 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ]
358 Carry_2->addIncoming(Carry, DoWhile);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 744 SDValue Carry(Lo.getNode(), 1);
747 LHSH, RHSH, Carry);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 689 SDValue Carry(AddLo, 1);
692 SDValue(Hi0, 0), SDValue(Hi1, 0), Carry);
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 180 /// \arg Carry The carry returned by the llvm.*.with.overflow.*.
185 llvm::Value *&Carry) {
193 Carry = CGF.Builder.CreateExtractValue(Tmp, 1);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 249 // Carry on with a recursive check of the descendants.
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 1239 milliseconds