Home
last modified time | relevance | path

Searched refs:_DV (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/avanor/avanor-0.5.8/item/
H A Duniquei.cpp31 _DV = 0; in XGlamdring()
58 _DV = 0; in XDeathHack()
87 _DV = 0; in XAvanorDefender()
122 _DV = 3; in XForestBrotherCloak()
165 _DV = 0; in XAvanorScepter()
194 _DV = 2; in XAvanorCrown()
223 _DV = 3; in XAvanorMitre()
250 _DV = 0; in XTorinAxe()
278 _DV = 12; in XTorinShield()
306 _DV = 2; in XDwarfCrown()
[all …]
H A Ditem.cpp43 _DV = _PV = _HIT = RNG = 0; in XItem()
96 _DV = d->Throw(); in MainFill()
168 if (_DV) in PropFill()
171 _DV += d.S; in PropFill()
228 _DV += d->Throw(); in SpecialFill()
318 xdvpv = (_DV + 6 * _PV) * 4; in GetValue()
321 xdvpv = xdvpv + _DV * 5; in GetValue()
466 if (_DV != 0 || _PV != 0) in GetArtifactName()
468 sprintf(tbuf, "[%+d, %+d]", _DV, _PV); in GetArtifactName()
540 cr->added_DV += _DV; in onWear()
[all …]
H A Dxenhance.cpp176 _DV = d->Throw(); in XEnhance()
255 if (_DV != 0 && _PV != 0) in toString()
257 sprintf(tbuf, "[%+d, %+d]", _DV, _PV); in toString()
261 if (_DV != 0) in toString()
263 sprintf(tbuf, "[%+d]", _DV); in toString()
H A Dxweapon.cpp241 if (_DV != 0 || _PV != 0) in toString()
243 sprintf(tbuf, "[%+d, %+d]", _DV, _PV); in toString()
H A Dxclothe.cpp62 sprintf(tbuf, "[%+d, %+d]", _DV, _PV); in toString()
H A Dxshield.cpp59 sprintf(tbuf, "[%+d, %+d]", _DV, _PV); in toString()
H A Dxmissileweapon.cpp51 _DV = 0; in XMissileWeapon()
/dports/games/avanor/avanor-0.5.8/engine/
H A Dxbaseobj.cpp51 _DV (copy->_DV), in XBaseObject()
78 && _DV == tit->_DV && _PV == tit->_PV && RNG == tit->RNG in Compare()
91 f->Write(&_DV); in Store()
125 f->Read(&_DV); in Restore()
H A Dxbaseobj.h40 int _DV, _PV, _HIT, RNG; variable
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_exchange_type_headers.erl101 headers_match(Pattern = [{PK, _PT, _PV} | _], [{DK, _DT, _DV} | DRest],
106 headers_match([{PK, _PT, _PV} | PRest], Data = [{DK, _DT, _DV} | _],
114 headers_match([{PK, void, _PV} | PRest], [{DK, _DT, _DV} | DRest],
124 headers_match([{PK, _PT, _PV} | PRest], [{DK, _DT, _DV} | DRest],
/dports/math/spooles-mpich/spooles.2.2_SHARED/DV/
H A DDV.h20 typedef struct _DV DV ;
21 struct _DV { struct
/dports/math/spooles-mpich/spooles.2.2/DV/
H A DDV.h20 typedef struct _DV DV ;
21 struct _DV { struct
/dports/math/spooles/spooles.2.2/DV/
H A DDV.h20 typedef struct _DV DV ;
21 struct _DV { struct
/dports/math/spooles/spooles.2.2_SHARED/DV/
H A DDV.h20 typedef struct _DV DV ;
21 struct _DV { struct
/dports/math/spooles-mpich/spooles.2.2_SHARED/DV/src/
H A Dbasics.c19 ALLOCATE(dv, struct _DV, 1) ; in DV_new()
H A Dutil.c213 nbytes = sizeof(struct _DV) ; in DV_sizeOf()
/dports/math/spooles-mpich/spooles.2.2/DV/src/
H A Dbasics.c19 ALLOCATE(dv, struct _DV, 1) ; in DV_new()
H A Dutil.c213 nbytes = sizeof(struct _DV) ; in DV_sizeOf()
/dports/math/spooles/spooles.2.2_SHARED/DV/src/
H A Dbasics.c19 ALLOCATE(dv, struct _DV, 1) ; in DV_new()
H A Dutil.c213 nbytes = sizeof(struct _DV) ; in DV_sizeOf()
/dports/math/spooles/spooles.2.2/DV/src/
H A Dbasics.c19 ALLOCATE(dv, struct _DV, 1) ; in DV_new()
H A Dutil.c213 nbytes = sizeof(struct _DV) ; in DV_sizeOf()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopDataPrefetch/AArch64/
H A Dpr43784.ll6 %struct._Chv = type { i32, i32, i32, i32, i32, i32, i32*, i32*, double*, %struct._DV, %struct._Chv*…
7 %struct._DV = type { i32, i32, i32, double* }
/dports/math/palp/palp-2.20/
H A DE_Poly.c1270 VertexNumList *_V = NULL, *_DV = NULL, *_V_D, *_V_N; in Make_E_Poly() local
1298 _DV = (VertexNumList *) malloc(sizeof(VertexNumList)); in Make_E_Poly()
1299 if (_DV == NULL) Die("Unable to alloc space for VertexNumList _DV"); in Make_E_Poly()
1316 Find_Equations(_DP, _DV, _DE); in Make_E_Poly()
1317 Sort_PPL(_DP, _DV); in Make_E_Poly()
1320 _DP=_CP; _DE=_CE; _DV=_CV; in Make_E_Poly()
1321 Make_Dual_Poly(_DP, _DV, _DE, _P); in Make_E_Poly()
1330 fprintf(outFILE, "%d %d Vertices of Poly in M-lattice: ", _DP->n, _DV->nv); in Make_E_Poly()
1339 PRINT_TMATRIX(&_DP->x[0][0], _DV->nv, _DP->n, POLY_Dmax); in Make_E_Poly()
1391 if(_F->N){free(_DP); free(_DE); free(_DV); } in Make_E_Poly()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature.cpp565 int tdv = added_DV + _DV + GetTacticsDVBonus() + GetShieldDVBonus(); in GetDV()
578 int shield_dv = i->_DV; in GetShieldDVBonus()
579 if (i->_DV < shld_skl) in GetShieldDVBonus()
580 return i->_DV + shield_dv; in GetShieldDVBonus()
1517 int dv_pv_bonus = ((tdv * tpv * tpv) / 10 + (_DV * _PV * _PV)); in GetCreatureStrength()

12