Home
last modified time | relevance | path

Searched refs:proj (Results 1 – 25 of 4367) sorted by relevance

12345678910>>...175

/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dprojs.cpp420proj.owner->clientnum, lastmillis-game::maptime, proj.weap, proj.flags, WK(proj.flags) ? -proj.id … in stick()
677 …if(proj.beenused && WF(WK(proj.flags), proj.weap, proxtime, WS(proj.flags)) != 0 && proj.lifetime … in fadeweap()
819proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = WF(WK(proj.flags), proj.… in init()
915 if(proj.owner) proj.o = proj.from = proj.owner->ejectpos(proj.weap); in init()
945 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 4; in init()
972 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 4; in init()
1009 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 1; in init()
1398proj.flags), proj.weap, partlen, WS(proj.flags))*(1.f-proj.lifespan)*proj.curscale, WF(WK(proj.fla… in effect()
1415proj.flags), proj.weap, partlen, WS(proj.flags))*(1.f-proj.lifespan)*proj.curscale, WF(WK(proj.fla… in effect()
1472proj.flags), proj.weap, partlen, WS(proj.flags))*(1.f-proj.lifespan)*proj.curscale, WF(WK(proj.fla… in effect()
[all …]
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dprojs.cpp417proj.owner->clientnum, lastmillis-game::maptime, proj.weap, proj.flags, WK(proj.flags) ? -proj.id … in stick()
672 …if(proj.beenused && WF(WK(proj.flags), proj.weap, proxtime, WS(proj.flags)) != 0 && proj.lifetime … in fadeweap()
768 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 0.5f*size; in updatebb()
854proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = WF(WK(proj.flags), proj.… in init()
866proj.escaped = !proj.owner || proj.child || WK(proj.flags) || WF(WK(proj.flags), proj.weap, collid… in init()
883 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 0.5f; in init()
923 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 0.5f; in init()
980 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 4; in init()
1006 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 4; in init()
1043 proj.height = proj.aboveeye = proj.radius = proj.xradius = proj.yradius = 1; in init()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dprojs.cpp250 …if(proj.owner && (proj.owner != game::player1 || waited)) proj.o = proj.from = proj.owner->muzzlep… in init()
251proj.height = proj.radius = proj.xradius = proj.yradius = weaptype[proj.weap].radius[proj.flags&HI… in init()
259 proj.mdl = weaptype[proj.weap].proj; in init()
327 if(proj.mdl && *proj.mdl) in init()
337 vec dir = vec(proj.to).sub(proj.o), orig = proj.o; in init()
554 …if(weaptype[proj.weap].follows[proj.flags&HIT_ALT ? 1 : 0] && proj.owner) proj.from = proj.owner->… in effect()
588proj.lifesize = clamp(proj.flags&HIT_ALT ? proj.lifespan*proj.lifespan : proj.lifespan, 0.1f, 1.f); in effect()
678proj.height = proj.radius = proj.xradius = proj.yradius = weaptype[proj.weap].radius[proj.flags&HI… in effect()
708 if(proj.mdl && *proj.mdl) switch(proj.projtype) in effect()
736 …if(weaptype[proj.weap].follows[proj.flags&HIT_ALT ? 1 : 0] && proj.owner) proj.from = proj.owner->… in destroy()
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dfrustum.c248 clip[ 0] = modl[ 0] * proj[ 0] + modl[ 1] * proj[ 4] + modl[ 2] * proj[ 8] + modl[ 3] * proj[12]; in enable_reflection_clip_planes()
249 clip[ 1] = modl[ 0] * proj[ 1] + modl[ 1] * proj[ 5] + modl[ 2] * proj[ 9] + modl[ 3] * proj[13]; in enable_reflection_clip_planes()
250 clip[ 2] = modl[ 0] * proj[ 2] + modl[ 1] * proj[ 6] + modl[ 2] * proj[10] + modl[ 3] * proj[14]; in enable_reflection_clip_planes()
251 clip[ 3] = modl[ 0] * proj[ 3] + modl[ 1] * proj[ 7] + modl[ 2] * proj[11] + modl[ 3] * proj[15]; in enable_reflection_clip_planes()
253 clip[ 4] = modl[ 4] * proj[ 0] + modl[ 5] * proj[ 4] + modl[ 6] * proj[ 8] + modl[ 7] * proj[12]; in enable_reflection_clip_planes()
254 clip[ 5] = modl[ 4] * proj[ 1] + modl[ 5] * proj[ 5] + modl[ 6] * proj[ 9] + modl[ 7] * proj[13]; in enable_reflection_clip_planes()
255 clip[ 6] = modl[ 4] * proj[ 2] + modl[ 5] * proj[ 6] + modl[ 6] * proj[10] + modl[ 7] * proj[14]; in enable_reflection_clip_planes()
256 clip[ 7] = modl[ 4] * proj[ 3] + modl[ 5] * proj[ 7] + modl[ 6] * proj[11] + modl[ 7] * proj[15]; in enable_reflection_clip_planes()
258 clip[ 8] = modl[ 8] * proj[ 0] + modl[ 9] * proj[ 4] + modl[10] * proj[ 8] + modl[11] * proj[12]; in enable_reflection_clip_planes()
259 clip[ 9] = modl[ 8] * proj[ 1] + modl[ 9] * proj[ 5] + modl[10] * proj[ 9] + modl[11] * proj[13]; in enable_reflection_clip_planes()
[all …]
/dports/math/yices/yices-2.6.2/src/model/
H A Dprojection.c102 proj->mdl = mdl; in init_projector()
103 proj->mngr = mngr; in init_projector()
106 proj->evars = tmp; in init_projector()
156 init_elim_subst(tmp, proj->mngr, &proj->vars_to_elim); in proj_build_elim_subst()
213 code = evaluate_term_array(proj->mdl, n, proj->evars, v->data); in proj_build_val_subst()
231 init_term_subst(tmp, proj->mngr, n, proj->evars, v->data); in proj_build_val_subst()
725 proj_subst_vector(proj, &proj->gen_literals); in proj_elim_by_model_value()
728 proj_subst_vector(proj, &proj->arith_literals); in proj_elim_by_model_value()
747 if (proj->flag == NO_ERROR && proj->gen_literals.size > 0) { in run_projector()
750 if (proj->flag == NO_ERROR && proj->arith_literals.size > 0) { in run_projector()
[all …]
/dports/devel/git-svn/git-2.34.1/contrib/subtree/t/
H A Dt7900-subtree.sh117 git fetch ./"sub proj" HEAD &&
130 git fetch ./"sub proj" HEAD &&
143 git fetch ./"sub proj" HEAD &&
160 git fetch ./"sub proj" HEAD &&
166 git fetch ./"sub proj" HEAD &&
182 git fetch ./"sub proj" HEAD &&
188 git fetch ./"sub proj" HEAD &&
201 git fetch ./"sub proj" HEAD &&
499 cd ./"sub proj" &&
877 cd ./"sub proj" &&
[all …]
/dports/devel/git-p4/git-2.34.1/contrib/subtree/t/
H A Dt7900-subtree.sh117 git fetch ./"sub proj" HEAD &&
130 git fetch ./"sub proj" HEAD &&
143 git fetch ./"sub proj" HEAD &&
160 git fetch ./"sub proj" HEAD &&
166 git fetch ./"sub proj" HEAD &&
182 git fetch ./"sub proj" HEAD &&
188 git fetch ./"sub proj" HEAD &&
201 git fetch ./"sub proj" HEAD &&
499 cd ./"sub proj" &&
877 cd ./"sub proj" &&
[all …]
/dports/devel/git/git-2.34.1/contrib/subtree/t/
H A Dt7900-subtree.sh117 git fetch ./"sub proj" HEAD &&
130 git fetch ./"sub proj" HEAD &&
143 git fetch ./"sub proj" HEAD &&
160 git fetch ./"sub proj" HEAD &&
166 git fetch ./"sub proj" HEAD &&
182 git fetch ./"sub proj" HEAD &&
188 git fetch ./"sub proj" HEAD &&
201 git fetch ./"sub proj" HEAD &&
499 cd ./"sub proj" &&
877 cd ./"sub proj" &&
[all …]
/dports/devel/git-gui/git-2.34.1/contrib/subtree/t/
H A Dt7900-subtree.sh117 git fetch ./"sub proj" HEAD &&
130 git fetch ./"sub proj" HEAD &&
143 git fetch ./"sub proj" HEAD &&
160 git fetch ./"sub proj" HEAD &&
166 git fetch ./"sub proj" HEAD &&
182 git fetch ./"sub proj" HEAD &&
188 git fetch ./"sub proj" HEAD &&
201 git fetch ./"sub proj" HEAD &&
499 cd ./"sub proj" &&
877 cd ./"sub proj" &&
[all …]
/dports/devel/git-cvs/git-2.34.1/contrib/subtree/t/
H A Dt7900-subtree.sh117 git fetch ./"sub proj" HEAD &&
130 git fetch ./"sub proj" HEAD &&
143 git fetch ./"sub proj" HEAD &&
160 git fetch ./"sub proj" HEAD &&
166 git fetch ./"sub proj" HEAD &&
182 git fetch ./"sub proj" HEAD &&
188 git fetch ./"sub proj" HEAD &&
201 git fetch ./"sub proj" HEAD &&
499 cd ./"sub proj" &&
877 cd ./"sub proj" &&
[all …]
/dports/devel/cgit/cgit-1.2.3/git/contrib/subtree/t/
H A Dt7900-subtree.sh145 git fetch ./"sub proj" master &&
159 git fetch ./"sub proj" master &&
173 git fetch ./"sub proj" master &&
191 git fetch ./"sub proj" master &&
197 git fetch ./"sub proj" master &&
211 git fetch ./"sub proj" master &&
217 git fetch ./"sub proj" master &&
231 git fetch ./"sub proj" master &&
237 git fetch ./"sub proj" master &&
251 git fetch ./"sub proj" master &&
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Test/various/
H A DConditions.cs56 proj.LoadXml (documentString); in TestCondition1()
82 proj.LoadXml (documentString); in TestCondition2()
107 proj.LoadXml (documentString); in TestCondition3()
130 proj.LoadXml (documentString); in TestCondition4()
161 proj.LoadXml (documentString); in TestCondition5()
197 proj.LoadXml (documentString); in TestCondition6()
230 proj.LoadXml (documentString); in TestCondition7()
252 proj.LoadXml (documentString); in TestCondition8()
278 proj.LoadXml (documentString); in TestCondition9()
305 proj.LoadXml (documentString); in TestCondition10()
[all …]
H A DItems.cs192 if (!proj.Build ("Main")) { in TestInheritedMetadataFromItemRefs()
240 if (!proj.Build ("Main")) { in TestInheritedMetadataFromItemRefs2()
478 if (!proj.Build ("1")) { in TestItems10()
523 if (!proj.Build ("1")) { in TestItems11()
573 if (!proj.Build ("1")) { in TestItems12()
611 if (!proj.Build ("1")) { in TestItems13()
707 if (!proj.Build ("1")) { in TestSelfRefrentialItems()
784 if (!proj.Build ("1")) { in TestEmptyItemsWithBatching()
852 if (!proj.Build ("1")) { in TestItemsInTarget1()
1068 if (!proj.Build("1")) { in TestItemsInTarget3c()
[all …]
H A DEvaluationOrder.cs72 proj.LoadXml (documentString); in TestOrder0()
97 proj.LoadXml (documentString); in TestOrder1()
122 proj.LoadXml (documentString); in TestOrder2()
147 proj.LoadXml (documentString); in TestOrder3()
172 proj.LoadXml (documentString); in TestOrder4()
198 proj.LoadXml (documentString); in TestOrder5()
227 proj.LoadXml (documentString); in TestOrder6()
252 proj.LoadXml (documentString); in TestImportOrder1()
276 proj.LoadXml (documentString); in TestImportOrder2()
300 proj.LoadXml (documentString); in TestImportOrder3()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpprojection.c211 proj->priv = gimp_projection_get_instance_private (proj); in gimp_projection_init()
467 GimpProjection *proj; in gimp_projection_new() local
488 return proj; in gimp_projection_new()
554 if (proj->priv->iter) in gimp_projection_finish_draw()
577 if (proj->priv->buffer) in gimp_projection_allocate_buffer()
603 if (proj->priv->buffer) in gimp_projection_free_buffer()
687 else if (! now && ! proj->priv->iter && proj->priv->invalidate_preview) in gimp_projection_flush_whenever()
701 if (proj->priv->iter) in gimp_projection_update_priority_rect()
731 if (proj->priv->iter) in gimp_projection_chunk_render_start()
761 proj, NULL); in gimp_projection_chunk_render_start()
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_proj.c301 …u = GMT->current.proj.g_BLH - GMT->current.proj.g_DG*y + GMT->current.proj.g_BJ*y + GMT->current.p… in gmtproj_genper_tolatlong()
506 GMT->current.proj.g_BLH = -2.0*GMT->current.proj.g_B*GMT->current.proj.g_L*H; in gmtproj_genper_setup()
507 GMT->current.proj.g_DG = 2.0*GMT->current.proj.g_D*GMT->current.proj.g_G; in gmtproj_genper_setup()
508 GMT->current.proj.g_BJ = GMT->current.proj.g_B*GMT->current.proj.g_J; in gmtproj_genper_setup()
510 GMT->current.proj.g_DHJ = GMT->current.proj.g_D*GMT->current.proj.g_HJ; in gmtproj_genper_setup()
1027 GMT->current.proj.l_rF = GMT->current.proj.EQ_RAD * GMT->current.proj.l_F; in gmtproj_vlamb()
1197proj.t_M0 = GMT->current.proj.EQ_RAD * (GMT->current.proj.t_c1 * GMT->current.proj.t_lat0 + s2 * (… in gmtproj_vtm()
1218 …M = P->current.proj.EQ_RAD * (P->current.proj.t_c1 * lat + s2 * (P->current.proj.t_c2 + c2 * (P->c… in gmtproj_tm()
2687proj.c_M0 = GMT->current.proj.EQ_RAD * (GMT->current.proj.c_c1 * GMT->current.proj.c_p + s2 * (GMT… in gmtproj_vcassini()
2815 …GMT->current.proj.a_rho0 = GMT->current.proj.EQ_RAD * sqrt (GMT->current.proj.a_C - GMT->current.p… in gmtproj_valbers()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/
H A Dptlib.wpj48 -I$(WIND_BASE)/target/proj/pwlib/include/ptlib/unix \
49 -I$(WIND_BASE)/target/proj/pwlib/include
172 -I$(WIND_BASE)/target/proj/pwlib/include/ptlib/unix \
173 -I$(WIND_BASE)/target/proj/pwlib/include
337 $(WIND_BASE)/target/proj/pwlib/include/ptlib.h \
412 $(WIND_BASE)/target/proj/pwlib/include/ptlib.h \
486 $(WIND_BASE)/target/proj/pwlib/include/ptlib.h \
559 $(WIND_BASE)/target/proj/pwlib/include/ptlib.h \
652 $(WIND_BASE)/target/proj/pwlib/include/ptlib.h \
743 $(WIND_BASE)/target/proj/pwlib/include/ptlib.h \
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/map/
H A Dmap.h49 proj aitoff(void);
56 proj bonne(double);
57 proj conic(double);
63 proj gall(double);
64 proj gilbert(void);
69 proj guyou(void);
72 proj hex(void);
77 proj laue(void);
80 proj mecca(double);
99 proj square(void);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/usecase/
H A DIProjectTest.java45 proj.getDescription(); in commonFailureTests()
59 commonFailureTests(proj, false); in nonexistentProjectFailureTests()
66 proj.open(monitor); in nonexistentProjectFailureTests()
127 assertTrue("1.13", proj.getProject().equals(proj)); in testProject()
138 proj.create(monitor); in testProject()
149 assertTrue("9.5", wb.getRoot().findMember(proj.getFullPath()).equals(proj)); in testProject()
156 proj.open(monitor); in testProject()
220 proj.close(monitor); in testProject()
228 assertTrue("19.5", wb.getRoot().findMember(proj.getFullPath()).equals(proj)); in testProject()
236 proj.delete(false, monitor); in testProject()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc63 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
64 VERIFY( eq( std::proj(-c00) , -c00 ) ); in test01()
66 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
70 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
73 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
77 VERIFY( eq( std::proj(c10) , c10 ) ); in test01()
81 VERIFY( eq( std::proj(c12) , c12 ) ); in test01()
85 VERIFY( eq( std::proj(c0q) , c0q ) ); in test01()
89 VERIFY( eq( std::proj(c1q) , c1q ) ); in test01()
93 VERIFY( eq( std::proj(cq0) , cq0 ) ); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc63 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
64 VERIFY( eq( std::proj(-c00) , -c00 ) ); in test01()
66 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
70 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
73 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
77 VERIFY( eq( std::proj(c10) , c10 ) ); in test01()
81 VERIFY( eq( std::proj(c12) , c12 ) ); in test01()
85 VERIFY( eq( std::proj(c0q) , c0q ) ); in test01()
89 VERIFY( eq( std::proj(c1q) , c1q ) ); in test01()
93 VERIFY( eq( std::proj(cq0) , cq0 ) ); in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc63 VERIFY( eq( std::proj(c00) , c00 ) );
64 VERIFY( eq( std::proj(-c00) , -c00 ) );
66 VERIFY( eq( std::proj(c00) , c00 ) );
70 VERIFY( eq( std::proj(c01) , c01 ) );
73 VERIFY( eq( std::proj(c01) , c01 ) );
77 VERIFY( eq( std::proj(c10) , c10 ) );
81 VERIFY( eq( std::proj(c12) , c12 ) );
85 VERIFY( eq( std::proj(c0q) , c0q ) );
89 VERIFY( eq( std::proj(c1q) , c1q ) );
93 VERIFY( eq( std::proj(cq0) , cq0 ) );
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc63 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
64 VERIFY( eq( std::proj(-c00) , -c00 ) ); in test01()
66 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
70 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
73 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
77 VERIFY( eq( std::proj(c10) , c10 ) ); in test01()
81 VERIFY( eq( std::proj(c12) , c12 ) ); in test01()
85 VERIFY( eq( std::proj(c0q) , c0q ) ); in test01()
89 VERIFY( eq( std::proj(c1q) , c1q ) ); in test01()
93 VERIFY( eq( std::proj(cq0) , cq0 ) ); in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc63 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
64 VERIFY( eq( std::proj(-c00) , -c00 ) ); in test01()
66 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
70 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
73 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
77 VERIFY( eq( std::proj(c10) , c10 ) ); in test01()
81 VERIFY( eq( std::proj(c12) , c12 ) ); in test01()
85 VERIFY( eq( std::proj(c0q) , c0q ) ); in test01()
89 VERIFY( eq( std::proj(c1q) , c1q ) ); in test01()
93 VERIFY( eq( std::proj(cq0) , cq0 ) ); in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc63 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
64 VERIFY( eq( std::proj(-c00) , -c00 ) ); in test01()
66 VERIFY( eq( std::proj(c00) , c00 ) ); in test01()
70 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
73 VERIFY( eq( std::proj(c01) , c01 ) ); in test01()
77 VERIFY( eq( std::proj(c10) , c10 ) ); in test01()
81 VERIFY( eq( std::proj(c12) , c12 ) ); in test01()
85 VERIFY( eq( std::proj(c0q) , c0q ) ); in test01()
89 VERIFY( eq( std::proj(c1q) , c1q ) ); in test01()
93 VERIFY( eq( std::proj(cq0) , cq0 ) ); in test01()
[all …]

12345678910>>...175