Home
last modified time | relevance | path

Searched refs:ords (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/graphics/argyllcms/Argyll_V1.9.2/imdi/
H A Dimdi_make.c421 ar->ords[0].name = "unsigned char"; in set_architecture()
422 ar->ords[0].align = 1; in set_architecture()
426 ar->ords[1].align = 1; in set_architecture()
429 ar->ords[2].name = "unsigned int"; in set_architecture()
430 ar->ords[2].align = 1; in set_architecture()
435 ar->ords[3].align = 0; in set_architecture()
478 ar->ords[0].align = 1; in set_architecture()
482 ar->ords[1].align = 1; in set_architecture()
485 ar->ords[2].name = "unsigned int"; in set_architecture()
486 ar->ords[2].align = 1; in set_architecture()
[all …]
H A Dcgen.c899 a->ords[f->iafvt].name,
946 a->ords[f->ipt[e]].name, e, a->ords[f->ipt[e]].name, e);
964 a->ords[f->opt[e]].name, e, a->ords[f->opt[e]].name, e);
1193 e, a->ords[f->wovt].bits - t->wo_ab, a->ords[f->wovt].bits - t->wo_ab);
1241 a->ords[f->itvt].bits - t->sx_ab, a->ords[f->itvt].bits - t->sx_ab);
1372 e, a->ords[f->vovt].bits - t->vo_ab, a->ords[f->vovt].bits - t->vo_ab);
1416 a->ords[f->vovt].bits - t->vo_ab, a->ords[f->vovt].bits - t->vo_ab);
1505 i, off-1, a->ords[oat].bits - off - size, a->ords[oat].bits - size);
1509 i, a->ords[oat].bits - off - size, a->ords[oat].bits - size);
1941 a->ords[e].bits,a->ords[e].name);
[all …]
H A Dctest.c118 ar.ords[0].bits = 8; in main()
119 ar.ords[0].name = "unsigned char"; in main()
120 ar.ords[0].align = 1; in main()
121 ar.ords[1].bits = 16; in main()
122 ar.ords[1].name = "unsigned short"; in main()
123 ar.ords[1].align = 1; in main()
124 ar.ords[2].bits = 32; in main()
125 ar.ords[2].name = "unsigned int"; in main()
126 ar.ords[2].align = 1; in main()
128 ar.ords[3].bits = 64; in main()
[all …]
/dports/security/helib/HElib-1.3.1/tests/
H A DGTestPAlgebra.cpp30 const std::vector<long> ords; member
36 std::vector<long> ords) : in Parameters()
43 ords(ords) // use specified vector of orders in Parameters()
54 << "ords=" << helib::vecToStr(params.ords) << "}"; in operator <<()
66 ords(GetParam().ords), in GTestPAlgebra()
67 context(m, p, r, gens, ords){}; in GTestPAlgebra()
73 const std::vector<long> ords; member in __anond8ac026d0111::GTestPAlgebra
114 std::vector<long> gens, ords; in TEST_P() local
115 helib::readContextBase(s3, m1, p1, r1, gens, ords); in TEST_P()
117 helib::Context c1(m1, p1, r1, gens, ords); in TEST_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dcompare_exchange.cpp61 int ords = 0; in main() local
67 threads[t + 1] = std::thread(f2<0>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
70 ords++; in main()
75 threads[t + 1] = std::thread(f2<1>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
78 ords++; in main()
83 threads[t + 1] = std::thread(f2<2>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
86 ords++; in main()
91 threads[t + 1] = std::thread(f2<3>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
94 ords++; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/tsan/
H A Dcompare_exchange.cpp61 int ords = 0; in main() local
67 threads[t + 1] = std::thread(f2<0>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
70 ords++; in main()
75 threads[t + 1] = std::thread(f2<1>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
78 ords++; in main()
83 threads[t + 1] = std::thread(f2<2>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
86 ords++; in main()
91 threads[t + 1] = std::thread(f2<3>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
94 ords++; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dcompare_exchange.cpp61 int ords = 0; in main() local
67 threads[t + 1] = std::thread(f2<0>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
70 ords++; in main()
75 threads[t + 1] = std::thread(f2<1>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
78 ords++; in main()
83 threads[t + 1] = std::thread(f2<2>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
86 ords++; in main()
91 threads[t + 1] = std::thread(f2<3>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
94 ords++; in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/tsan/
H A Dcompare_exchange.cpp61 int ords = 0; in main() local
67 threads[t + 1] = std::thread(f2<0>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
70 ords++; in main()
75 threads[t + 1] = std::thread(f2<1>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
78 ords++; in main()
83 threads[t + 1] = std::thread(f2<2>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
86 ords++; in main()
91 threads[t + 1] = std::thread(f2<3>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
94 ords++; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dcompare_exchange.cpp61 int ords = 0; in main() local
67 threads[t + 1] = std::thread(f2<0>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
70 ords++; in main()
75 threads[t + 1] = std::thread(f2<1>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
78 ords++; in main()
83 threads[t + 1] = std::thread(f2<2>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
86 ords++; in main()
91 threads[t + 1] = std::thread(f2<3>, t, OrdList[ords].mo, OrdList[ords].fmo); in main()
94 ords++; in main()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/
H A DElevationModelTest.java130 private void checkElevation(String wkt1, String wkt2, double... ords) { in checkElevation() argument
131 checkElevation(read(wkt1), read(wkt2), ords); in checkElevation() local
134 private void checkElevation(String wkt1, double... ords) { in checkElevation() argument
135 checkElevation(read(wkt1), null, ords); in checkElevation() local
139 private void checkElevation(Geometry geom1, Geometry geom2, double[] ords) { in checkElevation() argument
141 int numPts = ords.length / 3; in checkElevation()
142 if (3 * numPts != ords.length) { in checkElevation()
146 double x = ords[3*i]; in checkElevation()
147 double y = ords[3*i + 1]; in checkElevation()
148 double expectedZ = ords[3*i + 2]; in checkElevation()
/dports/print/ghostscript8-x11/ghostscript-8.71/imdi/
H A Dcgen.c884 a->ords[f->iafvt].name, in gen_c_kernel()
903 a->ords[f->iafvt].name, in gen_c_kernel()
936 a->ords[f->ipt[e]].name, e, a->ords[f->ipt[e]].name, e); in gen_c_kernel()
942 a->ords[f->opt[e]].name, e, a->ords[f->opt[e]].name, e); in gen_c_kernel()
1125 e, a->ords[f->wovt].bits - t->wo_ab, a->ords[f->wovt].bits - t->wo_ab); in gen_c_kernel()
1173 a->ords[f->itvt].bits - t->sx_ab, a->ords[f->itvt].bits - t->sx_ab); in gen_c_kernel()
1244 e, a->ords[f->vovt].bits - t->vo_ab, a->ords[f->vovt].bits - t->vo_ab); in gen_c_kernel()
1288 a->ords[f->vovt].bits - t->vo_ab, a->ords[f->vovt].bits - t->vo_ab); in gen_c_kernel()
1373 i, a->ords[oat].bits - off - size, a->ords[oat].bits - size); in gen_c_kernel()
1697 a->ords[e].bits,a->ords[e].name); in doheader()
[all …]
H A Dimdi_gen.c575 ar->ords[0].name = "unsigned char"; in set_architecture()
576 ar->ords[0].align = 1; in set_architecture()
580 ar->ords[1].align = 1; in set_architecture()
583 ar->ords[2].name = "unsigned int"; in set_architecture()
584 ar->ords[2].align = 1; in set_architecture()
589 ar->ords[3].align = 0; in set_architecture()
627 ar->ords[0].align = 1; in set_architecture()
631 ar->ords[1].align = 1; in set_architecture()
634 ar->ords[2].name = "unsigned int"; in set_architecture()
635 ar->ords[2].align = 1; in set_architecture()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/imdi/
H A Dcgen.c884 a->ords[f->iafvt].name, in gen_c_kernel()
903 a->ords[f->iafvt].name, in gen_c_kernel()
936 a->ords[f->ipt[e]].name, e, a->ords[f->ipt[e]].name, e); in gen_c_kernel()
942 a->ords[f->opt[e]].name, e, a->ords[f->opt[e]].name, e); in gen_c_kernel()
1125 e, a->ords[f->wovt].bits - t->wo_ab, a->ords[f->wovt].bits - t->wo_ab); in gen_c_kernel()
1173 a->ords[f->itvt].bits - t->sx_ab, a->ords[f->itvt].bits - t->sx_ab); in gen_c_kernel()
1244 e, a->ords[f->vovt].bits - t->vo_ab, a->ords[f->vovt].bits - t->vo_ab); in gen_c_kernel()
1288 a->ords[f->vovt].bits - t->vo_ab, a->ords[f->vovt].bits - t->vo_ab); in gen_c_kernel()
1373 i, a->ords[oat].bits - off - size, a->ords[oat].bits - size); in gen_c_kernel()
1697 a->ords[e].bits,a->ords[e].name); in doheader()
[all …]
H A Dimdi_gen.c575 ar->ords[0].name = "unsigned char"; in set_architecture()
576 ar->ords[0].align = 1; in set_architecture()
580 ar->ords[1].align = 1; in set_architecture()
583 ar->ords[2].name = "unsigned int"; in set_architecture()
584 ar->ords[2].align = 1; in set_architecture()
589 ar->ords[3].align = 0; in set_architecture()
627 ar->ords[0].align = 1; in set_architecture()
631 ar->ords[1].align = 1; in set_architecture()
634 ar->ords[2].name = "unsigned int"; in set_architecture()
635 ar->ords[2].align = 1; in set_architecture()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DCoordinateListTest.java27 private void checkValue(Coordinate[] coordArray, double ... ords) { in checkValue() argument
29 assertEquals( coordArray.length * 2, ords.length); in checkValue()
33 assertEquals(pt.getX(), ords[2 * i]); in checkValue() local
34 assertEquals(pt.getY(), ords[2 * i + 1]); in checkValue() local
38 private CoordinateList coordList(double ... ords) { in coordList() argument
40 for (int i = 0 ; i < ords.length; i += 2) { in coordList()
41 cl.add(new Coordinate(ords[i], ords[i+1]), false); in coordList()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/ClockModel/
H A DORDEpoch.hpp69 ORDMap::iterator i = ords.find(svid); in removeORD()
70 if(i != ords.end()) in removeORD()
71 ords.erase(i); in removeORD()
88 for (i = ords.begin(); i != ords.end(); i++) in removeOffset()
95 ORDMap ords; ///< map of ORDs in epoch member in gpstk::ORDEpoch
106 for (i=oe.ords.begin(); i!=oe.ords.end(); i++) in operator <<()
/dports/textproc/p5-XML-Entities/XML-Entities/t/
H A D00-xml-entities-data.t77 my $ords = str2ords($entchar);
78 my $message = "char2entity doesn't map '$ords'"
87 my $ords = str2ords($entchar);
88 …diag("char2entity maps '$ords' onto '$backmap' but all() maps '$backmap' to '$all{$backmap.';'}'");
97 my @ords = map {'chr('.ord($_).')'} split //, $string;
98 my $ords = join('-', @ords);
99 return $ords
/dports/math/R-cran-Amelia/Amelia/R/
H A Dprep.r58 if (class(ords)=="character")
59 ords<-listconvert(ords)
72 ords=ords,logs=logs,sqrts=sqrts,lgstc=lgstc, nameattr
471 if (!is.null(ords)) {
472 ords <- unique(ords)
481 tempords <- x.orig[AMr1.orig[, ords[jj]] == 0 , ords[jj]]
716 ords <- arglist$ords
732 numopts<-nametonumber(x=x,ts=ts,cs=cs,idvars=idvars,noms=noms,ords=ords,
747 startvals = startvals, ords = numopts$ords, collect =
771 noms=numopts$noms, ords=numopts$ords, globalVar
[all …]
/dports/security/helib/HElib-1.3.1/benchmarks/
H A Dbgv_common.h21 const std::vector<long> ords; member
28 m(_m), p(_p), r(_r), L(_L), gens(_gens), ords(_ords) in m()
31 Params(other.m, other.p, other.r, other.L, other.gens, other.ords) in Params()
37 gens == other.gens && ords == other.ords;
52 context(params.m, params.p, params.r, params.gens, params.ords), in ContextAndKeys()
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_EvalMap.cpp32 Vec<long>& gens, Vec<long>& ords, long useCache) in TestIt() argument
35 mvec.SetLength(3); gens.SetLength(3); ords.SetLength(3); in TestIt()
38 ords[0] = 6; ords[1] = 2; ords[2] = -8; in TestIt()
68 convert(ords1, ords); in TestIt()
241 Vec<long> ords; in main() local
242 amap.arg("ords", ords, "use specified vector of orders", nullptr); in main()
260 TestIt(p, r, c, k, L, mvec, gens, ords, useCache); in main()
H A DTest_ThinEvalMap.cpp29 Vec<long>& gens, Vec<long>& ords, long useCache) in TestIt() argument
32 mvec.SetLength(3); gens.SetLength(3); ords.SetLength(3); in TestIt()
35 ords[0] = 6; ords[1] = 2; ords[2] = -8; in TestIt()
66 convert(ords1, ords); in TestIt()
233 Vec<long> ords; in main() local
234 amap.arg("ords", ords, "use specified vector of orders", nullptr); in main()
252 TestIt(p, r, c, k, /*Key Hamming weight=*/64, L, mvec, gens, ords, useCache); in main()
/dports/security/helib/HElib-1.3.1/src/
H A DMakefile85 ./Test_matmul_t block=1 m=24295 gens="[16386 16427]" ords="[42 16]" L=300
97 ./Test_EvalMap_t mvec="[7 3 221]" gens="[3979 3095 3760]" ords="[6 2 -8]" noPrint=1
106 ./Test_fatboot_t mvec="[31 41]" gens="[1026 249]" ords="[30 -2]" noPrint=1
107 ./Test_fatboot_t p=17 mvec="[7 5 37]" gens="[556 1037]" ords="[6 4]" noPrint=1
110 ./Test_thinboot_t mvec="[31 41]" gens="[1026 249]" ords="[30 -2]" noPrint=1
111 ./Test_thinboot_t p=17 mvec="[7 5 37]" gens="[556 1037]" ords="[6 4]" noPrint=1
134 ./Test_matmul_t m=91 gens='[9 3]' ords='[3 -2]'
138 ./Test_EvalMap_t noPrint=1 mvec='[3 35]' gens='[71 76]' ords='[2 2]'
139 ./Test_ThinEvalMap_t noPrint=1 mvec='[3 35]' gens='[71 76]' ords='[2 2]'
141 ./Test_fatboot_t noPrint=1 mvec="[31 41]" gens="[1026 249]" ords="[30 -2]"
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/noding/
H A DNodingTestUtil.java81 public NodedSegmentString createNSS(double... ords) { in createNSS() argument
82 if (ords.length % 2 != 0) { in createNSS()
85 Coordinate[] pts = new Coordinate[ ords.length / 2 ]; in createNSS()
86 for (int i = 0; i <= ords.length; i += 2) { in createNSS()
87 Coordinate p = new Coordinate(ords[i],ords[i+1]); in createNSS()
/dports/science/dynare/dynare-4.6.4/dynare++/parser/cc/
H A Ddynamic_atoms.cc475 vector<int> *ords[8]; in do_general() local
480 ords[2] = &stat; in do_general()
481 ords[3] = &pred_pad; in do_general()
482 ords[4] = &both_pad; in do_general()
483 ords[5] = &forw_pad; in do_general()
484 ords[6] = &both_plus; in do_general()
491 ords[2] = &stat; in do_general()
492 ords[3] = &pred_pad; in do_general()
493 ords[4] = &both_pad; in do_general()
494 ords[5] = &forw_pad; in do_general()
[all …]
/dports/devel/py-num2words/num2words-0.5.9/num2words/
H A Dlang_ES.py57 self.ords = {1: "primer",
127 text = "%s%s" % (self.ords[value], self.gender_stem)
130 "%s%s%s" % (self.ords[10], self.gender_stem,
136 "%s%s %s" % (self.ords[dec], self.gender_stem,
142 "%s%s %s" % (self.ords[cen], self.gender_stem,
158 "%s%s%s %s" % (cardinal, self.ords[dec], self.gender_stem,

12345678910>>...20