Home
last modified time | relevance | path

Searched refs:opa (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/xstc/
Dxstc.py12 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/
Dlevel2_impl.h26 int EIGEN_BLAS_FUNC(gemv)(const char *opa, const int *m, const int *n, const RealScalar *palpha, in EIGEN_BLAS_FUNC()
48 if(OP(*opa)==INVALID) info = 1; in EIGEN_BLAS_FUNC()
62 int code = OP(*opa); in EIGEN_BLAS_FUNC()
86 int EIGEN_BLAS_FUNC(trsv)(const char *uplo, const char *opa, const char *diag, const int *n, const … in EIGEN_BLAS_FUNC()
125 else if(OP(*opa)==INVALID) info = 2; in EIGEN_BLAS_FUNC()
135 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC()
145 int EIGEN_BLAS_FUNC(trmv)(const char *uplo, const char *opa, const char *diag, const int *n, const … in EIGEN_BLAS_FUNC()
184 else if(OP(*opa)==INVALID) info = 2; in EIGEN_BLAS_FUNC()
199 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC()
288 int EIGEN_BLAS_FUNC(tbmv)(char *uplo, char *opa, char *diag, int *n, int *k, RealScalar *pa, int *l…
[all …]
Dlevel3_impl.h12 int EIGEN_BLAS_FUNC(gemm)(const char *opa, const char *opb, const int *m, const int *n, const int *… in EIGEN_BLAS_FUNC()
48 if(OP(*opa)==INVALID) info = 1; in EIGEN_BLAS_FUNC()
53 else if(*lda<std::max(1,(OP(*opa)==NOTR)?*m:*k)) info = 8; in EIGEN_BLAS_FUNC()
73 int code = OP(*opa) | (OP(*opb) << 2); in EIGEN_BLAS_FUNC()
78 int EIGEN_BLAS_FUNC(trsm)(const char *side, const char *uplo, const char *opa, const char *diag, co… in EIGEN_BLAS_FUNC()
149 else if(OP(*opa)==INVALID) info = 3; in EIGEN_BLAS_FUNC()
161 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC()
183 int EIGEN_BLAS_FUNC(trmm)(const char *side, const char *uplo, const char *opa, const char *diag, co… in EIGEN_BLAS_FUNC()
254 else if(OP(*opa)==INVALID) info = 3; in EIGEN_BLAS_FUNC()
263 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC()
/external/tensorflow/tensorflow/python/summary/
Dplugin_asset_test.py54 opa = plugin_asset.get_plugin_asset(_OtherExampleAsset)
55 self.assertIsNot(epa, opa)
68 opa = plugin_asset.get_plugin_asset(_OtherExampleAsset)
69 self.assertItemsEqual(plugin_asset.get_all_plugin_assets(), [epa, opa])
/external/python/cpython3/Lib/
D_pydecimal.py3404 def _fill_logical(self, context, opa, opb): argument
3405 dif = context.prec - len(opa)
3407 opa = '0'*dif + opa
3409 opa = opa[-context.prec:]
3415 return opa, opb
3428 (opa, opb) = self._fill_logical(context, self._int, other._int)
3431 result = "".join([str(int(a)&int(b)) for a,b in zip(opa,opb)])
3452 (opa, opb) = self._fill_logical(context, self._int, other._int)
3455 result = "".join([str(int(a)|int(b)) for a,b in zip(opa,opb)])
3469 (opa, opb) = self._fill_logical(context, self._int, other._int)
[all …]
/external/python/cpython2/Lib/
Ddecimal.py3261 def _fill_logical(self, context, opa, opb): argument
3262 dif = context.prec - len(opa)
3264 opa = '0'*dif + opa
3266 opa = opa[-context.prec:]
3272 return opa, opb
3285 (opa, opb) = self._fill_logical(context, self._int, other._int)
3288 result = "".join([str(int(a)&int(b)) for a,b in zip(opa,opb)])
3309 (opa, opb) = self._fill_logical(context, self._int, other._int)
3312 result = "".join([str(int(a)|int(b)) for a,b in zip(opa,opb)])
3326 (opa, opb) = self._fill_logical(context, self._int, other._int)
[all …]
/external/tcpdump/
Dprint-icmp6.c1245 const struct nd_opt_advinterval *opa; in icmp6_opt_print() local
1332 opa = (const struct nd_opt_advinterval *)op; in icmp6_opt_print()
1333 ND_TCHECK(opa->nd_opt_adv_interval); in icmp6_opt_print()
1334 ND_PRINT((ndo," %ums", EXTRACT_32BITS(&opa->nd_opt_adv_interval))); in icmp6_opt_print()
/external/blktrace/btt/
Doutput.c507 struct __opa opa = { .ofp = ofp, .func = func }; in output_pip_avg() local
510 pip_foreach_out(__output_pip_avg, &opa); in output_pip_avg()
/external/icu/icu4c/source/data/lang/
Dsk.txt648 yes{"Radiť akcenty opačne"}
Dcs.txt841 yes{"Řadit akcenty opačně"}
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt17173 2opa
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt17173 2opa
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt5908 "opa",