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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 32 DivergenceAnalysis *DA;
62 if (!DA->isUniform(Ptr))
75 DA = &getAnalysis<DivergenceAnalysis>();
  /external/clang/test/SemaCXX/
warn-reinterpret-base-class.cpp 10 class DA : public A {
12 class DDA : public DA {
21 class DDVA : public virtual DA {
23 class DMA : public virtual A, public virtual DA { //expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n class DMA -> class A\n class DMA -> class DA -> class A}}
110 (void)*reinterpret_cast<DA *>(a);
111 (void)*reinterpret_cast<const DA *>(a);
112 (void)*reinterpret_cast<volatile DA *>(a);
113 (void)*reinterpret_cast<const volatile DA *>(a);
115 (void)*reinterpret_cast<const DA *>(ca)
    [all...]
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 321 public static class DA
324 @Inject private DA() {}
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 82 #define DA(a) OP (0, MSP430_Operand_Indirect, MSR_None, a)
175 DA (x + ld->pc + ld->op_ptr - 2);
178 DA (x);
501 ID (MSO_mov); SR (srcr); DA ((dstr << 16) + IMMU(2));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 75 Loop *L, DependenceAnalysis *DA) {
120 if (auto D = DA->depends(Src, Des, true)) {
433 DependenceAnalysis *DA;
437 : FunctionPass(ID), SE(nullptr), LI(nullptr), DA(nullptr), DT(nullptr) {
454 DA = &getAnalysis<DependenceAnalysis>();
518 OuterMostLoop, DA)) {
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 77 struct DA {
110 struct DA DeclArg;
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 1077 CFX_ByteString DA;
1078 if (CPDF_Object* pObj_t = FPDF_GetFieldAttr(m_pDict, "DA")) {
1079 DA = pObj_t->GetString();
1081 if (DA.IsEmpty() && m_pForm->m_pFormDict) {
1082 DA = m_pForm->m_pFormDict->GetString("DA");
1084 if (DA.IsEmpty()) {
1087 CPDF_SimpleParser syntax(DA);
doc_ap.cpp 273 CFX_ByteString DA;
274 if (CPDF_Object* pDAObj = FPDF_GetFieldAttr(pAnnotDict, "DA")) {
275 DA = pDAObj->GetString();
277 if (DA.IsEmpty()) {
278 DA = pFormDict->GetString("DA");
280 if (DA.IsEmpty()) {
283 CPDF_SimpleParser syntax(DA);
291 CPVT_Color crText = ParseColor(DA);
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 87 static final short DA = vr("DA");
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
  /art/compiler/utils/arm/
assembler_arm.h 243 DA = (0|0|0) << 21, // decrement after
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 565 double DA = scaled_image_data[addr + img_width + 1] - scaled_image_data[addr];
567 double gx = DA + BC; // gradient x component
568 double gy = DA - BC; // gradient y component
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 85 #define DA(d) ((d) << 11)
781 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar));
807 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | DA(tmp_ar), tmp_ar));
877 FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | DA(tmp_ar), tmp_ar));
    [all...]
sljitNativeSPARC_common.c 103 #define DA(d) ((d) << 25)
159 #define WRY (OPC1(0x2) | OPC3(0x30) | DA(0))
249 inst[0] = BICC | DA(0x8);
262 inst[0] = BICC | DA(0x8);
520 | ((flags & MEM_MASK) <= GPR_REG ? D(reg) : DA(reg))
606 dest = ((flags & MEM_MASK) <= GPR_REG ? D(reg) : DA(reg));
967 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSTOI, FDTOI) | DA(TMP_FREG1) | S2A(src), MOVABLE_INS));
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1593 milliseconds