Home
last modified time | relevance | path

Searched refs:DIY (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/
H A DREADME.md1 ## DIY is a block-parallel library
3 DIY is a block-parallel library for implementing scalable algorithms that can execute both
8 migrated between memory and storage by the DIY runtime. Complex communication patterns,
10 possible in- and out-of-core in DIY.
14 DIY is released as open source software under a BSD-style [license](./LICENSE.txt).
18 DIY requires an MPI installation. We recommend [MPICH](http://www.mpich.org/).
27 DIY is a header-only library. It does not need to be built; you can simply
33 Development happens in the [DIY repo](https://gitlab.kitware.com/diatomic/diy)
43 A simple DIY program, shown below, consists of the following components:
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/
H A DREADME.md1 ## DIY is a block-parallel library
3 DIY is a block-parallel library for implementing scalable algorithms that can execute both
8 migrated between memory and storage by the DIY runtime. Complex communication patterns,
10 possible in- and out-of-core in DIY.
14 DIY is released as open source software under a BSD-style [license](./LICENSE.txt).
18 DIY requires an MPI installation. We recommend [MPICH](http://www.mpich.org/).
27 DIY is a header-only library. It does not need to be built; you can simply
37 A simple DIY program, shown below, consists of the following components:
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/
H A DREADME.md1 ## DIY is a block-parallel library
3 DIY is a block-parallel library for implementing scalable algorithms that can execute both
8 migrated between memory and storage by the DIY runtime. Complex communication patterns,
10 possible in- and out-of-core in DIY.
14 DIY is released as open source software under a BSD-style [license](./LICENSE.txt).
18 DIY requires an MPI installation. We recommend [MPICH](http://www.mpich.org/).
27 DIY is a header-only library. It does not need to be built; you can simply
37 A simple DIY program, shown below, consists of the following components:
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/
H A DREADME.md1 ## DIY is a block-parallel library
3 DIY is a block-parallel library for implementing scalable algorithms that can execute both
8 migrated between memory and storage by the DIY runtime. Complex communication patterns,
10 possible in- and out-of-core in DIY.
14 DIY is released as open source software under a BSD-style [license](./LICENSE.txt).
18 DIY requires an MPI installation. We recommend [MPICH](http://www.mpich.org/).
27 DIY is a header-only library. It does not need to be built; you can simply
37 A simple DIY program, shown below, consists of the following components:
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/config/
H A Djson_test.go50 rootArray, err := jsonconf.DIY("rootArray")
168 value, err = jsonconf.DIY(k)
184 if db, err := jsonconf.DIY("database"); err != nil {
207 if _, err := jsonconf.DIY("unknown"); err == nil {
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/spc700/
H A Dspc700ds.c35 XII , YI , DP , DPX , DPY , DPI , DXI , DIY , ABS , ABX , ABY , AXI , N0 , enumerator
94 /* 17 */ {OR , {A , DIY }},
126 /* 37 */ {AND , {A , DIY }},
158 /* 57 */ {EOR , {A , DIY }},
190 /* 77 */ {CMP , {A , DIY }},
222 /* 97 */ {ADC , {A , DIY }},
254 /* B7 */ {SBC , {A , DIY }},
286 /* D7 */ {MOV , {DIY , A }},
318 /* F7 */ {MOV , {A , DIY }},
386 case DIY: sprintf(ptr, "($%02x)+Y", read_8_immediate()); break; in spc700_disassemble()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/g65816/
H A Dg65816ds.c40 AY , D , DI , DIY , DLI , DLIY, DX , DXI , DY , S , SIY , enumerator
83 {BPL, I, RELB}, {ORA, M, DIY }, {ORA, M, DI }, {ORA, M, SIY },
91 {BMI, I, RELB}, {AND, M, DIY }, {AND, M, DI }, {AND, M, SIY },
99 {BVC, I, RELB}, {EOR, M, DIY }, {EOR, M, DI }, {EOR, M, SIY },
107 {BVS, I, RELB}, {ADC, M, DIY }, {ADC, M, DI }, {ADC, M, SIY },
115 {BCC, I, RELB}, {STA, M, DIY }, {STA, M, DI }, {STA, M, SIY },
123 {BCS, I, RELB}, {LDA, M, DIY }, {LDA, M, DI }, {LDA, M, SIY },
131 {BNE, I, RELB}, {CMP, M, DIY }, {CMP, M, DI }, {CMP, M, SIY },
139 {BEQ, I, RELB}, {SBC, M, DIY }, {SBC, M, DI }, {SBC, M, SIY },
279 case DIY : in g65816_disassemble()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/spc700/
H A Dspc700ds.c35 XII , YI , DP , DPX , DPY , DPI , DXI , DIY , ABS , ABX , ABY , AXI , N0 , enumerator
94 /* 17 */ {OR , {A , DIY }},
126 /* 37 */ {AND , {A , DIY }},
158 /* 57 */ {EOR , {A , DIY }},
190 /* 77 */ {CMP , {A , DIY }},
222 /* 97 */ {ADC , {A , DIY }},
254 /* B7 */ {SBC , {A , DIY }},
286 /* D7 */ {MOV , {DIY , A }},
318 /* F7 */ {MOV , {A , DIY }},
386 case DIY: sprintf(ptr, "($%02x)+Y", read_8_immediate()); break; in spc700_disassemble()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/g65816/
H A Dg65816ds.c40 AY , D , DI , DIY , DLI , DLIY, DX , DXI , DY , S , SIY , enumerator
83 {BPL, I, RELB}, {ORA, M, DIY }, {ORA, M, DI }, {ORA, M, SIY },
91 {BMI, I, RELB}, {AND, M, DIY }, {AND, M, DI }, {AND, M, SIY },
99 {BVC, I, RELB}, {EOR, M, DIY }, {EOR, M, DI }, {EOR, M, SIY },
107 {BVS, I, RELB}, {ADC, M, DIY }, {ADC, M, DI }, {ADC, M, SIY },
115 {BCC, I, RELB}, {STA, M, DIY }, {STA, M, DI }, {STA, M, SIY },
123 {BCS, I, RELB}, {LDA, M, DIY }, {LDA, M, DI }, {LDA, M, SIY },
131 {BNE, I, RELB}, {CMP, M, DIY }, {CMP, M, DI }, {CMP, M, SIY },
139 {BEQ, I, RELB}, {SBC, M, DIY }, {SBC, M, DI }, {SBC, M, SIY },
279 case DIY : in g65816_disassemble()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700ds.cpp56 /* 17 */ {OR , {A , DIY }},
88 /* 37 */ {AND , {A , DIY }},
120 /* 57 */ {EOR , {A , DIY }},
152 /* 77 */ {CMP , {A , DIY }},
184 /* 97 */ {ADC , {A , DIY }},
216 /* B7 */ {SBC , {A , DIY }},
248 /* D7 */ {MOV , {DIY , A }},
280 /* F7 */ {MOV , {A , DIY }},
359 case DIY: util::stream_format(stream, "($%02x)+Y", read_8_immediate(pc, opcodes)); break; in disassemble()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700ds.cpp56 /* 17 */ {OR , {A , DIY }},
88 /* 37 */ {AND , {A , DIY }},
120 /* 57 */ {EOR , {A , DIY }},
152 /* 77 */ {CMP , {A , DIY }},
184 /* 97 */ {ADC , {A , DIY }},
216 /* B7 */ {SBC , {A , DIY }},
248 /* D7 */ {MOV , {DIY , A }},
280 /* F7 */ {MOV , {A , DIY }},
359 case DIY: util::stream_format(stream, "($%02x)+Y", read_8_immediate(pc, opcodes)); break; in disassemble()
/dports/math/vtk9/VTK-9.1.0/Parallel/DIY/
H A Dvtk.module4 DIY utility classes to simplify DIY-based filters
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/
H A DConfigure.h.in35 /* Whether to use MPI support in DIY */
40 /* initially, we disable DIY threads.
41 * once we've sorted out how DIY threads and vtkm work together
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m37710/
H A Dm7700ds.cpp40 {op::BPL, I, RELB }, {op::ORA, M, DIY }, {op::ORA, M, DI }, {op::ORA, M, SIY },
50 {op::BMI, I, RELB }, {op::AND, M, DIY }, {op::AND, M, DI }, {op::AND, M, SIY },
60 {op::BVC, I, RELB }, {op::EOR, M, DIY }, {op::EOR, M, DI }, {op::EOR, M, SIY },
70 {op::BVS, I, RELB }, {op::ADC, M, DIY }, {op::ADC, M, DI }, {op::ADC, M, SIY },
80 {op::BCC, I, RELB }, {op::STA, M, DIY }, {op::STA, M, DI }, {op::STA, M, SIY },
90 {op::BCS, I, RELB }, {op::LDA, M, DIY }, {op::LDA, M, DI }, {op::LDA, M, SIY },
100 {op::BNE, I, RELB }, {op::CMP, M, DIY }, {op::CMP, M, DI }, {op::CMP, M, SIY },
110 {op::BEQ, I, RELB }, {op::SBC, M, DIY }, {op::SBC, M, DI }, {op::SBC, M, SIY },
123 {op::BPL, I, RELB }, {op::ORB, M, DIY }, {op::ORB, M, DI }, {op::ORB, M, SIY },
133 {op::BMI, I, RELB }, {op::AND, M, DIY }, {op::AND, M, DI }, {op::AND, M, SIY },
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m37710/
H A Dm7700ds.cpp40 {op::BPL, I, RELB }, {op::ORA, M, DIY }, {op::ORA, M, DI }, {op::ORA, M, SIY },
50 {op::BMI, I, RELB }, {op::AND, M, DIY }, {op::AND, M, DI }, {op::AND, M, SIY },
60 {op::BVC, I, RELB }, {op::EOR, M, DIY }, {op::EOR, M, DI }, {op::EOR, M, SIY },
70 {op::BVS, I, RELB }, {op::ADC, M, DIY }, {op::ADC, M, DI }, {op::ADC, M, SIY },
80 {op::BCC, I, RELB }, {op::STA, M, DIY }, {op::STA, M, DI }, {op::STA, M, SIY },
90 {op::BCS, I, RELB }, {op::LDA, M, DIY }, {op::LDA, M, DI }, {op::LDA, M, SIY },
100 {op::BNE, I, RELB }, {op::CMP, M, DIY }, {op::CMP, M, DI }, {op::CMP, M, SIY },
110 {op::BEQ, I, RELB }, {op::SBC, M, DIY }, {op::SBC, M, DI }, {op::SBC, M, SIY },
123 {op::BPL, I, RELB }, {op::ORB, M, DIY }, {op::ORB, M, DI }, {op::ORB, M, SIY },
133 {op::BMI, I, RELB }, {op::AND, M, DIY }, {op::AND, M, DI }, {op::AND, M, SIY },
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816ds.cpp92 {op::BPL, I, RELB}, {op::ORA, M, DIY }, {op::ORA, M, DI }, {op::ORA, M, SIY },
100 {op::BMI, I, RELB}, {op::AND, M, DIY }, {op::AND, M, DI }, {op::AND, M, SIY },
108 {op::BVC, I, RELB}, {op::EOR, M, DIY }, {op::EOR, M, DI }, {op::EOR, M, SIY },
116 {op::BVS, I, RELB}, {op::ADC, M, DIY }, {op::ADC, M, DI }, {op::ADC, M, SIY },
124 {op::BCC, I, RELB}, {op::STA, M, DIY }, {op::STA, M, DI }, {op::STA, M, SIY },
132 {op::BCS, I, RELB}, {op::LDA, M, DIY }, {op::LDA, M, DI }, {op::LDA, M, SIY },
140 {op::BNE, I, RELB}, {op::CMP, M, DIY }, {op::CMP, M, DI }, {op::CMP, M, SIY },
148 {op::BEQ, I, RELB}, {op::SBC, M, DIY }, {op::SBC, M, DI }, {op::SBC, M, SIY },
257 case DIY : in disassemble()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816ds.cpp92 {op::BPL, I, RELB}, {op::ORA, M, DIY }, {op::ORA, M, DI }, {op::ORA, M, SIY },
100 {op::BMI, I, RELB}, {op::AND, M, DIY }, {op::AND, M, DI }, {op::AND, M, SIY },
108 {op::BVC, I, RELB}, {op::EOR, M, DIY }, {op::EOR, M, DI }, {op::EOR, M, SIY },
116 {op::BVS, I, RELB}, {op::ADC, M, DIY }, {op::ADC, M, DI }, {op::ADC, M, SIY },
124 {op::BCC, I, RELB}, {op::STA, M, DIY }, {op::STA, M, DI }, {op::STA, M, SIY },
132 {op::BCS, I, RELB}, {op::LDA, M, DIY }, {op::LDA, M, DI }, {op::LDA, M, SIY },
140 {op::BNE, I, RELB}, {op::CMP, M, DIY }, {op::CMP, M, DI }, {op::CMP, M, SIY },
148 {op::BEQ, I, RELB}, {op::SBC, M, DIY }, {op::SBC, M, DI }, {op::SBC, M, SIY },
257 case DIY : in disassemble()
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dmeasure6 # DIY-Thermocam raw data
26 >>>>>17 lefloat >0.0001 DIY-Thermocam raw data
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/cmake/
H A Ddiy-config.cmake.in33 … target_include_directories(DIY::@diy_prefix@ INTERFACE $<INSTALL_INTERFACE:${SPDLOG_INCLUDE_DIR}>)
43 …target_include_directories(DIY::@diy_prefix@ INTERFACE $<INSTALL_INTERFACE:${caliper_INCLUDE_DIR}>)
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dmeasure6 # DIY-Thermocam raw data
26 >>>>>17 lefloat >0.0001 DIY-Thermocam raw data
/dports/biology/molden/molden5.8/plush/
H A DDIY1 mol="DIY" Charge="0"
/dports/www/p5-HTTP-Server-Simple-Authen/HTTP-Server-Simple-Authen-0.04/
H A DChanges11 to be more DIY.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/test/browser/cloudfile/data/
H A DtestFile11 …nim vero sunt laborum synth aesthetic. Wayfarers photo booth dolore 8-bit, DIY four loko skateboar…
H A DtestFile21 …ic street art banh mi salvia duis aesthetic squid single-origin coffee. Ex DIY trust fund butcher,…
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m377/
H A Dm37710op.h1894 OP(11, OP_ORA ( DIY ) ) /* ORA diy */
1926 OP(31, OP_AND ( DIY ) ) /* AND diy */
1958 OP(51, OP_EOR ( DIY ) ) /* EOR diy */
1990 OP(71, OP_ADC ( DIY ) ) /* ADC diy */
2022 OP(91, OP_STA ( DIY ) ) /* STA diy */
2054 OP(b1, OP_LDA ( DIY ) ) /* LDA diy */
2086 OP(d1, OP_CMP ( DIY ) ) /* CMP diy */
2118 OP(f1, OP_SBC ( DIY ) ) /* SBC diy */
2143 OP(111,OP_ORB ( DIY ) ) /* ORB diy */
2161 OP(131,OP_ANDB ( DIY ) ) /* ANDB diy */
[all …]

12345678910>>...29