Searched refs:Zero (Results 151 - 175 of 209) sorted by relevance

123456789

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
H A Dconst-fst.h96 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
H A Dencode.h234 arc.weight == Weight::Zero())) {
H A Dqueue.h643 // Zero() or One().
674 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
681 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
H A Drmepsilon.h140 final_ = Weight::Zero();
/external/webkit/Source/JavaScriptCore/jit/
H A DJSInterfaceJIT.h289 return branchTestPtr(Zero, reg, tagTypeNumberRegister);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp161 // Zero the new bits, and continue the assertion.
287 // Zero extend things like i1, sign extend everything else. It shouldn't
310 // Zero extend to the promoted type and do the count there.
323 // Zero extend to the promoted type and do the count there.
680 // Zero extend the input.
824 // the operands (including the unsigned comparisons!). Zero extend is
2015 SDValue Zero = DAG.getConstant(0, LHS.getValueType()); local
2017 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE);
2018 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE);
2023 SDValue SumSign = DAG.getSetCC(dl, OType, Sum, Zero, IS
2408 SDValue Zero = DAG.getConstant(0, VT); local
2815 SDValue Zero = DAG.getIntPtrConstant(0); local
[all...]
H A DLegalizeVectorOps.cpp586 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType()); local
588 Zero, Op.getOperand(0));
H A DLegalizeDAG.cpp2194 SDValue Zero = DAG.getIntPtrConstant(0), Four = DAG.getIntPtrConstant(4);
2195 SDValue CstOffset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(),
2196 SignSet, Four, Zero);
2270 // Okay, we found the operation and type to use. Zero extend our input to the
2618 SDValue Zero = DAG.getConstant(0, Node->getValueType(0));
2622 Node->getOperand(1), Zero, Zero,
3218 SDValue Zero = DAG.getConstant(0, LHS.getValueType());
3229 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE);
3230 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, IS
[all...]
H A DTargetLowering.cpp1946 SDValue Zero = DAG.getConstant(0, N0.getValueType()); local
1948 Zero, Cond);
2591 SDValue Zero = DAG.getConstant(0, N1.getValueType()); local
2592 return DAG.getSetCC(dl, VT, N0, Zero, Cond);
2599 SDValue Zero = DAG.getConstant(0, N0.getValueType()); local
2600 return DAG.getSetCC(dl, VT, N1, Zero, Cond);
/external/openfst/src/include/fst/
H A Dcompose.h350 if (final1 == Weight::Zero())
355 if (final2 == Weight::Zero())
H A Dconst-fst.h118 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
H A Dencode.h424 arc.weight == Weight::Zero())) {
H A Dreplace-util.h288 if (ifst->Final(s) != Weight::Zero())
/external/clang/lib/CodeGen/
H A DCGCall.cpp481 CharUnits UnionSize = CharUnits::Zero();
532 CharUnits UnionSize = CharUnits::Zero();
1106 llvm::Constant* Zero = llvm::Constant::getNullValue(LLVMTy); local
1107 Builder.CreateStore(Zero, ReturnValue);
1709 // Zero-initialize it if we're not doing a copy-initialization.
1872 CharUnits UnionSize = CharUnits::Zero();
H A DCGDecl.cpp670 // Zero and Undef never requires any extra stores.
846 llvm::Value *Zero = Builder.getFalse(); local
847 llvm::Value *NRVOFlag = CreateTempAlloca(Zero->getType(), "nrvo");
849 Builder.CreateStore(Zero, NRVOFlag);
1066 // Zero and undef don't require a stores.
H A DCGExprConstant.cpp53 NextFieldOffsetInChars(CharUnits::Zero()),
334 CharUnits ElementOffsetInChars = CharUnits::Zero();
387 // Zero-length bitfields following non-bitfield members are
487 // Zero-length bitfields following non-bitfield members are
600 Builder.Build(Val, RD, false, VTable, CD, CharUnits::Zero());
H A DCGBuiltin.cpp239 Value *Zero = local
244 Imag = Builder.CreateFSub(Zero, Imag, "sub");
308 Value *Zero = llvm::Constant::getNullValue(ArgType); local
309 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero");
310 Value *Result = Builder.CreateSelect(IsZero, Zero, Tmp, "ffs");
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp347 const SCEV *Zero = SE.getConstant(Ty, 0); local
348 AddRecs.push_back(SE.getAddRecExpr(Zero,
354 Ops[i] = Zero;
H A DConstantFolding.cpp161 Constant *Zero = Constant::getNullValue(DstEltTy); local
167 Constant *Elt = Zero;
174 // Zero extend the element to the right size.
/external/libpng/
H A DCHANGES2313 Zero out some arrays of pointers after png_malloc(). (Tavis Ormandy)
2316 Zero out more arrays of pointers after png_malloc().
/external/llvm/lib/VMCore/
H A DConstantFold.cpp107 Value *Zero = local
109 IdxList.push_back(Zero);
115 IdxList.push_back(Zero);
120 IdxList.push_back(Zero);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc221 __ cmp(r3, Operand::Zero());
699 __ cmp(int_scratch, Operand::Zero());
707 __ rsb(int_scratch, int_scratch, Operand::Zero(), SetCC, mi);
739 __ mov(dst1, Operand::Zero());
807 __ cmp(scratch1, Operand::Zero());
877 __ cmp(dst, Operand::Zero());
894 __ rsb(dst, dst, Operand::Zero(), LeaveCC, mi);
2834 __ cmp(scratch1, Operand::Zero());
3945 __ cmp(r6, Operand::Zero());
4022 __ mov(r6, Operand::Zero());
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp715 Offset = CharUnits::Zero();
1870 RVal = APValue(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0);
3769 // Zero-initialize all elements.
4272 Size = CharUnits::Zero();
5768 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy)); local
5769 Result.FloatReal = Zero;
5770 Result.FloatImag = Zero;
5773 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); local
5774 Result.IntReal = Zero;
5775 Result.IntImag = Zero;
[all...]
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp165 matchDest.append(branchTest8(charClass->m_table->m_inverted ? Zero : NonZero, tableEntry));
1370 state.jumpToBacktrack(this, branchTest32(Zero, countRegister));
1495 state.jumpToBacktrack(this, branchTest32(Zero, countRegister));

Completed in 549 milliseconds

123456789