Home
last modified time | relevance | path

Searched refs:SLACK (Results 1 – 25 of 84) sorted by relevance

1234

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/
H A DROL_InteriorPointPrimalDualResidual.hpp102 const static size_type SLACK = 1; // Slack vector member in ROL::InteriorPoint::PrimalDualResidual
120 qs_ = xpv.get(SLACK)->clone(); in PrimalDualResidual()
137 ROL::Ptr<const V> xs = xpv.get(SLACK); in value()
144 ROL::Ptr<V> cs = cpv.get(SLACK); in value()
194 ROL::Ptr<V> jvs = jvpv.get(SLACK); in applyJacobian()
199 ROL::Ptr<const V> vs = vpv.get(SLACK); in applyJacobian()
204 ROL::Ptr<const V> xs = xpv.get(SLACK); in applyJacobian()
303 ROL::Ptr<const V> vs = vpv.get(SLACK); in apply()
308 ROL::Ptr<V> Hvs = Hvpv.get(SLACK); in apply()
335 ROL::Ptr<const V> vs = vpv.get(SLACK); in applyInverse()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/interiorpoint/
H A DROL_InteriorPointPrimalDualResidual.hpp102 const static size_type SLACK = 1; // Slack vector member in ROL::InteriorPoint::PrimalDualResidual
120 qs_ = xpv.get(SLACK)->clone(); in PrimalDualResidual()
137 ROL::Ptr<const V> xs = xpv.get(SLACK); in value()
144 ROL::Ptr<V> cs = cpv.get(SLACK); in value()
194 ROL::Ptr<V> jvs = jvpv.get(SLACK); in applyJacobian()
199 ROL::Ptr<const V> vs = vpv.get(SLACK); in applyJacobian()
204 ROL::Ptr<const V> xs = xpv.get(SLACK); in applyJacobian()
305 ROL::Ptr<const V> vs = vpv.get(SLACK); in apply()
310 ROL::Ptr<V> Hvs = Hvpv.get(SLACK); in apply()
337 ROL::Ptr<const V> vs = vpv.get(SLACK); in applyInverse()
[all …]
H A DROL_MeritFunction.hpp81 const static uint SLACK = 1; member in ROL::InteriorPoint::MeritFunction
137 slack_ = xpv.get(SLACK); in MeritFunction()
153 slack_ = xpv.get(SLACK); in value()
179 slack_ = xpv.get(SLACK); in dirDeriv()
183 ROL::Ptr<V> dslack = dpv.get(SLACK); in dirDeriv()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/sparse/
H A DspUtils.c1462 #define SLACK 1e4 in spCondition() macro
1507 if (ABS(Wm) > SLACK) in spCondition()
1543 ScaleFactor = 1.0 / (SLACK * ASw); in spCondition()
1556 if (ABS(T[I]) > SLACK) in spCondition()
1565 ScaleFactor = 1.0 / (SLACK * ASy); in spCondition()
1568 ASy = 1.0 / SLACK; in spCondition()
1588 if (ABS(T[I]) > SLACK) in spCondition()
1597 ScaleFactor = 1.0 / (SLACK * ASv); in spCondition()
1612 if (ABS(T[I]) > SLACK) in spCondition()
1702 if (CMPLX_1_NORM(Wm) > SLACK) in ComplexCondition()
[all …]
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse_utils.c1157 #define SLACK 1e4 in spCondition() macro
1191 if (ABS(Wm) > SLACK) in spCondition()
1227 ScaleFactor = 1.0 / (SLACK * ASw); in spCondition()
1240 if (ABS(T[I]) > SLACK) in spCondition()
1249 ScaleFactor = 1.0 / (SLACK * ASy); in spCondition()
1252 ASy = 1.0 / SLACK; in spCondition()
1272 if (ABS(T[I]) > SLACK) in spCondition()
1281 ScaleFactor = 1.0 / (SLACK * ASv); in spCondition()
1296 if (ABS(T[I]) > SLACK) in spCondition()
1376 if (CMPLX_1_NORM(Wm) > SLACK) in ComplexCondition()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/src/c/
H A DspUtils.c1489 #define SLACK 1e4 in spCondition() macro
1551 if (Abs(Wm) > SLACK) in spCondition()
1600 ScaleFactor = 1.0 / (SLACK * ASw); in spCondition()
1619 if (Abs(T[I]) > SLACK) in spCondition()
1635 ScaleFactor = 1.0 / (SLACK * ASy); in spCondition()
1642 ASy = 1.0 / SLACK; in spCondition()
1667 if (Abs(T[I]) > SLACK) in spCondition()
1683 ScaleFactor = 1.0 / (SLACK * ASv); in spCondition()
1704 if (Abs(T[I]) > SLACK) in spCondition()
1805 if (CMPLX_1_NORM(Wm) > SLACK) in ComplexCondition()
[all …]
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspUtils.c1456 #define SLACK 1e4 macro
1500 if (ABS(Wm) > SLACK)
1536 ScaleFactor = 1.0 / (SLACK * ASw);
1549 if (ABS(T[I]) > SLACK)
1558 ScaleFactor = 1.0 / (SLACK * ASy);
1561 ASy = 1.0 / SLACK;
1581 if (ABS(T[I]) > SLACK)
1590 ScaleFactor = 1.0 / (SLACK * ASv);
1605 if (ABS(T[I]) > SLACK)
1695 if (CMPLX_1_NORM(Wm) > SLACK)
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dsputils.c1401 #define SLACK 1e4 in spCondition() macro
1437 if (ABS(Wm) > SLACK) in spCondition()
1480 ScaleFactor = 1.0 / (SLACK * ASw); in spCondition()
1496 if (ABS(T[I]) > SLACK) in spCondition()
1507 ScaleFactor = 1.0 / (SLACK * ASy); in spCondition()
1511 ASy = 1.0 / SLACK; in spCondition()
1534 if (ABS(T[I]) > SLACK) in spCondition()
1544 ScaleFactor = 1.0 / (SLACK * ASv); in spCondition()
1562 if (ABS(T[I]) > SLACK) in spCondition()
1650 if (CMPLX_1_NORM(Wm) > SLACK)
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/sparse/
H A DspUtils.c1462 #define SLACK 1e4 in spCondition() macro
1507 if (ABS(Wm) > SLACK) in spCondition()
1543 ScaleFactor = 1.0 / (SLACK * ASw); in spCondition()
1556 if (ABS(T[I]) > SLACK) in spCondition()
1565 ScaleFactor = 1.0 / (SLACK * ASy); in spCondition()
1568 ASy = 1.0 / SLACK; in spCondition()
1588 if (ABS(T[I]) > SLACK) in spCondition()
1597 ScaleFactor = 1.0 / (SLACK * ASv); in spCondition()
1612 if (ABS(T[I]) > SLACK) in spCondition()
1702 if (CMPLX_1_NORM(Wm) > SLACK) in ComplexCondition()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoRenderManagerP.cpp159 const float SLACK = 0.001f; in setClippingPlanes() local
160 const float newnear = nearval * (1.0f - SLACK); in setClippingPlanes()
161 const float newfar = farval * (1.0f + SLACK); in setClippingPlanes()
163 const float neareps = nearval * SLACK * SLACK; in setClippingPlanes()
164 const float fareps = farval * SLACK * SLACK; in setClippingPlanes()
/dports/cad/jspice3/jspice3-2.5/src/lib/sparse/
H A Dsputils.c1516 #define SLACK 1e4 macro
1560 if (ABS(Wm) > SLACK)
1596 ScaleFactor = 1.0 / (SLACK * ASw);
1609 if (ABS(T[I]) > SLACK)
1618 ScaleFactor = 1.0 / (SLACK * ASy);
1621 ASy = 1.0 / SLACK;
1641 if (ABS(T[I]) > SLACK)
1650 ScaleFactor = 1.0 / (SLACK * ASv);
1665 if (ABS(T[I]) > SLACK)
1755 if (CMPLX_1_NORM(Wm) > SLACK)
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAforester/src/wmatch/
H A Dpairs.c13 while (SLACK(e) != 2*DELTA) in PAIR()
45 SCAN (i, 2*DELTA - SLACK(MATE[i])); in PAIR()
124 del_e = SLACK(e)/2; in INSERT_PAIR()
132 if (del_e >= SLACK (nextpoint)/2) in INSERT_PAIR()
H A Dpointer.c18 del = -SLACK(i) / 2; in POINTER()
63 del_e = SLACK (e); in SCAN()
/dports/www/gitea/gitea-1.16.5/models/migrations/
H A Dv162.go14 SLACK
28 SLACK: "slack",
H A Dv161.go16 SLACK
30 SLACK: "slack",
/dports/graphics/mtpaint/mtPaint-4ea607e/pkg/
H A Dslackbuild5 SLACK=14.2
18 makepkg -l y -c y $WRKDIR/mtpaint-${VERSION}-${ARCH}-1_slack${SLACK}.tgz
H A Dslackbuild325 SLACK=14.2
19 makepkg -l y -c y $WRKDIR/mtpaint-${VERSION}-${ARCH}-1_slack${SLACK}.tgz
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dns.c31 #define SLACK(e) (LENGTH(e) - ED_minlen(e)) macro
191 slack = SLACK(e); in dfs_enter_outedge()
213 slack = SLACK(e); in dfs_enter_inedge()
347 if (best && SLACK(best) == 0) return best; in inter_tree_edge_search()
355 if ((best == 0) || (SLACK(e) < SLACK(best))) best = e; in inter_tree_edge_search()
368 if ((best == 0) || (SLACK(e) < SLACK(best))) best = e; in inter_tree_edge_search()
471 delta = SLACK(e); in merge_trees()
475 delta = -SLACK(e); in merge_trees()
587 delta = SLACK(f); in update()
661 delta = SLACK(f); in LR_balance()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docs/performance/
H A Dtimerfirings_logging.md27 -991946880[7f46c365ba00]: [6775] fn timer (SLACK 100 ms): LayerActivityTracker
31 -1340643584[7f46c365ec00]: [6775] obs timer (SLACK 1000 ms): 7f46a95a0200
43 timer), `SLACK` or `PRECISE` (repeating timers of differing
134 108 fn timer (SLACK): LayerActivityTracker
135 104 fn timer (SLACK): nsIDocument::SelectorCache
136 104 fn timer (SLACK): CCTimerFired
/dports/www/firefox/firefox-99.0/docs/performance/
H A Dtimerfirings_logging.md27 -991946880[7f46c365ba00]: [6775] fn timer (SLACK 100 ms): LayerActivityTracker
31 -1340643584[7f46c365ec00]: [6775] obs timer (SLACK 1000 ms): 7f46a95a0200
43 timer), `SLACK` or `PRECISE` (repeating timers of differing
134 108 fn timer (SLACK): LayerActivityTracker
135 104 fn timer (SLACK): nsIDocument::SelectorCache
136 104 fn timer (SLACK): CCTimerFired
/dports/mail/thunderbird/thunderbird-91.8.0/docs/performance/
H A Dtimerfirings_logging.md27 -991946880[7f46c365ba00]: [6775] fn timer (SLACK 100 ms): LayerActivityTracker
31 -1340643584[7f46c365ec00]: [6775] obs timer (SLACK 1000 ms): 7f46a95a0200
43 timer), `SLACK` or `PRECISE` (repeating timers of differing
134 108 fn timer (SLACK): LayerActivityTracker
135 104 fn timer (SLACK): nsIDocument::SelectorCache
136 104 fn timer (SLACK): CCTimerFired
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/integrations/edit/components/
H A Dtrigger_fields.vue8 SLACK: 'slack',
13 [typeWithPlaceholder.SLACK]: __('#general, #development'),
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/plugins/
H A DNotifyRyver.py51 SLACK = 'slack' variable in RyverWebhookMode
57 RyverWebhookMode.SLACK,
195 if self.mode == RyverWebhookMode.SLACK:
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dchangepoint.c12 #define SLACK 0.10 macro
111 if (theta_future < theta_past - SLACK) { in Changepoint_left()
219 if (theta_future < theta_past - SLACK) { in Changepoint_right()
/dports/net/olsrd/olsrd-0.9.8/lib/secure/src/
H A Dolsrd_secure.h80 #define SLACK 3 macro

1234