Home
last modified time | relevance | path

Searched refs:RMB (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/demo_pi_sample/src/nmea0183/
H A Drmb.cpp44 RMB::RMB() in RMB() function in RMB
50 RMB::~RMB() in ~RMB()
56 void RMB::Empty( void ) in Empty()
71 bool RMB::Parse( const SENTENCE& sentence ) in Parse()
132 bool RMB::Write( SENTENCE& sentence ) in Write()
163 const RMB& RMB::operator = ( const RMB& source ) in operator =()
H A DRMB.hpp44 class RMB : public RESPONSE class
49 RMB();
50 virtual ~RMB();
79 virtual const RMB& operator = ( const RMB& source );
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/nmea0183/
H A Drmb.cpp44 RMB::RMB() in RMB() function in RMB
50 RMB::~RMB() in ~RMB()
56 void RMB::Empty( void ) in Empty()
71 bool RMB::Parse( const SENTENCE& sentence ) in Parse()
132 bool RMB::Write( SENTENCE& sentence ) in Write()
163 const RMB& RMB::operator = ( const RMB& source ) in operator =()
H A DRMB.hpp44 class RMB : public RESPONSE class
49 RMB();
50 virtual ~RMB();
79 virtual const RMB& operator = ( const RMB& source );
/dports/astro/opencpn/OpenCPN-5.2.4/libs/nmea0183/src/
H A Drmb.cpp44 RMB::RMB() in RMB() function in RMB
50 RMB::~RMB() in ~RMB()
56 void RMB::Empty( void ) in Empty()
71 bool RMB::Parse( const SENTENCE& sentence ) in Parse()
146 bool RMB::Write( SENTENCE& sentence ) in Write()
178 const RMB& RMB::operator = ( const RMB& source ) in operator =()
H A DRMB.hpp44 class RMB : public RESPONSE class
49 RMB();
50 virtual ~RMB();
80 virtual const RMB& operator = ( const RMB& source );
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong/
H A Dtagalong.asm84 @@XP RMB 1 ; X position
85 @@YP RMB 1 ; Y position
86 @@XV RMB 1 ; X velocity
87 @@YV RMB 1 ; Y velocity
88 @@TXV RMB 1 ; Target X velocity
89 @@TYV RMB 1 ; Target Y velocity
93 @@XP RMB 1 ; X position
94 @@YP RMB 1 ; Y position
95 @@XV RMB 1 ; X velocity
96 @@YV RMB 1 ; Y velocity
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
H A Dlibmach8db.c524 [0x90] = { RMB,0, "SETOS %e" },
525 [0x91] = { RMB,0, "SETOC %e" },
526 [0x92] = { RMB,0, "SETCS %e" },
527 [0x93] = { RMB,0, "SETCC %e" },
528 [0x94] = { RMB,0, "SETEQ %e" },
529 [0x95] = { RMB,0, "SETNE %e" },
530 [0x96] = { RMB,0, "SETLS %e" },
531 [0x97] = { RMB,0, "SETHI %e" },
532 [0x98] = { RMB,0, "SETMI %e" },
533 [0x99] = { RMB,0, "SETPL %e" },
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/joy/
H A Djoy_diag.asm32 NUM_JOY RMB 1
33 CUR_JOY RMB 1
34 RAW_POS RMB 2
35 RAW_CTR RMB 2
36 RAW_MIN RMB 2
37 RAW_MAX RMB 2
38 NRM_POS RMB 2
39 DISC RMB 1
40 NUM_BUT RMB 1
41 BUTTONS RMB 2
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmach/
H A Dmach386.c770 [0x90] = { RMB,0, "SETOS %e" },
771 [0x91] = { RMB,0, "SETOC %e" },
772 [0x92] = { RMB,0, "SETCS %e" },
773 [0x93] = { RMB,0, "SETCC %e" },
774 [0x94] = { RMB,0, "SETEQ %e" },
775 [0x95] = { RMB,0, "SETNE %e" },
776 [0x96] = { RMB,0, "SETLS %e" },
777 [0x97] = { RMB,0, "SETHI %e" },
778 [0x98] = { RMB,0, "SETMI %e" },
779 [0x99] = { RMB,0, "SETPL %e" },
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/ion/shake/
H A Dshake_chain2.F22 REAL*8 RPTOL, RMA, RMB
82 RMB = 1.0 / mass(B)
83 GAB = DIFFSQ / ( 2.0 * ( RMA + RMB ) * RPAB )
92 r2(1,B) = r2(1,B) - RMB*DX !PXI(B) = PXI(B) - RMB * DX
93 r2(2,B) = r2(2,B) - RMB*DY !PYI(B) = PYI(B) - RMB * DY
94 r2(3,B) = r2(3,B) - RMB*DZ !PZI(B) = PZI(B) - RMB * DZ
H A Dshake_chain.F24 REAL*8 RPTOL, RMA, RMB
136 RMB = 1.0 / mass(B)
137 GAB = DIFFSQ / ( 2.0 * ( RMA + RMB ) * RPAB )
146 PXI(B) = PXI(B) - RMB * DX
147 PYI(B) = PYI(B) - RMB * DY
148 PZI(B) = PZI(B) - RMB * DZ
H A Dshake_chain3.F24 REAL*8 RPTOL, RMA, RMB
82 RMB = 1.0 / mass(B)
83 GAB = DIFFSQ / ( 2.0 * ( RMA + RMB ) * RPAB )
91 PXI(B) = PXI(B) - RMB * DX
92 PYI(B) = PYI(B) - RMB * DY
93 PZI(B) = PZI(B) - RMB * DZ
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/ion/shake/
H A Dshake_chain2.F22 REAL*8 RPTOL, RMA, RMB
82 RMB = 1.0 / mass(B)
83 GAB = DIFFSQ / ( 2.0 * ( RMA + RMB ) * RPAB )
92 r2(1,B) = r2(1,B) - RMB*DX !PXI(B) = PXI(B) - RMB * DX
93 r2(2,B) = r2(2,B) - RMB*DY !PYI(B) = PYI(B) - RMB * DY
94 r2(3,B) = r2(3,B) - RMB*DZ !PZI(B) = PZI(B) - RMB * DZ
H A Dshake_chain.F24 REAL*8 RPTOL, RMA, RMB
136 RMB = 1.0 / mass(B)
137 GAB = DIFFSQ / ( 2.0 * ( RMA + RMB ) * RPAB )
146 PXI(B) = PXI(B) - RMB * DX
147 PYI(B) = PYI(B) - RMB * DY
148 PZI(B) = PZI(B) - RMB * DZ
H A Dshake_chain3.F24 REAL*8 RPTOL, RMA, RMB
82 RMB = 1.0 / mass(B)
83 GAB = DIFFSQ / ( 2.0 * ( RMA + RMB ) * RPAB )
91 PXI(B) = PXI(B) - RMB * DX
92 PYI(B) = PYI(B) - RMB * DY
93 PZI(B) = PZI(B) - RMB * DZ
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong2v/
H A Dtagalong2v.asm58 SH_TMP RMB 1 ; Temp storage.
59 SH_LR0 RMB 3 ;\
62 SH_LR1 RMB 3 ;\
67 DEC_0 RMB 2
73 SCORE RMB 1 ; Score
115 @@XV RMB 1 ; X velocity
116 @@XP RMB 1 ; X position
118 @@YV RMB 1 ; Y velocity
119 @@YP RMB 1 ; Y position
122 RNDHI RMB 1
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/jlp/
H A Djlp_rand_stats.asm36 ISRVEC RMB 2
37 BGC RMB 1
43 SGCODE RMB 32 ; space for save-game spinner
44 STACK RMB 32
45 CURPOS RMB 1
46 DELAY RMB 1
53 HIST1 RMB 256
54 HIST0 RMB 256
55 HIST2 RMB 256
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong2v_cp1600x/
H A Dtagalong2v_cp1600x.asm55 TSKQHD RMB 1 ; Task queue head
56 TSKQTL RMB 1 ; Task queue tail
57 TSKDQ RMB 2*(TSKQM+1) ; Task data queue
61 SH_TMP RMB 1 ; Temp storage.
62 SH_LR0 RMB 3 ;\
65 SH_LR1 RMB 3 ;\
72 SCORE RMB 1 ; Score
114 @@XV RMB 1 ; X velocity
115 @@XP RMB 1 ; X position
117 @@YV RMB 1 ; Y velocity
[all …]
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_sweep_extrude_jp.lang11 {3," ~s 軸をLMB+ドラッグの振り軸とします. 振り軸と押出し面が垂直関係にあると振り回転は機能しません.(RMB回転のみ機能します)"}
42 {1,"選択軸をLMB+ドラッグの振り軸とします. 振り軸と押出し面が垂直関係にあると振り回転は機能しません.(RMB回転のみ機能します)"}
55 {1,"選択部を法線方向へ押出します.振り回転(LMB)、先端部変形(MMB)、先端部回転(RMB)+ドラッグ等もリアルタイム調整可能です."}
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong2/
H A Dtagalong2b.asm76 TSKQHD RMB 1 ; Task queue head
82 SH_TMP RMB 1 ; Temp storage.
83 SH_LR0 RMB 3 ;\
86 SH_LR1 RMB 3 ;\
91 DEC_0 RMB 2
97 SCORE RMB 1 ; Score
114 TSKQ RMB (TSKQM + 1) ; Task queue
126 @@XV RMB 1 ; X velocity
127 @@XP RMB 1 ; X position
129 @@YV RMB 1 ; Y velocity
[all …]
H A Dtagalong2.asm47 TSKQHD RMB 1 ; Task queue head
53 SH_TMP RMB 1 ; Temp storage.
54 SH_LR0 RMB 3 ;\
57 SH_LR1 RMB 3 ;\
62 DEC_0 RMB 2
68 SCORE RMB 1 ; Score
83 TSKQ RMB (TSKQM + 1) ; Task queue
95 @@XV RMB 1 ; X velocity
96 @@XP RMB 1 ; X position
98 @@YV RMB 1 ; Y velocity
[all …]
/dports/biology/fasta3/fasta-36.3.8/test/
H A Dtest2.sh33 ../bin/fasta36 -S -q -c O -r "+2/-4" ../seq/mgstm1.nt %RMB 4 > results/test2o_m1.ok4z1r24
34 ../bin/fasta36 -S -q -r "+2/-4" ../seq/mgstm1.nt %RMB 4 > results/test2_m1.ok4z1r24
35 ../bin/fasta36 -S -q -c O ../seq/mgstm1.rev %RMB 4 > results/test2o_m1.ok4r
36 ../bin/fasta36 -S -q ../seq/mgstm1.rev %RMB 4 > results/test2_m1.ok4r
37 ../bin/fasta36 -m BB -q ../seq/mgstm1.rev %RMB > results/test2_m1.ok6mB
/dports/net/openmpi/openmpi-4.1.1/opal/include/opal/sys/arm/
H A Datomic.h43 #define RMB() __asm__ __volatile__ ("dmb" : : : "memory") macro
52 #define RMB() MB() macro
61 #define RMB() MB() macro
84 RMB(); in opal_atomic_rmb()
/dports/emulators/jzintv/jzintv-20200712-src/src/event/
H A Devent_diag.asm35 ISRVEC RMB 2
36 BGC RMB 1
37 EVTNAM RMB 20
43 STACK RMB 32
44 CURPOS RMB 1

12345678910>>...36