/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/ |
D | Div.java | 14 public class Div implements IExpression { class 20 public Div(final IExpression l, final IExpression r) { in Div() method in Div
|
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 41 Value *Div = Builder.CreateSDiv(A, B); in TEST() local 71 Value *Div = Builder.CreateUDiv(A, B); in TEST() local 162 Value *Div = Builder.CreateSDiv(A, B); in TEST() local 192 Value *Div = Builder.CreateUDiv(A, B); in TEST() local
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Div.java | 30 public class Div extends Operation class
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 436 bool llvm::expandDivision(BinaryOperator *Div) { in expandDivision() 590 bool llvm::expandDivisionUpTo32Bits(BinaryOperator *Div) { in expandDivisionUpTo32Bits() 640 bool llvm::expandDivisionUpTo64Bits(BinaryOperator *Div) { in expandDivisionUpTo64Bits()
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 361 typedef ArithmTestBase Div; typedef 363 OCL_TEST_P(Div, Mat) in OCL_TEST_P() argument 375 OCL_TEST_P(Div, Scalar) in OCL_TEST_P() argument 388 OCL_TEST_P(Div, Scalar2) in OCL_TEST_P() argument 401 OCL_TEST_P(Div, Mat_Scale) in OCL_TEST_P() argument 414 OCL_TEST_P(Div, Mat_Scalar_Scale) in OCL_TEST_P() argument 427 OCL_TEST_P(Div, Recip) in OCL_TEST_P() argument
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 258 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), in LowerUDIVREM() local
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | quaternion.inl | 105 float Div = sin(NewAngle) / sin(Angle); local
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 90 #define Div divd macro 107 #define Div divw macro
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 562 APInt Div(getBitWidth(), 0); in truncate() local
|
D | ConstantFold.cpp | 2193 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl() local
|
D | AsmWriter.cpp | 1074 } else if (const PossiblyExactOperator *Div = in WriteOptimizationInfo() local
|
/external/libnfc-nxp/src/ |
D | phFriNfc_OvrHalCmd.h | 75 void *Div; member
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1632 SDValue Div = DAG.getNode(ISD::ADD, DL, VT, iq, jq); in LowerDIVREM24() local 1811 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, DL, VT), in LowerUDIVREM() local 1884 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM() local 1909 SDValue Div = DAG.getNode(ISD::FDIV, SL, VT, X, Y); in LowerFREM() local
|
/external/opencv3/3rdparty/jinja2/ |
D | nodes.py | 731 class Div(BinExpr): class
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 412 Div, ///< Signed division. enumerator
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 780 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div() function in v8::internal::MacroAssembler 792 void MacroAssembler::Div(Register rem, Register res, in Div() function in v8::internal::MacroAssembler 819 void MacroAssembler::Div(Register res, Register rs, const Operand& rt) { in Div() function in v8::internal::MacroAssembler
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1781 static bool ConvertOmodDiv(int64_t &Div) { in ConvertOmodDiv()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 254 const SCEV *Div = SE.getConstant(CI); in FactorOutConstant() local
|
D | InstructionSimplify.cpp | 1043 if (BinaryOperator *Div = dyn_cast<BinaryOperator>(X)) in SimplifyDiv() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 650 __ Div(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
|
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 439 } Div; member
|
D | host_mips_defs.h | 438 } Div; member
|
D | host_amd64_defs.h | 468 } Div; member
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 669 __ Div(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 834 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div() function in v8::internal::MacroAssembler 846 void MacroAssembler::Div(Register res, Register rs, const Operand& rt) { in Div() function in v8::internal::MacroAssembler
|