Home
last modified time | relevance | path

Searched refs:abot (Results 1 – 25 of 133) sorted by relevance

123456

/dports/games/xonotic/Xonotic/source/qcsrc/server/weapons/
H A Dweaponstats.qh8 void WeaponStats_LogItem(float awep, float abot, float vwep, float vbot, vector item);
9 void WeaponStats_LogDamage(float awep, float abot, float vwep, float vbot, float damage);
10 void WeaponStats_LogKill(float awep, float abot, float vwep, float vbot);
12 …INDEX(awep,abot,vwep,vbot) (((vwep) + (awep) * (WEP_LAST - WEP_FIRST + 1) - (WEP_FIRST + WEP_FIRST…
H A Dweaponstats.qc86 void WeaponStats_LogItem(float awep, float abot, float vwep, float vbot, vector item)
95 idx = WEAPONSTATS_GETINDEX(awep,abot,vwep,vbot);
99 void WeaponStats_LogDamage(float awep, float abot, float vwep, float vbot, float damage)
103 WeaponStats_LogItem(awep, abot, vwep, vbot, '0 0 1' * damage + '0 1 0');
106 void WeaponStats_LogKill(float awep, float abot, float vwep, float vbot)
108 WeaponStats_LogItem(awep, abot, vwep, vbot, '1 0 0');
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dextor.c127 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_nn() local
143 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_nn()
157 for( aa=abot,aoff=0 ; aa < atop ; aa++,aoff+=astep ) in extract_byte_nn()
172 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_lifl() local
200 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_lifl()
231 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_liby() local
265 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_liby()
304 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_ts() local
354 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_ts()
417 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_fs() local
[all …]
H A Dcox_render.c838 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_nn() local
854 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_nn()
879 memcpy( im+(abot+boff) , vol+ijkoff , atop-abot ) ; in extract_byte_nn()
894 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_rgba_nn() local
910 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_rgba_nn()
1005 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */
1108 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_tsx()
1224 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_lix()
1314 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_lixx()
1347 ijkoff -= abot ; /* aoff==aa-abot when astep==1 */ in extract_byte_lixx()
[all …]
H A Dthd_shearwarp.c82 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_nn() local
98 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_nn()
104 ijkoff = fixijk*cstep + (abot-adel)*astep + (bbot-bdel)*bstep ; in extract_byte_nn()
112 for( aa=abot,aoff=0 ; aa < atop ; aa++,aoff+=astep ) in extract_byte_nn()
138 int adel,bdel , abot,atop , bb,bbot,btop , nxy=nx*ny ; in extract_byte_ts() local
188 abot = 0 ; if( abot < adel ) abot = adel ; /* range in im[] */ in extract_byte_ts()
194 ijkoff = fixijk*cstep + (abot-adel)*astep + (bbot-bdel)*bstep ; in extract_byte_ts()
206 for( aa=abot,aoff=0 ; aa < atop ; aa++,aoff+=astep ) in extract_byte_ts()
214 for( aa=abot,aoff=0 ; aa < atop ; aa++,aoff+=astep ) in extract_byte_ts()
221 for( aa=abot,aoff=0 ; aa < atop ; aa++,aoff+=astep ) in extract_byte_ts()
H A Dmri_floatvec.c21 float fx , val , abot,atop ; in interp_floatvec() local
56 abot = fv->ar[ix] ; atop = fv->ar[ip1] ; in interp_floatvec()
57 if( abot > atop ){ fx = abot; abot = atop; atop = fx; } in interp_floatvec()
59 if( val < abot ) val = abot; else if( val > atop ) val = atop; in interp_floatvec()
H A Dcs_playsound.c543 abot = atop = aa[0] ; in mri_sound_1D_to_FM()
545 if( aa[ii] < abot ) abot = aa[ii] ; in mri_sound_1D_to_FM()
553 if( abot >= atop ){ in mri_sound_1D_to_FM()
568 afac = dlf / (atop-abot) ; in mri_sound_1D_to_FM()
571 #define FRMOD(x) exp2f( lfbot + afac*((x)-abot) ) in mri_sound_1D_to_FM()
782 float abot,atop , fac , *valn ; in mri_sound_1D_to_notes() local
835 abot = atop = qa[ignore] ; in mri_sound_1D_to_notes()
838 if( qa[ii] < abot ) abot = qa[ii] ; in mri_sound_1D_to_notes()
843 fac = (npenta-1.0f) / (atop-abot) ; in mri_sound_1D_to_notes()
845 jj = rintf( fac*(qa[ii]-abot) ) ; in mri_sound_1D_to_notes()
[all …]
H A D3dbetafit.c27 float abot= 0.5 , atop= 4.0 ; in main() local
89 abot = strtod(argv[++narg],NULL) ; in main()
91 if( abot < 0.1 || abot > atop ){ in main()
188 pcut , abot,atop , bbot,btop , nran,200 ) ; in main()
216 pcut , abot,atop , bbot,btop , nran,200 ) ; in main()
H A Dedt_substbrick.c126 float bot,top , abot,atop,mmm ; int isin ; in EDIT_substscale_brick() local
132 abot = fabsf(bot); atop = fabsf(top); mmm = MAX(abot,atop); in EDIT_substscale_brick()
200 double bot,top , abot,atop,mmm ; int isin ; in EDIT_substscale_brick() local
206 abot = fabs(bot); atop = fabs(top); mmm = MAX(abot,atop); in EDIT_substscale_brick()
H A Dplug_betafit.c158 float abot,atop,bbot,btop,pcut , eps,eps1 , hlast ; in BFIT_main() local
210 abot = PLUTO_get_number(plint) ; in BFIT_main()
212 if( atop <= abot ) in BFIT_main()
218 if( atop <= abot ) in BFIT_main()
300 pcut , abot,atop , bbot,btop , nran,200 ) ; in BFIT_main()
H A D3dbetafit2.c444 static float abot= 0.5 , atop= 4.0 ; variable
470 abot = aold*0.5 ; atop = aold*2.0 ; if( abot <= 0.1 ) abot = 0.101 ; in process_sample()
476 abot = 0.5 ; atop = 4.0 ; in process_sample()
481 bfr = BFIT_compute( bfd , pcut , abot,atop , bbot,btop , nran,0 ) ; in process_sample()
587 abot = strtod(argv[++narg],NULL) ; in main()
589 if( abot < 0.1 || abot > atop ){ in main()
H A D3dbetafit3.c408 static float abot= 0.5 , atop= 4.0 ; variable
442 abot = aold*0.5 ; atop = aold*2.0 ; if( abot <= 0.1 ) abot = 0.101 ; in process_sample()
448 abot = 0.5 ; atop = 4.0 ; in process_sample()
453 bfr = BFIT_compute( bfd , pcut , abot,atop , bbot,btop , nran,0 ) ; in process_sample()
569 abot = strtod(argv[++narg],NULL) ; in main()
571 if( abot < 0.1 || abot > atop ){ in main()
H A D3dUndump.c901 int aa,bb,cc , abot,atop,bbot,btop,cbot,ctop; float rr; in main() local
904 abot = ii-(int)rint(rii) ; atop = ii+(int)rint(rii) ; in main()
905 if( abot < 0 ) abot = 0 ; if( atop >= nx ) atop = nx-1 ; in main()
912 for( aa=abot ; aa <= atop ; aa++ ){ in main()
H A Dbetafit.c374 float abot , float atop , in BFIT_compute() argument
394 if( abot < 0.1 || abot >= atop ) return NULL ; in BFIT_compute()
425 betarange( abot , atop , bbot , btop , nran ) ; in BFIT_compute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/
H A DSorting.cs145 T abot = a[bot], amid = a[mid], atop = a[top]; in partition()
147 if (compare(abot, amid) < 0) in partition()
149 if (compare(atop, abot) < 0)//atop<abot<amid in partition()
150 { a[top] = amid; amid = a[mid] = abot; a[bot] = atop; } in partition()
158 { a[bot] = atop; a[top] = abot; } in partition()
159 else if (compare(abot, atop) > 0) //amid<=atop<abot in partition()
160 { a[bot] = amid; amid = a[mid] = atop; a[top] = abot; } in partition()
162 { a[bot] = amid; amid = a[mid] = abot; } in partition()
/dports/security/mkp224o/mkp224o-1.5.0/ed25519/amd64-64-24k/
H A Dsc25519_from32bytes.c20 unsigned long long abot = a & 4294967295; in smaller() local
25 unsigned long long abotbelowbbot = (abot - bbot) >> 63; in smaller()
/dports/security/mkp224o/mkp224o-1.5.0/ed25519/amd64-51-30k/
H A Dsc25519_from32bytes.c20 unsigned long long abot = a & 4294967295; in smaller() local
25 unsigned long long abotbelowbbot = (abot - bbot) >> 63; in smaller()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/ed25519-amd64-asm/
H A Dsc25519_from32bytes.c20 unsigned long long abot = a & 4294967295; in smaller() local
25 unsigned long long abotbelowbbot = (abot - bbot) >> 63; in smaller()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_sign/ed25519/amd64_51_30k/
H A Dsc25519_from32bytes.c20 unsigned long long abot = a & 4294967295; in smaller() local
25 unsigned long long abotbelowbbot = (abot - bbot) >> 63; in smaller()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_sign/ed25519/amd64_64_24k/
H A Dsc25519_from32bytes.c20 unsigned long long abot = a & 4294967295; in smaller() local
25 unsigned long long abotbelowbbot = (abot - bbot) >> 63; in smaller()
/dports/cad/solvespace/solvespace-2.3/src/
H A Dtoolbar.cpp114 int aleft = 0, aright = 66, atop = y+16+fudge/2, abot = y+16-h; in ToolbarDrawOrHitTest() local
117 (mx >= aleft && mx <= aright && my <= atop && my >= abot); in ToolbarDrawOrHitTest()
135 ssglAxisAlignedQuad(aleft, aright, atop, abot); in ToolbarDrawOrHitTest()
/dports/chinese/bitchx/bitchx-1.2.1/dll/
H A DMake-windll.sh36 (cd abot; sh ./abot.sh)
/dports/irc/bitchx/bitchx-1.2.1/dll/
H A DMake-windll.sh36 (cd abot; sh ./abot.sh)
/dports/math/arb/arb-2.21.1/arf/
H A Dcomplex_mul.c123 slong abot, bbot, cbot, dbot; in arf_complex_mul() local
125 abot = aexp - an * FLINT_BITS; in arf_complex_mul()
130 texp = FLINT_MIN(abot, bbot); in arf_complex_mul()
142 fmpz_lshift_mpn(za, ap, an, asgn, abot - texp); in arf_complex_mul()
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dclock.edc88 rel2.to_y: "abot";
126 part { name: "abot";
184 target: "abot";
193 target: "abot";

123456