/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | HasPositionalPredChecker.java | 30 import org.apache.xpath.operations.Div; 103 (pred instanceof Div) || in visitPredicate()
|
/external/skia/src/core/ |
D | SkFloat.h | 48 void div(const SkFloat& a) { fPacked = Div(fPacked, a.fPacked); } in div() 49 void setDiv(const SkFloat& a, const SkFloat& b) { fPacked = Div(a.fPacked, b.fPacked); } in setDiv() 101 static int32_t Div(int32_t, int32_t);
|
D | SkFloat.cpp | 189 int32_t SkFloat::Div(int32_t packed_n, int32_t packed_d) in Div() function in SkFloat 207 return Div(packed, SetShift(n, 0)); in DivInt() 212 return Div(packed, SetShift(1, 0)); in Invert()
|
D | SkFP.h | 62 #define SkFPDiv(a, b) SkFloat::Div(a, b)
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Div.java | 30 public class Div extends Operation class
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 812 i->Pin.Div.extended = extended; in PPCInstr_Div() 813 i->Pin.Div.syned = syned; in PPCInstr_Div() 814 i->Pin.Div.sz32 = sz32; in PPCInstr_Div() 815 i->Pin.Div.dst = dst; in PPCInstr_Div() 816 i->Pin.Div.srcL = srcL; in PPCInstr_Div() 817 i->Pin.Div.srcR = srcR; in PPCInstr_Div() 1308 i->Pin.Div.sz32 ? 'w' : 'd', in ppPPCInstr() 1309 i->Pin.Div.extended ? "e" : "", in ppPPCInstr() 1310 i->Pin.Div.syned ? "" : "u"); in ppPPCInstr() 1311 ppHRegPPC(i->Pin.Div.dst); in ppPPCInstr() [all …]
|
D | host_amd64_defs.c | 714 i->Ain.Div.syned = syned; in AMD64Instr_Div() 715 i->Ain.Div.sz = sz; in AMD64Instr_Div() 716 i->Ain.Div.src = src; in AMD64Instr_Div() 1120 i->Ain.Div.syned ? 's' : 'u', in ppAMD64Instr() 1121 showAMD64ScalarSz(i->Ain.Div.sz)); in ppAMD64Instr() 1122 ppAMD64RM(i->Ain.Div.src); in ppAMD64Instr() 1469 addRegUsage_AMD64RM(u, i->Ain.Div.src, HRmRead); in getRegUsage_AMD64Instr() 1767 mapRegs_AMD64RM(m, i->Ain.Div.src); in mapRegs_AMD64Instr() 2716 subopc = i->Ain.Div.syned ? 7 : 6; in emit_AMD64Instr() 2717 if (i->Ain.Div.sz == 4) { in emit_AMD64Instr() [all …]
|
D | host_x86_defs.c | 621 i->Xin.Div.syned = syned; in X86Instr_Div() 622 i->Xin.Div.src = src; in X86Instr_Div() 932 vex_printf("%cdivl ", i->Xin.Div.syned ? 's' : 'u'); in ppX86Instr() 933 ppX86RM(i->Xin.Div.src); in ppX86Instr() 1206 addRegUsage_X86RM(u, i->Xin.Div.src, HRmRead); in getRegUsage_X86Instr() 1454 mapRegs_X86RM(m, i->Xin.Div.src); in mapRegs_X86Instr() 2237 subopc = i->Xin.Div.syned ? 7 : 6; in emit_X86Instr() 2239 switch (i->Xin.Div.src->tag) { in emit_X86Instr() 2242 i->Xin.Div.src->Xrm.Mem.am); in emit_X86Instr() 2246 i->Xin.Div.src->Xrm.Reg.reg); in emit_X86Instr()
|
D | host_x86_defs.h | 429 } Div; member
|
D | host_amd64_defs.h | 472 } Div; member
|
D | host_ppc_defs.h | 569 } Div; member
|
/external/libnfc-nxp/src/ |
D | phFriNfc_OvrHalCmd.h | 75 void *Div; member
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 309 Div, ///< Signed division. enumerator 354 return Create(Div, LHS, RHS, Ctx); in CreateDiv()
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 108 case MCBinaryExpr::Div: OS << '/'; break; in print() 563 case MCBinaryExpr::Div: Result = LHS / RHS; break; in EvaluateAsRelocatableImpl()
|
/external/llvm/lib/VMCore/ |
D | ConstantFold.cpp | 2017 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl() local 2023 Type::getInt64Ty(Div->getContext())); in ConstantFoldGetElementPtrImpl() 2024 if (!Div->getType()->isIntegerTy(64)) in ConstantFoldGetElementPtrImpl() 2025 Div = ConstantExpr::getSExt(Div, in ConstantFoldGetElementPtrImpl() 2026 Type::getInt64Ty(Div->getContext())); in ConstantFoldGetElementPtrImpl() 2028 NewIdxs[i-1] = ConstantExpr::getAdd(PrevIdx, Div); in ConstantFoldGetElementPtrImpl()
|
D | AsmWriter.cpp | 687 } else if (const PossiblyExactOperator *Div = in WriteOptimizationInfo() local 689 if (Div->isExact()) in WriteOptimizationInfo()
|
/external/clang/include/clang/AST/ |
D | StmtVisitor.h | 121 BINOP_FALLBACK(Mul) BINOP_FALLBACK(Div) BINOP_FALLBACK(Rem) in BINOP_FALLBACK()
|
D | RecursiveASTVisitor.h | 50 OPERATOR(Mul) OPERATOR(Div) OPERATOR(Rem) \ 64 OPERATOR(Mul) OPERATOR(Div) OPERATOR(Rem) OPERATOR(Add) OPERATOR(Sub) \
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Compiler.java | 44 import org.apache.xpath.operations.Div; 407 return compileOperation(new Div(), opPos); in div()
|
/external/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 45 // Mul, Div 49 Div<op, func, instr_asm, itin, CPU64Regs, [HI64, LO64]>;
|
D | MipsInstrInfo.td | 596 // Mul, Div 611 class Div<SDNode op, bits<6> func, string instr_asm, InstrItinClass itin, 622 Div<op, func, instr_asm, itin, CPURegs, [HI, LO]>;
|
/external/libvpx/examples/includes/geshi/docs/ |
D | THANKS | 78 - Div Gabriel Lorenzo
|
/external/icu4c/data/region/ |
D | ewo.txt | 52 CI{"Kód Divɔ́r"}
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2193 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr() local 2194 if (!isa<SCEVUDivExpr>(Div) && getMulExpr(Div, RHSC) == Op) { in getUDivExpr() 2197 Operands[i] = Div; in getUDivExpr() 5210 if (const SCEVUDivExpr *Div = dyn_cast<SCEVUDivExpr>(V)) { in computeSCEVAtScope() local 5211 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope() 5212 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope() 5213 if (LHS == Div->getLHS() && RHS == Div->getRHS()) in computeSCEVAtScope() 5214 return Div; // must be loop invariant in computeSCEVAtScope()
|
D | ScalarEvolutionExpander.cpp | 241 const SCEV *Div = SE.getConstant(CI); in FactorOutConstant() local 242 S = Div; in FactorOutConstant()
|