HomeSort by relevance Sort by last modified time
    Searched refs:opa (Results 1 - 18 of 18) sorted by null

  /external/libxml2/xstc/
xstc.py 12 opa = optparse.OptionParser() variable
14 opa.add_option("-b", "--base", action="store", type="string", dest="baseDir",
19 opa.add_option("-o", "--out", action="store", type="string", dest="logFile",
23 opa.add_option("--log", action="store_true", dest="enableLog",
27 opa.add_option("--no-test-out", action="store_true", dest="disableTestStdOut",
31 opa.add_option("-s", "--silent", action="store_true", dest="silent", default=False,
34 opa.add_option("-v", "--verbose", action="store_true", dest="verbose",
38 opa.add_option("-x", "--max", type="int", dest="maxTestCount",
42 opa.add_option("-t", "--test", type="string", dest="singleTest",
46 opa.add_option("--tsw", "--test-starts-with", type="string", dest="testStartsWith"
    [all...]
  /external/eigen/blas/
level2_impl.h 12 int EIGEN_BLAS_FUNC(gemv)(char *opa, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *incb, RealScalar *pbeta, RealScalar *pc, int *incc)
38 if(OP(*opa)==INVALID) info = 1;
52 int code = OP(*opa);
76 int EIGEN_BLAS_FUNC(trsv)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb)
111 else if(OP(*opa)==INVALID) info = 2;
121 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3);
131 int EIGEN_BLAS_FUNC(trmv)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb)
166 else if(OP(*opa)==INVALID) info = 2;
181 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3);
270 int EIGEN_BLAS_FUNC(tbmv)(char *uplo, char *opa, char *diag, int *n, int *k, RealScalar *pa, int *lda, RealScalar *px, int *incx
    [all...]
level3_impl.h 12 int EIGEN_BLAS_FUNC(gemm)(char *opa, char *opb, int *m, int *n, int *k, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, RealScalar *pbeta, RealScalar *pc, int *ldc)
14 // std::cerr << "in gemm " << *opa << " " << *opb << " " << *m << " " << *n << " " << *k << " " << *lda << " " << *ldb << " " << *ldc << " " << *palpha << " " << *pbeta << "\n";
42 if(OP(*opa)==INVALID) info = 1;
47 else if(*lda<std::max(1,(OP(*opa)==NOTR)?*m:*k)) info = 8;
61 int code = OP(*opa) | (OP(*opb) << 2);
66 int EIGEN_BLAS_FUNC(trsm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb)
68 // std::cerr << "in trsm " << *side << " " << *uplo << " " << *opa << " " << *diag << " " << *m << "," << *n << " " << *palpha << " " << *lda << " " << *ldb<< "\n";
121 else if(OP(*opa)==INVALID) info = 3;
130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4);
152 int EIGEN_BLAS_FUNC(trmm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *l (…)
    [all...]
  /art/compiler/optimizing/
induction_var_range.cc 670 HInstruction* opa = nullptr; local
681 if (GenerateCode(info->op_a, trip, graph, block, &opa, in_body, is_min) &&
687 operation = new (graph->GetArena()) HAdd(type, opa, opb); break;
689 operation = new (graph->GetArena()) HLessThan(opa, opb); break;
691 operation = new (graph->GetArena()) HLessThanOrEqual(opa, opb); break;
693 operation = new (graph->GetArena()) HGreaterThan(opa, opb); break;
695 operation = new (graph->GetArena()) HGreaterThanOrEqual(opa, opb); break;
705 if (GenerateCode(info->op_a, trip, graph, block, &opa, in_body, is_min) &&
708 *result = Insert(block, new (graph->GetArena()) HSub(type, opa, opb));
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 6128 unsigned int reg, op, opa; local
6259 unsigned op, opa; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_ColorMatrix.S 21 .macro vmxx_f32 i, mask, opd, opa, opb
24 fmla \opd, \opa, \opb
26 fmul \opd, \opa, \opb
31 .macro vadd_f32 i, mask, opd, opa, opb, stupidsyntax1, stupidsyntax2
34 fadd \opd, \opa, \opb
41 .macro vmxx_s16 i, mask, opd, opa, opb
44 smlal \opd, \opa, \opb
46 smull \opd, \opa, \opb
51 .macro vmxx2_s16 i, mask, opd, opa, opb
54 smlal2 \opd, \opa, \op
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /external/tcpdump/
print-icmp6.c 1263 const struct nd_opt_advinterval *opa; local
    [all...]
  /external/blktrace/btt/
output.c 507 struct __opa opa = { .ofp = ofp, .func = func }; local
510 pip_foreach_out(__output_pip_avg, &opa);
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-parse.y 289 check_macfuncs (Macfunc *aa, Opt_mode *opa,
298 if (opa->mod != 0)
306 if (opa->MM != 0)
312 otmp = *opa; *opa = *opb; *opb = otmp;
352 opb->mod |= opa->mod;
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1446 milliseconds