Home
last modified time | relevance | path

Searched refs:opa (Results 1 – 22 of 22) 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/jemalloc_new/test/unit/
Dmallctl.c335 const char *opa; in TEST_BEGIN() local
336 size_t sz = sizeof(opa); in TEST_BEGIN()
337 assert_d_eq(mallctl("opt.percpu_arena", (void *)&opa, &sz, NULL, 0), 0, in TEST_BEGIN()
345 if (strcmp(opa, "disabled") == 0) { in TEST_BEGIN()
/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/python/cpython3/Lib/
D_pydecimal.py3363 def _fill_logical(self, context, opa, opb): argument
3364 dif = context.prec - len(opa)
3366 opa = '0'*dif + opa
3368 opa = opa[-context.prec:]
3374 return opa, opb
3387 (opa, opb) = self._fill_logical(context, self._int, other._int)
3390 result = "".join([str(int(a)&int(b)) for a,b in zip(opa,opb)])
3411 (opa, opb) = self._fill_logical(context, self._int, other._int)
3414 result = "".join([str(int(a)|int(b)) for a,b in zip(opa,opb)])
3428 (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.c509 struct __opa opa = { .ofp = ofp, .func = func }; in output_pip_avg() local
512 pip_foreach_out(__output_pip_avg, &opa); in output_pip_avg()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dka-Latn-t-ka-m0-bgn-2009.txt227 ხელყოფა khelqʼopa
/external/icu/icu4c/source/data/lang/
Dsk.txt649 yes{"Radiť akcenty opačne"}
Dcs.txt842 yes{"Řadit akcenty opačně"}
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab200 ibi Ibilo M opa 2012-02-03
Diso-639-3_Name_Index.tab5251 opa Okpamheri Okpamheri
Diso-639-3.tab5040 opa I L Okpamheri
Dlanguage-subtag-registry14346 Preferred-Value: opa
27338 Subtag: opa
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt17173 2opa
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt17173 2opa
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6184 "opa",
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt25611 $x{opa}$x → opə ; # ɑpɑ
Dinternal_raw_IPA.txt18479 blowpipe %21762 blˈopaɪp
118232 opa %27971 ˈopə
118238 opai ˈopaɪ
Dinternal_raw_IPA-old.txt21749 blowpipe %11545 blˈopaɪp
140891 opa %14833 ˈopə
140899 opai ˈopaɪ