Home
last modified time | relevance | path

Searched refs:vRound (Results 1 – 10 of 10) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/msat/
H A DmsatOrderJ.c174 Msat_IntVec_t * vRound; in Msat_OrderCheck() local
186 nRound = Msat_IntVecReadSize( vRound ); in Msat_OrderCheck()
187 pRound = Msat_IntVecReadArray( vRound ); in Msat_OrderCheck()
218 nRound = Msat_IntVecReadSize( vRound ); in Msat_OrderCheck()
219 pRound = Msat_IntVecReadArray( vRound ); in Msat_OrderCheck()
307 Msat_IntVec_t * vRound; in Msat_OrderVarAssigned() local
318 for ( i = 0; i < vRound->nSize; i++ ) in Msat_OrderVarAssigned()
345 Msat_IntVec_t * vRound, * vRound2; in Msat_OrderVarUnassigned() local
356 for ( i = 0; i < vRound->nSize; i++ ) in Msat_OrderVarUnassigned()
359 if ( i != vRound->nSize ) in Msat_OrderVarUnassigned()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/dialogs/
H A Dvabstractlayoutdialog.cpp176 w = vRound(width, 2); in RoundTemplateSize()
177 h = vRound(height, 2); in RoundTemplateSize()
180 w = vRound(width, 5); in RoundTemplateSize()
181 h = vRound(height, 5); in RoundTemplateSize()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature2.cpp770 epx = vRound(nmx); in MissileFlight()
771 epy = vRound(nmy); in MissileFlight()
775 epx = vRound(mx); in MissileFlight()
776 epy = vRound(my); in MissileFlight()
787 int ttx = vRound(nmx - mx); in MissileFlight()
788 int tty = vRound(nmy - my); in MissileFlight()
H A Dxhero.cpp1679 if ((vRound(mx) != x || vRound(my) != y) && flag) in Targeting()
1682 l->map->PutChar(vRound(mx), vRound(my), '*', xYELLOW); in Targeting()
1684 l->map->PutChar(vRound(mx), vRound(my), '*', xRED); in Targeting()
1687 if ( (l->map->GetMovability(vRound(mx), vRound(my)) >= MO_WALL in Targeting()
1688 || !l->map->GetVisible(vRound(mx), vRound(my))) in Targeting()
1692 l->map->PutChar(vRound(mx), vRound(my), 'X', xYELLOW); in Targeting()
1694 l->map->PutChar(vRound(mx), vRound(my), 'X', xRED); in Targeting()
H A DStd_ai.cpp137 friend_avg_x = vRound((float)friend_avg_x / (float)friends_count); in Move()
138 friend_avg_y = vRound((float)friend_avg_y / (float)friends_count); in Move()
/dports/games/avanor/avanor-0.5.8/global/
H A Dxapi.h28 int vRound(float f);
H A Dxapi.cpp39 int vRound(float f) in vRound() function
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vmisc/
H A Dvmath.h55 Q_DECL_CONSTEXPR inline T vRound(T d, int p) in vRound() function
/dports/games/avanor/avanor-0.5.8/magic/
H A Dwskills.cpp132 return 10 * vRound((float)(25.0 * (pow(M_E, level / 4.0) - 1))); in GetN()
/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/
H A Dbigdecimal.c1784 VALUE vRound; in BigDecimal_round() local
1789 switch (rb_scan_args(argc, argv, "02", &vLoc, &vRound)) { in BigDecimal_round()
1803 if (RB_TYPE_P(vRound, T_HASH)) { in BigDecimal_round()
1804 sw = check_rounding_mode_option(vRound); in BigDecimal_round()
1807 sw = check_rounding_mode(vRound); in BigDecimal_round()