Home
last modified time | relevance | path

Searched refs:THRUST (Results 1 – 25 of 103) sorted by relevance

12345

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DHAMAKER.DAT2 THRUST FORCE OF A DRILL
4 RESPONSE VARIABLE--THRUST FORCE
10 1. THRUST FORCE (RESPONSE VARIABLE)
23 THRUST DRILL MATERIAL FEED MAT*FEED
/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_device_select_unique.cu68 THRUST, // Thrust method enumerator
118 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
432 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestPointer()
475 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestIterator()
612 …TestPointer<THRUST, char>( num_items * ((sm_version <= 130) ? 1 : 4), entropy_reduction, maxse… in main()
616 …TestPointer<THRUST, short>( num_items * ((sm_version <= 130) ? 1 : 2), entropy_reduction, maxse… in main()
620 …TestPointer<THRUST, int>( num_items, entropy_reduction, maxse… in main()
624 …TestPointer<THRUST, long long>(num_items / 2, entropy_reduction, maxse… in main()
628 …TestPointer<THRUST, TestFoo>( num_items / 4, entropy_reduction, maxse… in main()
H A Dtest_device_scan.cu66 THRUST, // Thrust method enumerator
225 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
272 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
319 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
366 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
743 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestPointer()
806 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestIterator()
1002 …TestPointer<THRUST, char, char>( num_items * ((sm_version <= 130) ? 1 : 4), UNIFORM, Sum(), ch… in main()
1010 TestPointer<THRUST, int, int>( num_items , UNIFORM, Sum(), (int) (0)); in main()
1014 TestPointer<THRUST, long long, long long>(num_items / 2, UNIFORM, Sum(), (long long) (0)); in main()
[all …]
H A Dtest_device_select_if.cu68 THRUST, // Thrust method enumerator
235 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
290 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
355 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
414 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
769 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestPointer()
829 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestIterator()
925 TestPointer<THRUST, false, false, T>(num_items, select_ratio); in ComparePointer()
929 TestPointer<THRUST, false, true, T>(num_items, select_ratio); in ComparePointer()
933 TestPointer<THRUST, true, false, T>(num_items, select_ratio); in ComparePointer()
[all …]
H A Dtest_device_reduce_by_key.cu67 THRUST, // Thrust method enumerator
145 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
544 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestPointer()
603 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestIterator()
803 TestPointer<THRUST, int, int>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
807 TestPointer<THRUST, int, float>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
813 TestPointer<THRUST, int, double>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
H A Dtest_device_reduce.cu75 THRUST, // Thrust method enumerator
523 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
572 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
947 …(BACKEND == CUB_CDP) ? "CUB_CDP" : (BACKEND == THRUST) ? "Thrust" : (BACKEND == CUB_SEGMENTED) ? "… in SolveAndTest()
1308 TestProblem<THRUST, char, char>( max_items * 4, 1, UNIFORM, Sum()); in main()
1312 TestProblem<THRUST, short, short>( max_items * 2, 1, UNIFORM, Sum()); in main()
1316 TestProblem<THRUST, int, int>( max_items, 1, UNIFORM, Sum()); in main()
1320 TestProblem<THRUST, long long, long long>( max_items / 2, 1, UNIFORM, Sum()); in main()
1324 TestProblem<THRUST, TestFoo, TestFoo>( max_items / 4, 1, UNIFORM, Max()); in main()
H A Dtest_device_radix_sort.cu75 THRUST, // Thrust method enumerator
381 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
422 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
745 …WRITE) ? "CUB_NO_OVERWRITE" : (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB… in Test()
1263 …Test<THRUST, unsigned int, NullType, false> ( num_items, 1, RANDOM, entropy_redu… in main()
1267 …Test<THRUST, unsigned long long, NullType, false> ( num_items, 1, RANDOM, entropy_redu… in main()
1272 …Test<THRUST, unsigned int, unsigned int, false> ( num_items, 1, RANDOM, entropy_redu… in main()
1276 …Test<THRUST, unsigned long long, unsigned int, false> ( num_items, 1, RANDOM, entropy_reduction,… in main()
H A Dtest_device_run_length_encode.cu67 THRUST, // Thrust method enumerator
198 Int2Type<THRUST> /*dispatch_to*/, in Dispatch() argument
630 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestPointer()
683 (BACKEND == CDP) ? "CDP CUB" : (BACKEND == THRUST) ? "Thrust" : "CUB", in TestIterator()
859 … TestPointer<RLE, THRUST, int, int, int>( num_items, entropy_reduction, max_segment); in main()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DHAMAKER.DP2 . PURPOSE--HAMAKER DRILL THRUST FORCE ANALYSIS (GANOVA)
24 Y1LABEL THRUST FORCE
69 TEXT HAMAKER DRILL THRUST FORCE ANALYSIS
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/clas/eda/
H A DHAMAKER.DP6 . PURPOSE--HAMAKER DRILL THRUST FORCE ANALYSIS (GANOVA)
28 Y1LABEL THRUST FORCE
74 TEXT HAMAKER DRILL THRUST FORCE ANALYSIS
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/clas/anov/
H A DHAMAKER.DP6 . PURPOSE--HAMAKER DRILL THRUST FORCE ANALYSIS (GANOVA)
28 Y1LABEL THRUST FORCE
74 TEXT HAMAKER DRILL THRUST FORCE ANALYSIS
/dports/games/uqm/uqm-0.8.0/src/uqm/ships/arilou/
H A Darilou.c152 StarShipPtr->ship_input_state |= THRUST; in arilou_intelligence()
188 StarShipPtr->ship_input_state &= ~(LEFT | RIGHT | THRUST | WEAPON); in arilou_intelligence()
218 ~(SHIP_AT_MAX_SPEED | LEFT | RIGHT | THRUST | WEAPON); in arilou_preprocess()
241 & ~(LEFT | RIGHT | THRUST | WEAPON | SPECIAL)) in arilou_preprocess()
243 & (LEFT | RIGHT | THRUST | WEAPON | SPECIAL)); in arilou_preprocess()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataloex/
H A DHAMAKER.DP13 Y1LABEL THRUST FORCE
33 TEXT HAMAKER DRILL THRUST FORCE ANALYSIS
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataexec/
H A DHAMAKER.DP13 Y1LABEL THRUST FORCE
33 TEXT HAMAKER DRILL THRUST FORCE ANALYSIS
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dcyborg.c534 if (StarShipPtr->ship_input_state & THRUST) in ThrustShip()
561 StarShipPtr->ship_input_state |= THRUST; in ThrustShip()
606 maneuver_state |= THRUST; in Pursue()
693 if (maneuver_state & THRUST) in Pursue()
736 maneuver_state |= THRUST; in Entice()
798 maneuver_state &= ~THRUST; in Entice()
809 || (!(maneuver_state & THRUST) in Entice()
818 maneuver_state |= THRUST; in Entice()
933 maneuver_state &= ~THRUST; in Entice()
969 maneuver_state &= ~THRUST; in Entice()
[all …]
H A Dstatus.c103 if (delta_status_flags & THRUST) in CaptainsWindow()
108 else if (cur_status_flags & THRUST) in CaptainsWindow()
390 old_status_flags &= (LEFT | RIGHT | THRUST | WEAPON | SPECIAL); in PreProcessStatus()
420 ~(LEFT | RIGHT | THRUST | WEAPON | SPECIAL); in PostProcessStatus()
558 (LEFT | RIGHT | THRUST | WEAPON | SPECIAL | LOW_ON_ENERGY); in PostProcessStatus()
570 old_status_flags &= (LEFT | RIGHT | THRUST | WEAPON | SPECIAL); in PostProcessStatus()
H A Dship.c161 & ~(LEFT | RIGHT | THRUST | WEAPON | SPECIAL); in ship_preprocess()
165 & (LEFT | RIGHT | THRUST | WEAPON | SPECIAL); in ship_preprocess()
258 else if (cur_status_flags & THRUST) in ship_preprocess()
/dports/games/uqm/uqm-0.8.0/src/uqm/ships/supox/
H A Dsupox.c170 StarShipPtr->ship_input_state |= THRUST | WEAPON; in supox_intelligence()
178 StarShipPtr->ship_input_state &= ~THRUST; in supox_intelligence()
227 if (StarShipPtr->cur_status_flags & THRUST) in supox_preprocess()
/dports/games/spacezero/spacezero/include/
H A Dsound.h51 #define THRUST 3 macro
/dports/games/lander/lander-0.6.6/src/
H A DInput.hpp33 SKIP, ABORT, DEBUG, PAUSE, THRUST, enumerator
/dports/games/cave9/cave9-e6896eb/src/
H A Dgame.h115 #define THRUST (GRAVITY*2) macro
/dports/games/uqm/uqm-0.8.0/src/uqm/ships/thradd/
H A Dthradd.c166 if ((StarShipPtr->ship_input_state & THRUST) in thraddash_intelligence()
219 StarShipPtr->ship_input_state &= ~THRUST; in thraddash_intelligence()
/dports/games/uqm/uqm-0.8.0/src/uqm/ships/ilwrath/
H A Dilwrath.c175 StarShipPtr->ship_input_state |= THRUST; in ilwrath_intelligence()
309 && (StarShipPtr->cur_status_flags & THRUST)) in ilwrath_preprocess()
/dports/games/uqm/uqm-0.8.0/src/uqm/ships/umgah/
H A Dumgah.c271 StarShipPtr->ship_input_state &= ~THRUST; in umgah_intelligence()
294 StarShipPtr->ship_input_state |= THRUST; in umgah_intelligence()
/dports/games/uqm/uqm-0.8.0/src/uqm/ships/slylandr/
H A Dslylandr.c392 if ((StarShipPtr->cur_status_flags & THRUST) in slylandro_preprocess()
393 && !(StarShipPtr->old_status_flags & THRUST)) in slylandro_preprocess()

12345