/external/v8/src/parsing/ |
D | token.h | 220 static bool IsBinaryOp(Value op) { in IsBinaryOp() 224 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() 228 static bool IsCompareOp(Value op) { in IsCompareOp() 232 static bool IsOrderedRelationalCompareOp(Value op) { in IsOrderedRelationalCompareOp() 236 static bool IsEqualityOp(Value op) { in IsEqualityOp() 240 static bool IsInequalityOp(Value op) { in IsInequalityOp() 244 static bool IsArithmeticCompareOp(Value op) { in IsArithmeticCompareOp() 249 static Value NegateCompareOp(Value op) { in NegateCompareOp() 266 static Value ReverseCompareOp(Value op) { in ReverseCompareOp() 283 static bool IsBitOp(Value op) { in IsBitOp() [all …]
|
/external/valgrind/none/tests/mips64/ |
D | macro_fpu.h | 56 #define UNOPdd(op) \ argument 65 #define UNOPff(op) \ argument 74 #define UNOPfd(op) \ argument 83 #define UNOPdf(op) \ argument 92 #define UNOPfw(op) \ argument 103 #define UNOPdw(op) \ argument 114 #define UNOPwd(op) \ argument 125 #define UNOPwf(op) \ argument 136 #define UNOPld(op) \ argument 147 #define UNOPdl(op) \ argument [all …]
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 79 SkRegion::Op op; in setConservativeRect() local 98 static MutateResult mutate_conservative_op(SkRegion::Op* op, bool inverseFilled) { in mutate_conservative_op() 164 bool SkRasterClip::op(const SkRRect& rrect, const SkIRect& bounds, SkRegion::Op op, bool doAA) { in op() argument 175 bool SkRasterClip::op(const SkPath& path, const SkIRect& bounds, SkRegion::Op op, bool doAA) { in op() argument 231 bool SkRasterClip::op(const SkIRect& rect, SkRegion::Op op) { in op() argument 238 bool SkRasterClip::op(const SkRegion& rgn, SkRegion::Op op) { in op() function in SkRasterClip 251 bool SkRasterClip::op(const SkRasterClip& clip, SkRegion::Op op) { in op() argument 288 bool SkRasterClip::op(const SkRect& r, const SkIRect& bounds, SkRegion::Op op, bool doAA) { in op() argument
|
/external/valgrind/none/tests/mips32/ |
D | round.c | 61 #define BINOP(op) \ argument 67 #define UNOPdd(op) \ argument 74 #define UNOPff(op) \ argument 81 #define UNOPfd(op) \ argument 88 #define UNOPdf(op) \ argument 95 #define UNOPfw(op) \ argument 104 #define UNOPdw(op) \ argument 113 #define UNOPwd(op) \ argument 122 #define UNOPwf(op) \ argument 152 int directedRoundingMode(flt_dir_op_t op) { in directedRoundingMode() [all …]
|
D | FPUarithmetic.c | 68 #define UNOPdd(op) \ argument 74 #define UNOPff(op) \ argument 80 #define BINOPf(op) \ argument 86 #define BINOPd(op) \ argument 125 int arithmeticOperations(flt_art_op_t op) in arithmeticOperations() 228 flt_art_op_t op; in main() local
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/ |
D | transform.hpp | 64 __host__ void gridTransformUnary_(const SrcPtr& src, GpuMat_<DstType>& dst, const UnOp& op, const M… in gridTransformUnary_() 77 __host__ void gridTransformUnary_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, const UnOp& op,… in gridTransformUnary_() 89 __host__ void gridTransformUnary_(const SrcPtr& src, GpuMat_<DstType>& dst, const UnOp& op, Stream&… in gridTransformUnary_() 100 __host__ void gridTransformUnary_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, const UnOp& op,… in gridTransformUnary_() 111 …ry_(const SrcPtr1& src1, const SrcPtr2& src2, GpuMat_<DstType>& dst, const BinOp& op, const MaskPt… in gridTransformBinary_() 125 …t SrcPtr1& src1, const SrcPtr2& src2, const GlobPtrSz<DstType>& dst, const BinOp& op, const MaskPt… in gridTransformBinary_() 138 …ry_(const SrcPtr1& src1, const SrcPtr2& src2, GpuMat_<DstType>& dst, const BinOp& op, Stream& stre… in gridTransformBinary_() 151 …t SrcPtr1& src1, const SrcPtr2& src2, const GlobPtrSz<DstType>& dst, const BinOp& op, Stream& stre… in gridTransformBinary_() 163 …(const SrcPtr& src, const tuple< GpuMat_<D0>&, GpuMat_<D1>& >& dst, const OpTuple& op, const MaskP… in gridTransformTuple_() 184 …onst SrcPtr& src, const tuple< GlobPtrSz<D0>, GlobPtrSz<D1> >& dst, const OpTuple& op, const MaskP… in gridTransformTuple_() [all …]
|
/external/skia/src/sfnt/ |
D | SkPreprocessorSeq.h | 564 #define SK_SEQ_FOREACH(op, data, seq) SK_SEQ_FOREACH_L(op, op, data, seq) argument 565 #define SK_SEQ_FOREACH_L(op, lop, data, seq) SK_CONCAT(SK_SEQ_FOREACH_, SK_SEQ_SIZE(seq)) (op, lop,… argument 567 #define SK_SEQ_FOREACH_0(op,lop,d,x,t) argument 568 #define SK_SEQ_FOREACH_1(op,lop,d,x,t) lop(d,x) argument 569 #define SK_SEQ_FOREACH_2(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_1(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 570 #define SK_SEQ_FOREACH_3(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_2(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 571 #define SK_SEQ_FOREACH_4(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_3(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 572 #define SK_SEQ_FOREACH_5(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_4(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 573 #define SK_SEQ_FOREACH_6(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_5(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument 574 #define SK_SEQ_FOREACH_7(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_6(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument [all …]
|
/external/v8/src/compiler/ |
D | operator-properties.cc | 16 bool OperatorProperties::HasContextInput(const Operator* op) { in HasContextInput() 23 int OperatorProperties::GetFrameStateInputCount(const Operator* op) { in GetFrameStateInputCount() 117 int OperatorProperties::GetTotalInputCount(const Operator* op) { in GetTotalInputCount() 125 bool OperatorProperties::IsBasicBlockBegin(const Operator* op) { in IsBasicBlockBegin()
|
D | code-generator-impl.h | 94 Label* ToLabel(InstructionOperand* op) { in ToLabel() 98 RpoNumber ToRpoNumber(InstructionOperand* op) { in ToRpoNumber() 102 Register ToRegister(InstructionOperand* op) { in ToRegister() 106 DoubleRegister ToDoubleRegister(InstructionOperand* op) { in ToDoubleRegister() 110 Constant ToConstant(InstructionOperand* op) { in ToConstant() 118 double ToDouble(InstructionOperand* op) { return ToConstant(op).ToFloat64(); } in ToDouble() 120 float ToFloat32(InstructionOperand* op) { return ToConstant(op).ToFloat32(); } in ToFloat32() 122 ExternalReference ToExternalReference(InstructionOperand* op) { in ToExternalReference() 126 Handle<HeapObject> ToHeapObject(InstructionOperand* op) { in ToHeapObject()
|
D | graph.h | 45 Node* NewNode(const Operator* op) { in NewNode() 48 Node* NewNode(const Operator* op, Node* n1) { return NewNode(op, 1, &n1); } in NewNode() 49 Node* NewNode(const Operator* op, Node* n1, Node* n2) { in NewNode() 53 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { in NewNode() 57 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4) { in NewNode() 61 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode() 66 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode() 71 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode() 76 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode() 81 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode()
|
/external/v8/test/unittests/compiler/ |
D | common-operator-unittest.cc | 79 const Operator* op = (common.*sop.constructor)(); in TEST_P() local 97 const Operator* op = (common.*sop.constructor)(); in TEST_P() local 105 const Operator* op = (common.*sop.constructor)(); in TEST_P() local 175 const Operator* const op = common()->End(input_count); in TEST_F() local 192 const Operator* const op = common()->Return(input_count); in TEST_F() local 208 const Operator* const op = common()->Branch(hint); in TEST_F() local 227 const Operator* const op = common()->IfException(hint); in TEST_F() local 243 const Operator* const op = common()->Switch(cases); in TEST_F() local 259 const Operator* const op = common()->IfValue(value); in TEST_F() local 284 const Operator* const op = common()->Select(rep, hint); in TEST_F() local [all …]
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | Stmnt.java | 27 public Stmnt(int op, ASTree _head, ASTList _tail) { in Stmnt() 32 public Stmnt(int op, ASTree _head) { in Stmnt() 37 public Stmnt(int op) { in Stmnt() 41 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) { in make() 45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { in make()
|
D | Expr.java | 33 Expr(int op, ASTree _head, ASTList _tail) { in Expr() 38 Expr(int op, ASTree _head) { in Expr() 43 public static Expr make(int op, ASTree oprand1, ASTree oprand2) { in make() 47 public static Expr make(int op, ASTree oprand1) { in make() 53 public void setOperator(int op) { operatorId = op; } in setOperator()
|
D | DoubleConst.java | 44 public ASTree compute(int op, ASTree right) { in compute() 53 private DoubleConst compute0(int op, DoubleConst right) { in compute0() 64 private DoubleConst compute0(int op, IntConst right) { in compute0() 68 private static DoubleConst compute(int op, double value1, double value2, in compute()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | windows_etw_cswitch.json | 2 …002E5C1FA7F029B0"},{"cpu":0,"guid":"68FDD900-4A3E-11D1-84F4-0000F80464E3","op":5,"payload":"FwAAAA… number
|
/external/e2fsprogs/intl/ |
D | plural.y | 51 enum operator op; member 63 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp() 92 new_exp_0 (enum operator op) in new_exp_0() 98 new_exp_1 (enum operator op, struct expression *right) in new_exp_1() 107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2() 117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3()
|
/external/skia/include/core/ |
D | SkClipStack.h | 62 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() 66 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() 70 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() 109 void setOp(SkRegion::Op op) { fOp = op; } in setOp() 212 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() 216 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() 220 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() 224 void initCommon(int saveCount, SkRegion::Op op, bool doAA) { in initCommon() 236 void initRect(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in initRect() 242 void initRRect(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in initRRect() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | tuple_adapter.hpp | 61 Op op; member 71 __host__ __device__ UnaryTupleAdapter<Op, n> unaryTupleAdapter(const Op& op) in unaryTupleAdapter() 82 Op op; member 92 __host__ __device__ BinaryTupleAdapter<Op, n0, n1> binaryTupleAdapter(const Op& op) in binaryTupleAdapter()
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | cmp_scalar.cu | 63 Op op; in operator ()() local 79 CmpOp<Op, T> op; in operator ()() local 91 CmpOp<Op, T> op; member 103 CmpOp<Op, T> op; member 115 CmpOp<Op, T> op; member 140 CmpScalarOp<Op<T>, T, cn> op; in cmpScalarImpl() local
|
D | div_scalar.cu | 62 __device__ __forceinline__ static T op(T a, T b) in op() function 69 __device__ __forceinline__ static T op(const T& a, const T& b) in op() function 81 __device__ __forceinline__ static T op(const T& a, const T& b) in op() function 94 __device__ __forceinline__ static T op(const T& a, const T& b) in op() function 146 DivScalarOpInv<SrcType, ScalarType, DstType> op; in divScalarImpl() local 153 DivScalarOp<SrcType, ScalarType, DstType> op; in divScalarImpl() local
|
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 243 X86RMI* op = LibVEX_Alloc_inline(sizeof(X86RMI)); in X86RMI_Imm() local 249 X86RMI* op = LibVEX_Alloc_inline(sizeof(X86RMI)); in X86RMI_Reg() local 255 X86RMI* op = LibVEX_Alloc_inline(sizeof(X86RMI)); in X86RMI_Mem() local 261 void ppX86RMI ( X86RMI* op ) { in ppX86RMI() 280 static void addRegUsage_X86RMI ( HRegUsage* u, X86RMI* op ) { in addRegUsage_X86RMI() 295 static void mapRegs_X86RMI ( HRegRemap* m, X86RMI* op ) { in mapRegs_X86RMI() 314 X86RI* op = LibVEX_Alloc_inline(sizeof(X86RI)); in X86RI_Imm() local 320 X86RI* op = LibVEX_Alloc_inline(sizeof(X86RI)); in X86RI_Reg() local 326 void ppX86RI ( X86RI* op ) { in ppX86RI() 342 static void addRegUsage_X86RI ( HRegUsage* u, X86RI* op ) { in addRegUsage_X86RI() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | dfp-2.c | 112 void qadtr(_Decimal64 op, _Decimal64 quan, uint8_t rm) in qadtr() 130 void quantize64(_Decimal64 op, _Decimal64 quan) in quantize64() 138 void qaxtr(_Decimal128 op, _Decimal128 quan, uint8_t rm) in qaxtr() 156 void quantize128(_Decimal128 op, _Decimal128 quan) in quantize128() 164 void rrdtr(_Decimal64 op, uint8_t sig, uint8_t rm) in rrdtr() 180 void reround64(_Decimal64 op, uint8_t sig) in reround64() 188 void rrxtr(_Decimal128 op, uint8_t sig, uint8_t rm) in rrxtr() 204 void reround128(_Decimal128 op, uint8_t sig) in reround128()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | reduce_to_column.hpp | 63 typename Reductor::template rebind<work_elem_type>::other op; in call() local 72 typename Reductor::template rebind<work_elem_type>::other op; in call() local 81 typename Reductor::template rebind<work_elem_type>::other op; in call() local 90 typename Reductor::template rebind<work_elem_type>::other op; in call() local 108 Reductor op; in reduceToColumn() local
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_operand.c | 16 static void apply_seg( x86_op_t *op, unsigned int prefixes ) { in apply_seg() 39 x86_op_t *op, x86_insn_t *insn, in decode_operand_value() 233 x86_op_t *op ){ in decode_operand_size() 384 x86_op_t *op; in ia32_decode_operand() local
|
D | x86_operand_list.c | 5 static void x86_oplist_append( x86_insn_t *insn, x86_oplist_t *op ) { in x86_oplist_append() 37 x86_oplist_t *op; in x86_operand_new() local 49 x86_oplist_t *op, *list; in x86_oplist_free() local 149 static void count_operand( x86_op_t *op, x86_insn_t *insn, void *arg ) { in count_operand()
|