Home
last modified time | relevance | path

Searched refs:QB (Results 126 – 150 of 1402) sorted by relevance

12345678910>>...57

/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/test/
H A Dquickbook-testing.jam159 toolset.flags quickbook-testing.process-quickbook QB-DEFINES <quickbook-test-define> ;
163 toolset.flags quickbook-testing.process-quickbook-html QB-DEFINES <quickbook-test-define> ;
174 …$(quickbook-command) $(>) --output-file=$(<) --debug -D"$(QB-DEFINES)" -I"$(INCLUDES)" --xinclude-…
184 …$(quickbook-command) $(>) --output-format=onehtml --output-file=$(<) --debug -D"$(QB-DEFINES)" -I…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/doc/qtdesignstudio/src/
H A Dqtdesignstudio-exporting-and-importing.qdoc35 send your design to a developer for implementation. You can use the \QB
46 then import back into the design tool by using \QB. For example, you could
72 that you can import back into the design tool by using \QB. You
93 to generate native file formats in design tools using \QB.
H A Dqtdesignstudio-importing-designs.qdoc33 You can import 2D and 3D assets to \QDS projects. You need to use \QB for
40 You can import 2D assets that you exported with \QB to a \QDS
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/test/
H A Dquickbook-testing.jam159 toolset.flags quickbook-testing.process-quickbook QB-DEFINES <quickbook-test-define> ;
163 toolset.flags quickbook-testing.process-quickbook-html QB-DEFINES <quickbook-test-define> ;
174 …$(quickbook-command) $(>) --output-file=$(<) --debug -D"$(QB-DEFINES)" -I"$(INCLUDES)" --xinclude-…
184 …$(quickbook-command) $(>) --output-format=onehtml --output-file=$(<) --debug -D"$(QB-DEFINES)" -I…
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/test/
H A Dquickbook-testing.jam159 toolset.flags quickbook-testing.process-quickbook QB-DEFINES <quickbook-test-define> ;
163 toolset.flags quickbook-testing.process-quickbook-html QB-DEFINES <quickbook-test-define> ;
174 …$(quickbook-command) $(>) --output-file=$(<) --debug -D"$(QB-DEFINES)" -I"$(INCLUDES)" --xinclude-…
184 …$(quickbook-command) $(>) --output-format=onehtml --output-file=$(<) --debug -D"$(QB-DEFINES)" -I…
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnl_gtrak10.cpp51 ALIAS( 2H, L2.QB)
56 ALIAS( 32H, K2.QB)
79 ALIAS( 2V, F3.QB)
83 ALIAS( 32V, H2.QB)
87 ALIAS(512V, I2.QB)
297 ALIAS(1PHI2, J7.QB)
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnl_gtrak10.cpp51 ALIAS( 2H, L2.QB)
56 ALIAS( 32H, K2.QB)
79 ALIAS( 2V, F3.QB)
83 ALIAS( 32V, H2.QB)
87 ALIAS(512V, I2.QB)
297 ALIAS(1PHI2, J7.QB)
/dports/biology/mothur/mothur-1.46.1/source/chimera/
H A Dslayer.cpp137 float QB = ((QLB*leftLength) + (QRB*rightLength)) / (float) length; in runBellerophon() local
145 float divR_QLA_QRB = min((QLA_QRB/QA), (QLA_QRB/QB)); in runBellerophon()
146 float divR_QLB_QRA = min((QLB_QRA/QA), (QLB_QRA/QB)); in runBellerophon()
151 …if (((QLA_QRB > QA) && (QLA_QRB > QB) && (QLA >= parentFragmentThreshold) && (QRB >= parentFragmen… in runBellerophon()
152 …((QLB_QRA > QA) && (QLB_QRA > QB) && (QLB >=parentFragmentThreshold) && (QRA >= parentFragmentThre… in runBellerophon()
164 member.qb = QB; in runBellerophon()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dquadric.cpp71 #define QB Mixed_Terms[X] macro
181 a = Xd * (QA * Xd + QB * Yd + QC * Zd) + in Intersect()
185 b = Xd * (QA * Xo + 0.5 * (QB * Yo + QC * Zo + QD)) + in Intersect()
186 Yd * (QE * Yo + 0.5 * (QB * Xo + QF * Zo + QG)) + in Intersect()
189 c = Xo * (QA * Xo + QB * Yo + QC * Zo + QD) + in Intersect()
258 return((IPoint[X] * (QA * IPoint[X] + QB * IPoint[Y] + QD) + in Inside()
298 QB * Inter->IPoint[Y] + in Normal()
302 Result[Y] = QB * Inter->IPoint[X] + in Normal()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/tests/
H A Dtut-CoCoLA3.cocoa515 QB := QuotientBasis(I); QB; --> [1, z, y, x] in P
34 QB;
35 coefficients(NF(x * f, I), QB);
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/tests/
H A Dtut-CoCoLA3.cocoa515 QB := QuotientBasis(I); QB; --> [1, z, y, x] in P
34 QB;
35 coefficients(NF(x * f, I), QB);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_icode_coordinator.erl84 handle_restart_call(MFA, {Queue, Busy} = QB) ->
87 QB;
127 restart_funs({Queue, Busy} = QB, PM, All, ServerPid) ->
137 QB
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_icode_coordinator.erl84 handle_restart_call(MFA, {Queue, Busy} = QB) ->
87 QB;
127 restart_funs({Queue, Busy} = QB, PM, All, ServerPid) ->
137 QB
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_icode_coordinator.erl84 handle_restart_call(MFA, {Queue, Busy} = QB) ->
87 QB;
127 restart_funs({Queue, Busy} = QB, PM, All, ServerPid) ->
137 QB
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A DdgQuaternion.cpp109 dgVector dgQuaternion::CalcAverageOmega (const dgQuaternion &QB, hacd::HaF32 dt) const in CalcAverageOmega() argument
139 dgQuaternion dgQuaternion::Slerp (const dgQuaternion &QB, hacd::HaF32 t) const in Slerp() argument
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dquadrics.cpp70 #define QB Mixed_Terms[X] macro
180 a = Xd * (QA * Xd + QB * Yd + QC * Zd) + in Intersect()
184 b = Xd * (QA * Xo + 0.5 * (QB * Yo + QC * Zo + QD)) + in Intersect()
185 Yd * (QE * Yo + 0.5 * (QB * Xo + QF * Zo + QG)) + in Intersect()
188 c = Xo * (QA * Xo + QB * Yo + QC * Zo + QD) + in Intersect()
257 return((IPoint[X] * (QA * IPoint[X] + QB * IPoint[Y] + QD) + in Inside()
297 QB * Inter->IPoint[Y] + in Normal()
301 Result[Y] = QB * Inter->IPoint[X] + in Normal()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dquadrics.cpp68 #define QB Quadric->Mixed_Terms[X] macro
213 a = Xd * (QA * Xd + QB * Yd + QC * Zd) + in Intersect_Quadric()
217 b = Xd * (QA * Xo + 0.5 * (QB * Yo + QC * Zo + QD)) + in Intersect_Quadric()
218 Yd * (QE * Yo + 0.5 * (QB * Xo + QF * Zo + QG)) + in Intersect_Quadric()
221 c = Xo * (QA * Xo + QB * Yo + QC * Zo + QD) + in Intersect_Quadric()
294 return((IPoint[X] * (QA * IPoint[X] + QB * IPoint[Y] + QD) + in Inside_Quadric()
335 QB * Inter->IPoint[Y] + in Quadric_Normal()
339 Result[Y] = QB * Inter->IPoint[X] + in Quadric_Normal()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dquadrics.cpp63 #define QB Quadric->Mixed_Terms[X] macro
208 a = Xd * (QA * Xd + QB * Yd + QC * Zd) + in Intersect_Quadric()
212 b = Xd * (QA * Xo + 0.5 * (QB * Yo + QC * Zo + QD)) + in Intersect_Quadric()
213 Yd * (QE * Yo + 0.5 * (QB * Xo + QF * Zo + QG)) + in Intersect_Quadric()
216 c = Xo * (QA * Xo + QB * Yo + QC * Zo + QD) + in Intersect_Quadric()
289 return((IPoint[X] * (QA * IPoint[X] + QB * IPoint[Y] + QD) + in Inside_Quadric()
330 QB * Inter->IPoint[Y] + in Quadric_Normal()
334 Result[Y] = QB * Inter->IPoint[X] + in Quadric_Normal()
/dports/devel/avr-gdb/gdb-7.3.1/sim/mips/
H A Ddsp.igen282 011111,5.RS,5.RT,5.RD,00000,010000:SPECIAL3:32::ADDU.QB
289 011111,5.RS,5.RT,5.RD,00100,010000:SPECIAL3:32::ADDU_S.QB
317 011111,5.RS,5.RT,5.RD,00001,010000:SPECIAL3:32::SUBU.QB
324 011111,5.RS,5.RT,5.RD,00101,010000:SPECIAL3:32::SUBU_S.QB
376 011111,5.RS,00000,5.RD,10100,010000:SPECIAL3:32::RADDU.W.QB
431 011111,5.RS,5.RT,5.RD,01100,010001:SPECIAL3:32::PRECRQ.QB.PH
629 011111,5.RS,5.RT,5.RD,00010,010011:SPECIAL3:32::SHLLV.QB
689 011111,5.RS,5.RT,5.RD,00011,010011:SPECIAL3:32::SHRLV.QB
1195 011111,00,8.IMM8,5.RD,00010,010010:SPECIAL3:32::REPL.QB
1202 011111,00000,5.RT,5.RD,00011,010010:SPECIAL3:32::REPLV.QB
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/mips/
H A Ddsp.igen282 011111,5.RS,5.RT,5.RD,00000,010000:SPECIAL3:32::ADDU.QB
289 011111,5.RS,5.RT,5.RD,00100,010000:SPECIAL3:32::ADDU_S.QB
317 011111,5.RS,5.RT,5.RD,00001,010000:SPECIAL3:32::SUBU.QB
324 011111,5.RS,5.RT,5.RD,00101,010000:SPECIAL3:32::SUBU_S.QB
376 011111,5.RS,00000,5.RD,10100,010000:SPECIAL3:32::RADDU.W.QB
431 011111,5.RS,5.RT,5.RD,01100,010001:SPECIAL3:32::PRECRQ.QB.PH
629 011111,5.RS,5.RT,5.RD,00010,010011:SPECIAL3:32::SHLLV.QB
689 011111,5.RS,5.RT,5.RD,00011,010011:SPECIAL3:32::SHRLV.QB
1195 011111,00,8.IMM8,5.RD,00010,010010:SPECIAL3:32::REPL.QB
1202 011111,00000,5.RT,5.RD,00011,010010:SPECIAL3:32::REPLV.QB
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/packages/
H A Dmaximal.cpkg5114 QB := QuotientBasis(I);
115 -- println "len(QB) = ", len(QB);
117 R ::= K[y[1..len(QB)]];
122 apply(phi, QB));
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/packages/
H A Dmaximal.cpkg5114 QB := QuotientBasis(I);
115 -- println "len(QB) = ", len(QB);
117 R ::= K[y[1..len(QB)]];
122 apply(phi, QB));
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/
H A Dempire.c146 double_t QB; // average totals of active players variable
1135 QB = QC = QD = 0.0; in player_computer()
1154 QB += A[Q][16]; in player_computer()
1163 QB /= QP; QC /= QP; QD /= QP; in player_computer()
1187 QB = floor(QB + RND(2.0) - RND(2.0)); in player_computer()
1211 if (QB > A[K][16]) A[K][16] = QB; in player_computer()
/dports/graphics/xfig/xfig-3.2.8a/Libraries/Electronic/Schematic/Classic/simple_TTL-metric/
H A D74LS57.fig47 4 0 0 20 -1 16 6 0.0000 4 90 120 1242 665 QB\001
H A D74LS56.fig37 4 0 0 20 -1 16 6 0.0000 4 90 120 1242 665 QB\001

12345678910>>...57