Home
last modified time | relevance | path

Searched refs:pbot (Results 1 – 25 of 135) sorted by relevance

123456

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Db_game.c470 bot_t * pbot = p->bot; in B_ChangeWeapon() local
627 bot_t * pbot = p->bot; in B_AimWeapon() local
877 else if( pbot->closestEnemy && (pbot->closestEnemy->health > 0)) in B_BuildTiccmd()
910 pbot->lastMobj = pbot->closestEnemy; in B_BuildTiccmd()
911 pbot->lastMobjX = pbot->closestEnemy->x; in B_BuildTiccmd()
912 pbot->lastMobjY = pbot->closestEnemy->y; in B_BuildTiccmd()
965 else if( pbot->lastMobj && (pbot->lastMobj->health > 0)) in B_BuildTiccmd()
974 B_TurnTowardsPoint(p, pbot->lastMobjX, pbot->lastMobjY); in B_BuildTiccmd()
986 B_GetNodeAt(pbot->bestItem->x, pbot->bestItem->y); in B_BuildTiccmd()
1068 pbot->straferight = !pbot->straferight; in B_BuildTiccmd()
[all …]
H A Db_look.c271 bot_t * pbot = p->bot; // player bot in B_LookForThings() local
288 pbot->closestEnemy = NULL; in B_LookForThings()
289 pbot->closestMissile = NULL; in B_LookForThings()
290 pbot->closestUnseenEnemy = NULL; in B_LookForThings()
291 pbot->closestUnseenTeammate = NULL; in B_LookForThings()
292 pbot->teammate = NULL; in B_LookForThings()
293 pbot->bestSeenItem = NULL; in B_LookForThings()
294 pbot->bestItem = NULL; in B_LookForThings()
353 pbot->teammate = mo; in B_LookForThings()
848 pbot->closestEnemy = mo; in B_LookForThings()
[all …]
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c218 for ( pbot=&g_edicts[clients]; clients--; --pbot ) in client_botupdate()
220 if ( pbot->inuse && pbot->is_bot ) in client_botupdate()
243 if ( pbot->inuse && pbot->is_bot ) in client_botupdate()
355 for ( pbot=&g_edicts[clients]; clients-- ; --pbot ) in ACESP_FindBot()
357 if ( pbot->inuse && pbot->is_bot in ACESP_FindBot()
470 if ( pbot->inuse && pbot->is_bot ) in loadbots_team_botkick()
615 if ( pbot->inuse && pbot->is_bot ) in loadbots_nonteam_botkick()
1340 for ( pbot=&g_edicts[clients]; clients--; --pbot ) in ACESP_FindFreeClient()
1342 if ( pbot->is_bot && (pbot->count > maxcount) ) in ACESP_FindFreeClient()
1662 for ( pbot = &g_edicts[1]; clients--; pbot++ ) in ACESP_RemoveBot()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c218 for ( pbot=&g_edicts[clients]; clients--; --pbot ) in client_botupdate()
220 if ( pbot->inuse && pbot->is_bot ) in client_botupdate()
243 if ( pbot->inuse && pbot->is_bot ) in client_botupdate()
355 for ( pbot=&g_edicts[clients]; clients-- ; --pbot ) in ACESP_FindBot()
357 if ( pbot->inuse && pbot->is_bot in ACESP_FindBot()
470 if ( pbot->inuse && pbot->is_bot ) in loadbots_team_botkick()
615 if ( pbot->inuse && pbot->is_bot ) in loadbots_nonteam_botkick()
1340 for ( pbot=&g_edicts[clients]; clients--; --pbot ) in ACESP_FindFreeClient()
1342 if ( pbot->is_bot && (pbot->count > maxcount) ) in ACESP_FindFreeClient()
1662 for ( pbot = &g_edicts[1]; clients--; pbot++ ) in ACESP_RemoveBot()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_sharpen3D.c19 float nphi , omphi , pval , psum , ppp , pbot,ptop , tbot,ttop ; in mri_sharpen3D_pos() local
51 else { psum += ppp; pbot=MIN(pbot,ppp); ptop=MAX(ptop,ppp); } } in mri_sharpen3D_pos()
62 pbot = ptop = psum = pval = tar[ijk] ; if( pval <= 0.0f ) continue; in mri_sharpen3D_pos()
77 pbot -= RFAC*(pval-pbot) ; if( pbot < tbot ) pbot = tbot ; in mri_sharpen3D_pos()
80 if( pval < pbot ) pval = pbot ; else if( pval > ptop ) pval = ptop ; in mri_sharpen3D_pos()
H A Dimfft.c23 float sum , scale , pbot,ptop ; in main() local
168 ptop = pbot = outar[0][0] ; in main()
171 sum = mri_min( IMAGE_IN_IMARR(outimar,kim) ) ; if( sum < pbot ) pbot = sum ; in main()
174 fprintf( stderr , "\n minimum = %g maximum = %g\n" , pbot,ptop ) ; in main()
178 pbot = ptop - 50.0 ; /* 50 dB range */ in main()
180 pbot = 0.0 ; in main()
183 pbot = 0.0 ; in main()
186 scale = 30000.0 / (ptop-pbot) ; in main()
193 tempar[ii] = (outar[kim][ii] < pbot) in main()
195 : (short)(scale * (outar[kim][ii] - pbot) + 0.499) ; in main()
H A Dimpsd.c23 float sum , scale , pbot,ptop ; in main() local
172 ptop = pbot = outar[0][0] ; in main()
175 sum = mri_min( IMAGE_IN_IMARR(outimar,kim) ) ; if( sum < pbot ) pbot = sum ; in main()
178 fprintf( stderr , "/n minimum = %e maximum = %e\n" , pbot,ptop ) ; in main()
181 pbot = ptop - 50.0 ; /* 50 dB range */ in main()
183 pbot = 0.0 ; in main()
186 scale = 10000.0 / (ptop-pbot) ; in main()
193 tempar[ii] = (outar[kim][ii] < pbot) in main()
195 : (short)(scale * (outar[kim][ii] - pbot) + 0.499) ; in main()
H A Dstimband.c54 float_pair pbs ; float pbot=1.e+22f,ptop=-1.e+22f , ppp ; in main() local
246 if( pbot > pbs.a ) pbot = pbs.a ; in main()
253 if( pbot > ptop ){ printf(" 0 0\n") ; exit(0) ; } in main()
255 if( pbot < min_freq ) pbot = min_freq ; in main()
256 if( ptop-pbot < min_bwidth ){ in main()
257 pbot -= 0.5f * ( min_bwidth - (ptop-pbot) ) ; in main()
258 if( pbot < min_freq ) pbot = min_freq ; in main()
259 ptop = pbot + min_bwidth ; in main()
261 printf(" %g %g\n",pbot,ptop) ; in main()
H A D3dbetafit.c29 float pbot=50.0 , ptop= 80.0 ; in main() local
107 pbot = strtod(argv[++narg],NULL) ; in main()
109 if( pbot < 30.0 || pbot > ptop ){ in main()
186 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ){ in main()
H A D1dsigplot.c50 float xbot,xtop , ybot,ytop , pbot,ptop , in PLOT_scatterellipse() local
88 pbot = p10(xbot) ; ptop = p10(xtop) ; if( ptop < pbot ) ptop = pbot ; in PLOT_scatterellipse()
113 pbot = p10(ybot) ; ptop = p10(ytop) ; if( ptop < pbot ) ptop = pbot ; in PLOT_scatterellipse()
H A D3dbetafit2.c446 static float pbot=50.0 , ptop= 80.0 ; variable
605 pbot = (int) strtod(argv[++narg],NULL) ; in main()
607 if( pbot < 30.0 || pbot > ptop || ptop > 99.0 ){ in main()
691 ndim = ptop - pbot + 1.0 ; in main()
693 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ) in main()
694 bf_tvec[(int)(pcut-pbot)] = process_sample( pcut , bfd ) ; in main()
701 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ) in main()
702 boot_tvec[jj][(int)(pcut-pbot)] = process_sample( pcut , nfd ) ; in main()
730 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ){ in main()
731 kk = (int)(pcut-pbot) ; in main()
H A D3dbetafit3.c410 static float pbot=50.0 , ptop= 80.0 ; variable
587 pbot = (int) strtod(argv[++narg],NULL) ; in main()
589 if( pbot < 30.0 || pbot > ptop || ptop > 99.0 ){ in main()
673 ndim = (ptop - pbot + 1.0)*nbasis ; in main()
692 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ){ in main()
694 qq = (int)(pcut-pbot) ; in main()
706 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ){ in main()
708 qq = (int)(pcut-pbot) ; in main()
741 for( pcut=pbot ; pcut <= ptop ; pcut += 1.0 ){ in main()
742 kk = (int)(pcut-pbot) ; in main()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dmacosx_opengl.c152 char *ptop, *pbot; in macosx_copy_opengl() local
163 pbot = dest + bot * rowlen; in macosx_copy_opengl()
165 memcpy(ptop, pbot, rowlen); in macosx_copy_opengl()
166 memcpy(pbot, pbuf, rowlen); in macosx_copy_opengl()
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dmoltor.lua44 function pbot(what) function
311 pbot("You must macro ':command: fire 1' ':command: fire 2' etc to a 3*3 block of keys. There is no …
314 pbot("Be sure to grab a couple speed rings from the tavern. If your macros prevent wielding, you ca…
317 pbot("There are 6 levels. If you survive for 3 minutes, some <s appear in the middle of the level a…
320 pbot("Cooperating with other players is fun, though be warned that the more players on a level, the…
323 pbot("Don't bother gaining skills or buying equipment, that crap's got nothin on your built-in mana…
326 pbot("Welcome to the TomeNET Arcade Server. Tired of slowly leveling up and automeleeing and stuff?…
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)
36 bool opEquals(const scope Range rhs) nothrow const { return pbot == rhs.pbot; } in opEquals()
/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_ts.c575 pbot = p10(xbot) ; ptop = p10(xtop) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_mem()
643 pbot = p10(ybot) ; ptop = p10(ytop) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_mem()
672 pbot = p10(ylo[jj]) ; ptop = p10(yhi[jj]) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_mem()
1014 if( ptop > pbot && pbot > 0.0 ) ptop = pbot ; in plot_ts_mem()
1181 pbot = p10(xbot) ; ptop = p10(xtop) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_init()
1206 pbot = p10(ybot) ; ptop = p10(ytop) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_init()
1326 pbot = p10(ybot) ; ptop = p10(ytop) ; in plot_ts_init()
1327 if( ptop > pbot && pbot > 0.0 ) ptop = pbot ; in plot_ts_init()
1488 pbot = p10(xbot) ; ptop = p10(xtop) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_ebar()
1529 pbot = p10(ybot) ; ptop = p10(ytop) ; if( ptop < pbot ) ptop = pbot ; in plot_ts_ebar()
[all …]
H A Dplot_strip.c53 float pbot,ptop , xobot,xotop,yobot,yotop , yll,yhh ; in plot_strip_init() local
75 pbot = p10(ybot) ; ptop = p10(ytop) ; if( ptop < pbot ) ptop = pbot ; in plot_strip_init()
166 pbot = p10(ybot) ; ptop = p10(ytop) ; in plot_strip_init()
167 if( ptop > pbot && pbot > 0.0 ) ptop = pbot ; in plot_strip_init()
232 float pbot,ptop , xobot,xotop,yobot,yotop , yll,yhh ; in plot_strip_addto() local
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/io/
H A Dgempak.py253 pbot = missing
261 pbot = press
275 * (np.log(press / pbot) / np.log(ptop / pbot)))
1517 return pbot
1549 return pbot
1631 return pbot
1929 pbot = self._merge_tropopause_data(merged, parts, 'TRPA', pbot)
1932 pbot = self._merge_tropopause_data(merged, parts, 'TRPC', pbot)
1946 pbot = self._merge_significant_temps(merged, parts, 'TTBB', pbot)
1980 pbot = self._merge_winds_pressure(merged, parts, 'MXWA', pbot)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d1410 assert(range.pbot);
1503 ranges.remove(Range(pbot, pbot)); // only pbot is used, see Range.opCmp
1937 void* pbot;
2046 printf("marking range: [%p..%p] (%#llx)\n", pbot, ptop, cast(long)(ptop - pbot));
2189 tgt.pbot = sentinel_add(tgt.pbot);
2193 void* arrtop = tgt.pbot + 16 + *cast(size_t*)tgt.pbot;
2276 if (pbot < ptop)
2282 if (pbot < ptop)
3084 toscan.push(ScanRange!precise(pbot, pbot + pointersPerThread));
3094 assert(pbot < ptop);
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gc/
H A Dgcinterface.d32 void* pbot; variable
35 alias pbot this; // only consider pbot for relative ordering (opCmp)

123456