Home
last modified time | relevance | path

Searched refs:cux (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dnetwork.c194 cux= cmn[i+j*ndimn]; in netwk()
195 pwr= cabs(( cux- cmn[j+i*ndimn])/ cux); in netwk()
489 netcx.zped= vlt/ cux; in netwk()
500 cux= einc[irow1]* data.wlam; in netwk()
501 netcx.zped= vlt/ cux; in netwk()
541 cux= einc[isc1]* data.wlam; in netwk()
551 cux= rhnx[irow1]; in netwk()
554 cux=(einc[isc1]+ cux)* data.wlam; in netwk()
559 netcx.zped= vlt/ cux; in netwk()
578 cux=( cux- ymit* sin( pwr) + in netwk()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraint.cpp236 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in getConstraintForcesAsVectors() local
237 mobilityForces[cux] = mobilityF[cux]; in getConstraintForcesAsVectors()
260 for (ConstrainedUIndex cux(0); cux < mobilityF.size(); ++cux) { in calcPower() local
350 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcPositionConstraintMatrixPt() local
377 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcPositionConstraintMatrixPt() local
452 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcVelocityConstraintMatrixVt() local
486 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcVelocityConstraintMatrixVt() local
564 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcAccelerationConstraintMatrixAt() local
590 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcAccelerationConstraintMatrixAt() local
4022 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcVelocityErrorsFromState() local
[all …]
H A DSimbodyMatterSubsystemRep.cpp2319 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcConstraintForcesFromMultipliers() local
2320 mobilityForces[cInfo.getUIndexFromConstrainedU(cux)] in calcConstraintForcesFromMultipliers()
2321 += mobilityF1[cux]; // 1 flop in calcConstraintForcesFromMultipliers()
2492 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in multiplyByPVATranspose() local
2493 allfu[cInfo.getUIndexFromConstrainedU(cux)] += onefu[cux]; in multiplyByPVATranspose()
3388 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in multiplyByPVA() local
3389 udot[cux] = uArray[cInfo.getUIndexFromConstrainedU(cux)]; in multiplyByPVA()
3745 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcConstraintAccelerationErrors() local
3746 ud[cux] = udArray[cInfo.getUIndexFromConstrainedU(cux)]; in calcConstraintAccelerationErrors()
6084 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in findConstraintForces() local
[all …]
H A DConstraintImpl.h325 for (ConstrainedUIndex cux(0); cux < ncu; ++cux) in calcConstraintForcesFromMultipliers()
326 mobilityForces[cux] += uForces[cux]; in calcConstraintForcesFromMultipliers()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dslicetype.cpp2721 if (cux < m_8x8Width - 1 && cuy < m_8x8Height - 1 && cux >= 0 && cuy >= 0) in estimateCUPropagate()
2730 if (cux < m_8x8Width && cuy < m_8x8Height && cux >= 0 && cuy >= 0) in estimateCUPropagate()
2732 … if (cux + 1 < m_8x8Width && cuy < m_8x8Height && cux + 1 >= 0 && cuy >= 0) in estimateCUPropagate()
2734 … if (cux < m_8x8Width && cuy + 1 < m_8x8Height && cux >= 0 && cuy + 1 >= 0) in estimateCUPropagate()
2736 … if (cux + 1 < m_8x8Width && cuy + 1 < m_8x8Height && cux + 1 >= 0 && cuy + 1 >= 0) in estimateCUPropagate()
2961 for (int cux = m_8x8Width - 1; cux >= 0; cux--) in frameCostRecalculate() local
2963 int cuxy = cux + cuy * m_8x8Width; in frameCostRecalculate()
2978 cux > 0 && cux < m_8x8Width - 1) || in frameCostRecalculate()
2993 for (int cux = m_8x8Width - 1; cux >= 0; cux--) in frameCostRecalculate() local
2995 int cuxy = cux + cuy * m_8x8Width; in frameCostRecalculate()
[all …]
H A Dslicetype.h264 …void estimateCUCost(LookaheadTLD& tld, int cux, int cuy, int p0, int p1, int b, bool bDoSearch[…
/dports/multimedia/x265/source/encoder/
H A Dslicetype.cpp2662 if (cux < m_8x8Width - 1 && cuy < m_8x8Height - 1 && cux >= 0 && cuy >= 0) in estimateCUPropagate()
2671 if (cux < m_8x8Width && cuy < m_8x8Height && cux >= 0 && cuy >= 0) in estimateCUPropagate()
2673 … if (cux + 1 < m_8x8Width && cuy < m_8x8Height && cux + 1 >= 0 && cuy >= 0) in estimateCUPropagate()
2675 … if (cux < m_8x8Width && cuy + 1 < m_8x8Height && cux >= 0 && cuy + 1 >= 0) in estimateCUPropagate()
2677 … if (cux + 1 < m_8x8Width && cuy + 1 < m_8x8Height && cux + 1 >= 0 && cuy + 1 >= 0) in estimateCUPropagate()
2902 for (int cux = m_8x8Width - 1; cux >= 0; cux--) in frameCostRecalculate() local
2904 int cuxy = cux + cuy * m_8x8Width; in frameCostRecalculate()
2919 cux > 0 && cux < m_8x8Width - 1) || in frameCostRecalculate()
2934 for (int cux = m_8x8Width - 1; cux >= 0; cux--) in frameCostRecalculate() local
2936 int cuxy = cux + cuy * m_8x8Width; in frameCostRecalculate()
[all …]
H A Dslicetype.h263 …void estimateCUCost(LookaheadTLD& tld, int cux, int cuy, int p0, int p1, int b, bool bDoSearch[…
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dslicetype.cpp1769 int32_t cux = (x >> 5) + blockx; in estimateCUPropagate() local
1771 int32_t idx0 = cux + cuy * strideInCU; in estimateCUPropagate()
1784 if (cux < m_8x8Width - 1 && cuy < m_8x8Height - 1 && cux >= 0 && cuy >= 0) in estimateCUPropagate()
1793 if (cux < m_8x8Width && cuy < m_8x8Height && cux >= 0 && cuy >= 0) in estimateCUPropagate()
1795 … if (cux + 1 < m_8x8Width && cuy < m_8x8Height && cux + 1 >= 0 && cuy >= 0) in estimateCUPropagate()
1797 … if (cux < m_8x8Width && cuy + 1 < m_8x8Height && cux >= 0 && cuy + 1 >= 0) in estimateCUPropagate()
1799 … if (cux + 1 < m_8x8Width && cuy + 1 < m_8x8Height && cux + 1 >= 0 && cuy + 1 >= 0) in estimateCUPropagate()
1853 for (int cux = m_8x8Width - 1; cux >= 0; cux--) in frameCostRecalculate() local
1855 int cuxy = cux + cuy * m_8x8Width; in frameCostRecalculate()
1861 cux > 0 && cux < m_8x8Width - 1) || in frameCostRecalculate()
H A Dslicetype.h236 …void estimateCUCost(LookaheadTLD& tld, int cux, int cuy, int p0, int p1, int b, bool bDoSearch[…
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractorH264.cpp441 int cux = 1; // x units in extractSPSInfo_internal() local
446 cux = 2; in extractSPSInfo_internal()
450 cux = 2; in extractSPSInfo_internal()
454 cux = 1; in extractSPSInfo_internal()
459 cl = bits.getUEG() * cux; in extractSPSInfo_internal()
460 cr = bits.getUEG() * cux; in extractSPSInfo_internal()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractorH264.cpp441 int cux = 1; // x units in extractSPSInfo_internal() local
446 cux = 2; in extractSPSInfo_internal()
450 cux = 2; in extractSPSInfo_internal()
454 cux = 1; in extractSPSInfo_internal()
459 cl = bits.getUEG() * cux; in extractSPSInfo_internal()
460 cr = bits.getUEG() * cux; in extractSPSInfo_internal()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractorH264.cpp441 int cux = 1; // x units in extractSPSInfo_internal() local
446 cux = 2; in extractSPSInfo_internal()
450 cux = 2; in extractSPSInfo_internal()
454 cux = 1; in extractSPSInfo_internal()
459 cl = bits.getUEG() * cux; in extractSPSInfo_internal()
460 cr = bits.getUEG() * cux; in extractSPSInfo_internal()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractorH264.cpp441 int cux = 1; // x units in extractSPSInfo_internal() local
446 cux = 2; in extractSPSInfo_internal()
450 cux = 2; in extractSPSInfo_internal()
454 cux = 1; in extractSPSInfo_internal()
459 cl = bits.getUEG() * cux; in extractSPSInfo_internal()
460 cr = bits.getUEG() * cux; in extractSPSInfo_internal()
/dports/cad/openroad/OpenROAD-2.0/src/ifp/src/
H A DInitFloorplan.cc309 int cux = metersToDbu(core_ux); in initFloorplan() local
311 makeRows(site, clx, cly, cux, cuy); in initFloorplan()
312 updateVoltageDomain(site, clx, cly, cux, cuy); in initFloorplan()
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/semantic_check_data/
H A Dmissing.signed6 …5jEz+CjcHNkB8ZCb2VrKE9RDjY88vr6lyM2kPbvBtx4UaUSEzwlDMRc3Wf+dBWKm6mKWAPsHZM/cux+S2mca/cxEA1ngCgBBbm…
/dports/dns/knot3/knot-3.1.5/tests/knot/semantic_check_data/
H A Dmissing.signed6 …5jEz+CjcHNkB8ZCb2VrKE9RDjY88vr6lyM2kPbvBtx4UaUSEzwlDMRc3Wf+dBWKm6mKWAPsHZM/cux+S2mca/cxEA1ngCgBBbm…
/dports/comms/nec2c/nec2c/
H A Dnec2c.c7281 pwr= cabs(( cux- cmn[j+i*ndimn])/ cux); in netwk()
7593 irow2, irow1+1, creal(vlt), cimag(vlt), creal(cux), cimag(cux), in netwk()
7604 ymit= cux/ vlt; in netwk()
7605 zped= vlt/ cux; in netwk()
7614 irow2, irow1+1, creal(vlt), cimag(vlt), creal(cux), cimag(cux), in netwk()
7666 cux=(einc[isc1]+ cux)* wlam; in netwk()
7684 irow2, isc1+1, creal(vlt), cimag(vlt), creal(cux), cimag(cux), in netwk()
7702 cux=( cux- ymit* sin( pwr)+ zped* cos( pwr))* wlam; in netwk()
7703 ymit= cux/ vlt; in netwk()
7704 zped= vlt/ cux; in netwk()
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.apparmor268 pix Pix cix Cix pux Pux cux Cux pUx PUx cUx CUx,
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/
H A Ddevices.rst207 letter X, the names of the devices are ``/dev/ttyX#`` and ``/dev/cux#``,
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/
H A Ddevices.rst207 letter X, the names of the devices are ``/dev/ttyX#`` and ``/dev/cux#``,
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/
H A Ddevices.rst207 letter X, the names of the devices are ``/dev/ttyX#`` and ``/dev/cux#``,
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dtest.apparmor.fold268 pix Pix cix Cix pux Pux cux Cux pUx PUx cUx CUx<endfold id='1'>,</endfold id='1'>
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dii-phonetic.mim870 ("cux" 0xa2c5)
/dports/textproc/kmfl-sil-yi/kmfl-sil-yi-20020903_4/SourceFiles/
H A DYi7.kmn1510 'cux' + ' ' > U+a2c5 c cux

123456789