Home
last modified time | relevance | path

Searched refs:MBE (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/rasops/
H A Drasops_masks.c39 MBE(0x00000000), MBE(0x7fffffff), MBE(0x3fffffff), MBE(0x1fffffff),
40 MBE(0x0fffffff), MBE(0x07ffffff), MBE(0x03ffffff), MBE(0x01ffffff),
41 MBE(0x00ffffff), MBE(0x007fffff), MBE(0x003fffff), MBE(0x001fffff),
42 MBE(0x000fffff), MBE(0x0007ffff), MBE(0x0003ffff), MBE(0x0001ffff),
43 MBE(0x0000ffff), MBE(0x00007fff), MBE(0x00003fff), MBE(0x00001fff),
44 MBE(0x00000fff), MBE(0x000007ff), MBE(0x000003ff), MBE(0x000001ff),
45 MBE(0x000000ff), MBE(0x0000007f), MBE(0x0000003f), MBE(0x0000001f),
46 MBE(0x0000000f), MBE(0x00000007), MBE(0x00000003), MBE(0x00000001),
51 MBE(0x00000000), MBE(0x80000000), MBE(0xc0000000), MBE(0xe0000000),
52 MBE(0xf0000000), MBE(0xf8000000), MBE(0xfc000000), MBE(0xfe000000),
[all …]
H A Drasops_masks.h51 #define MBE(x) (x) macro
55 #define MBL(x,y) ((y) > 31 ? 0 : MBE(MBE(x) << (y)))
56 #define MBR(x,y) ((y) > 31 ? 0 : MBE(MBE(x) >> (y)))
57 #define MBE(x) ( (((x) & 0x000000FFU) << 24) \ macro
H A Drasops1.c154 | (MBE(fb >> col) & rmask); in rasops1_putchar()
169 | (MBE(fb >> col) & rmask); in rasops1_putchar()
222 | MBE((u_int)fb >> col); in rasops1_putchar()
225 | (MBE((u_int)fb << width) & ~rmask); in rasops1_putchar()
242 | MBE(fb >> col); in rasops1_putchar()
245 | (MBE(fb << width) & ~rmask); in rasops1_putchar()
/dports/chinese/CJKUnifonts/zh-CJKUnifonts-0.2.20080216.1_4/
H A D41-ttf-arphic-uming.conf10 <family>AR PL ShanHeiSun Uni MBE</family>
14 <family>AR PL UMing TW MBE</family>
22 <family>AR PL ShanHeiSun Uni MBE</family>
26 <family>AR PL UMing TW MBE</family>
34 <family>AR PL ShanHeiSun Uni MBE</family>
38 <family>AR PL UMing TW MBE</family>
H A DFONTLOG17 contains 4 font flavors (CN, HK, TW, TW MBE) which map to different glyph
20 between the TW and TW MBE flavors. All other glyphs are exactly the same
27 references in HK, TW and TW MBE, and the GB18030-2000 references in the
31 * Name change: from AR PL ZenKai Uni (MBE) to AR PL UKai {CN|HK|TW|TW MBE}.
33 "AR PL ZenKai Uni" to "AR PL UKai HK" and "AR PL ZenKai Uni MBE" to
34 "AR PL UKai TW MBE".
38 * 35-ttf-arphic-ukai-aliases: alias entries for "AR PL ZenKai Uni (MBE)"
83 * fixed some bugs in the MBE font (font name)
134 * changed the debian packaging, merged the MBE package into
H A D35-ttf-arphic-ukai-aliases.conf10 <family>AR PL ZenKai Uni MBE</family>
11 <prefer><family>AR PL UKai TW MBE</family></prefer>
H A D35-ttf-arphic-uming-aliases.conf10 <family>AR PL ShanHeiSun Uni MBE</family>
11 <prefer><family>AR PL UMing TW MBE</family></prefer>
H A D41-ttf-arphic-ukai.conf10 <family>AR PL ZenKai Uni MBE</family>
14 <family>AR PL UKai TW MBE</family>
H A D75-ttf-arphic-ukai-select.conf8 <patelt name="family"><string>AR PL ZenKai Uni MBE</string></patelt>
12 <patelt name="family"><string>AR PL UKai TW MBE</string></patelt>
H A D25-ttf-arphic-uming-bitmaps.conf10 <string>AR PL UMing TW MBE</string>
22 <string>AR PL UMing TW MBE</string>
H A DREADME14 Bopomofo Extensions for Hakka, Minnan (Unicode 5.0) and their MBE variants.
27 CN, HK, TW and TW MBE. Please see NEWS, KNOWN_ISSUES, FONTLOG and TODO for
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/
H A Dtestlocaloperatorinterface.cc130 using MBE = Dune::PDELab::ISTL::BCRSMatrixBackend<>; in main() typedef
131 MBE mbe(9); // number of nonzeroes per row can be cross-checked by patternStatistics(). in main()
146 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC>; in main()
153 using NLGO = Dune::PDELab::GridOperator<GFS,GFS,NLLOP,MBE,Real,Real,Real,CC,CC>; in main()
160 using FastGO = Dune::PDELab::FastDGGridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC>; in main()
167 using NLFastGO = Dune::PDELab::FastDGGridOperator<GFS,GFS,NLLOP,MBE,Real,Real,Real,CC,CC>; in main()
H A Dtestcombinedoperator.cc118 using MBE = Dune::PDELab::ISTL::BCRSMatrixBackend<>; in main() typedef
119 MBE mbe(9); // number of nonzeroes per row can be cross-checked by patternStatistics(). in main()
128 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,double,double,double>; in main()
148 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,double,double,double>; in main()
162 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,double,double,double>; in main()
183 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,double,double,double>; in main()
H A Dtest-transport-ccfv.cc191 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in stationary() typedef
192 MBE mbe(5); // Maximal number of nonzeroes per row can be cross-checked by patternStatistics(). in stationary()
193 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC> GO; in stationary()
267 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in implicit_scheme() typedef
268 MBE mbe(5); // number of nonzero entries per row can be cross-checked by patternStatistics(). in implicit_scheme()
270 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC> GO0; in implicit_scheme()
272 typedef Dune::PDELab::GridOperator<GFS,GFS,SLOP,MBE,Real,Real,Real,CC,CC> GO1; in implicit_scheme()
367 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in explicit_scheme() typedef
368 MBE mbe(5); // number of nonzero entries per row can be cross-checked by patternStatistics(). in explicit_scheme()
369 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC> GO0; in explicit_scheme()
[all …]
H A Dtestgeneo.cc205 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in driver() typedef
209 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,NumberType,NumberType,NumberType,CC,CC> GO; in driver()
210 auto go = GO(gfs,cc,gfs,cc,lop,MBE(nonzeros)); in driver()
212 …typedef Dune::PDELab::GridOperator<GFS_EXTERIOR,GFS_EXTERIOR,LOP,MBE,NumberType,NumberType,NumberT… in driver()
213 …auto go_exterior = GO_EXTERIOR(gfs_exterior,cc_exterior,gfs_exterior,cc_exterior,lop,MBE(nonzeros)… in driver()
215 …typedef Dune::PDELab::GridOperator<GFS_EXTERIOR,GFS_EXTERIOR,LOP_OVLP,MBE,NumberType,NumberType,Nu… in driver()
216 …auto go_overlap = GO_OVLP(gfs_exterior,cc_exterior,gfs_exterior,cc_exterior,lop_ovlp,MBE(nonzeros)… in driver()
H A Dtestadaptivity-adaptivity.hh49 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in adaptivity() typedef
50 MBE mbe(7); in adaptivity()
51 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC> GO; in adaptivity()
81 typedef Dune::PDELab::GridOperator<GFS,P0GFS,ESTLOP,MBE,Real,Real,Real,NoTrafo,NoTrafo> ESTGO; in adaptivity()
H A Dtestl2.cc91 using MBE = Dune::PDELab::ISTL::BCRSMatrixBackend<>; in test_l2() typedef
92 MBE mbe(10); in test_l2()
95 using ScalarGO = Dune::PDELab::GridOperator<ScalarGFS,ScalarGFS,LOP,MBE,RF,RF,RF>; in test_l2()
101 using SystemGO = Dune::PDELab::GridOperator<SystemGFS,SystemGFS,LOP,MBE,RF,RF,RF>; in test_l2()
H A Dtestinstationaryfastdgassembler.cc155 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in runDG() typedef
156 MBE mbe(9); // number of nonzeroes per row can be cross-checked by patternStatistics(). in runDG()
162 typedef Dune::PDELab::FastDGGridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC> GO0; in runDG()
164 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC> GO0; in runDG()
168 typedef Dune::PDELab::FastDGGridOperator<GFS,GFS,MLOP,MBE,Real,Real,Real,CC,CC> GO1; in runDG()
170 typedef Dune::PDELab::GridOperator<GFS,GFS,MLOP,MBE,Real,Real,Real,CC,CC> GO1; in runDG()
H A Dtestnewton-printparameters.cc66 using MBE = Dune::PDELab::ISTL::BCRSMatrixBackend<>; in main() typedef
67 MBE mbe(1); in main()
69 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,RF,RF,RF,CC,CC>; in main()
H A Dtest-dg-amg.cc150 …ASSEMBLER assembler(fs,lop,ASSEMBLER::MBE(5)); // 5 entries per row with cartesian mesh in 2D and … in main()
170 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in main() typedef
171 …typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,NumberType,NumberType,NumberType,DGCC2,DGCC2> D… in main()
172 DGGO2 dggo2(fs.getGFS(),dgcc2,fs.getGFS(),dgcc2,lop,MBE(5)); in main()
H A Dtestnonoverlappingsinglephaseflow.cc60 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in driver() typedef
61 MBE mbe(5); // Maximal number of nonzeroes per row can be cross-checked by patternStatistics(). in driver()
64 MBE, in driver()
H A Dtestnumericaljacobianmethods.cc127 using MBE = Dune::PDELab::ISTL::BCRSMatrixBackend<>; in main() typedef
128 MBE mbe(9); // number of nonzeroes per row can be cross-checked by patternStatistics(). in main()
131 using GO = Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,Real,Real,Real,CC,CC>; in main()
H A Dtesttimedependentboundary_ovlpqk.cc180 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in driver() typedef
181 MBE mbe(27); // 27 is too large / correct for all test cases, so should work fine in driver()
183 MBE, in driver()
188 MBE, in driver()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/doc/Recipes/
H A Drecipe-linear-system-solution-pdelab.cc198 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in main() typedef
200 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,NumberType,NumberType,NumberType,CC,CC> GO; in main()
201 auto go = GO(gfs,cc,gfs,cc,lop,MBE(nonzeros)); in main()
H A Drecipe-linear-system-assembly.cc205 typedef Dune::PDELab::ISTL::BCRSMatrixBackend<> MBE; in main() typedef
207 typedef Dune::PDELab::GridOperator<GFS,GFS,LOP,MBE,NumberType,NumberType,NumberType,CC,CC> GO; in main()
208 auto go = GO(gfs,cc,gfs,cc,lop,MBE(nonzeros)); in main()

12345678910>>...15