Home
last modified time | relevance | path

Searched refs:kQ (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/src/Math/
H A DCOLLADABUMathMatrix3.cpp801 kQ[ 0 ][ 1 ] = m[ 0 ][ 1 ] - fDot * kQ[ 0 ][ 0 ]; in qDUDecomposition()
802 kQ[ 1 ][ 1 ] = m[ 1 ][ 1 ] - fDot * kQ[ 1 ][ 0 ]; in qDUDecomposition()
803 kQ[ 2 ][ 1 ] = m[ 2 ][ 1 ] - fDot * kQ[ 2 ][ 0 ]; in qDUDecomposition()
804 fInvLength = 1/sqrt( kQ[ 0 ][ 1 ] * kQ[ 0 ][ 1 ] + kQ[ 1 ][ 1 ] * kQ[ 1 ][ 1 ] + in qDUDecomposition()
817 kQ[ 0 ][ 2 ] -= fDot * kQ[ 0 ][ 1 ]; in qDUDecomposition()
818 kQ[ 1 ][ 2 ] -= fDot * kQ[ 1 ][ 1 ]; in qDUDecomposition()
819 kQ[ 2 ][ 2 ] -= fDot * kQ[ 2 ][ 1 ]; in qDUDecomposition()
820 fInvLength = 1/sqrt( kQ[ 0 ][ 2 ] * kQ[ 0 ][ 2 ] + kQ[ 1 ][ 2 ] * kQ[ 1 ][ 2 ] + in qDUDecomposition()
827 …Real fDet = kQ[ 0 ][ 0 ] * kQ[ 1 ][ 1 ] * kQ[ 2 ][ 2 ] + kQ[ 0 ][ 1 ] * kQ[ 1 ][ 2 ] * kQ[ 2 ][ 0 … in qDUDecomposition()
828kQ[ 0 ][ 2 ] * kQ[ 1 ][ 0 ] * kQ[ 2 ][ 1 ] - kQ[ 0 ][ 2 ] * kQ[ 1 ][ 1 ] * kQ[ 2 ][ 0 ] - in qDUDecomposition()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMatrix3.cpp723 kQ[0][1] = m[0][1]-fDot*kQ[0][0]; in QDUDecomposition()
724 kQ[1][1] = m[1][1]-fDot*kQ[1][0]; in QDUDecomposition()
725 kQ[2][1] = m[2][1]-fDot*kQ[2][0]; in QDUDecomposition()
726 fInvLength = Math::InvSqrt(kQ[0][1]*kQ[0][1] + kQ[1][1]*kQ[1][1] + kQ[2][1]*kQ[2][1]); in QDUDecomposition()
739 kQ[0][2] -= fDot*kQ[0][1]; in QDUDecomposition()
740 kQ[1][2] -= fDot*kQ[1][1]; in QDUDecomposition()
741 kQ[2][2] -= fDot*kQ[2][1]; in QDUDecomposition()
742 fInvLength = Math::InvSqrt(kQ[0][2]*kQ[0][2] + kQ[1][2]*kQ[1][2] + kQ[2][2]*kQ[2][2]); in QDUDecomposition()
749 Real fDet = kQ[0][0]*kQ[1][1]*kQ[2][2] + kQ[0][1]*kQ[1][2]*kQ[2][0] + in QDUDecomposition()
750 kQ[0][2]*kQ[1][0]*kQ[2][1] - kQ[0][2]*kQ[1][1]*kQ[2][0] - in QDUDecomposition()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMatrix3.cpp733 kQ[0][1] = m[0][1]-fDot*kQ[0][0]; in QDUDecomposition()
734 kQ[1][1] = m[1][1]-fDot*kQ[1][0]; in QDUDecomposition()
735 kQ[2][1] = m[2][1]-fDot*kQ[2][0]; in QDUDecomposition()
736 fInvLength = Math::InvSqrt(kQ[0][1]*kQ[0][1] + kQ[1][1]*kQ[1][1] + kQ[2][1]*kQ[2][1]); in QDUDecomposition()
749 kQ[0][2] -= fDot*kQ[0][1]; in QDUDecomposition()
750 kQ[1][2] -= fDot*kQ[1][1]; in QDUDecomposition()
751 kQ[2][2] -= fDot*kQ[2][1]; in QDUDecomposition()
752 fInvLength = Math::InvSqrt(kQ[0][2]*kQ[0][2] + kQ[1][2]*kQ[1][2] + kQ[2][2]*kQ[2][2]); in QDUDecomposition()
759 Real fDet = kQ[0][0]*kQ[1][1]*kQ[2][2] + kQ[0][1]*kQ[1][2]*kQ[2][0] + in QDUDecomposition()
760 kQ[0][2]*kQ[1][0]*kQ[2][1] - kQ[0][2]*kQ[1][1]*kQ[2][0] - in QDUDecomposition()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/src/
H A DMatrix3x3.cc966 kQ[0][1] = m_aafEntry[0][1]-fDot*kQ[0][0]; in QDUDecomposition()
967 kQ[1][1] = m_aafEntry[1][1]-fDot*kQ[1][0]; in QDUDecomposition()
969 fInvLength = 1.0/Sqrt(kQ[0][1]*kQ[0][1] + kQ[1][1]*kQ[1][1] + in QDUDecomposition()
982 kQ[0][2] -= fDot*kQ[0][1]; in QDUDecomposition()
983 kQ[1][2] -= fDot*kQ[1][1]; in QDUDecomposition()
984 kQ[2][2] -= fDot*kQ[2][1]; in QDUDecomposition()
985 fInvLength = 1.0/Sqrt(kQ[0][2]*kQ[0][2] + kQ[1][2]*kQ[1][2] + in QDUDecomposition()
992 double fDet = kQ[0][0]*kQ[1][1]*kQ[2][2] + kQ[0][1]*kQ[1][2]*kQ[2][0] + in QDUDecomposition()
993 kQ[0][2]*kQ[1][0]*kQ[2][1] - kQ[0][2]*kQ[1][1]*kQ[2][0] - in QDUDecomposition()
994 kQ[0][1]*kQ[1][0]*kQ[2][2] - kQ[0][0]*kQ[1][2]*kQ[2][1]; in QDUDecomposition()
[all …]
/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/examples/
H A Dexamples_introduction.g8 kQ := PathAlgebra(Rationals, Q);
9 Display(kQ);
11 gens := GeneratorsOfAlgebra(kQ);
15 id := One(kQ);
19 A := kQ/relations;
22 kQ := PathAlgebra(Rationals, Q);
23 relations := [kQ.c*kQ.c];
24 A := kQ/relations;
H A Dexamples_path_algebras.g30 kQ := PathAlgebra(Rationals, Q);
31 gens := GeneratorsOfAlgebra(kQ);
35 A := kQ/relations;
38 gb := GBNPGroebnerBasis(relations,kQ);
39 I := Ideal(kQ,gb);
42 A := kQ/I;
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/PerlMagick/t/reference/filter/
H A DOilPaint.miff15kQ^kQ^kQ^kQ^kQ]�=w�Pw�Pm�Rj�Gj�Gj�Gb�Jb�Jb�Jb�Jb�Ji`Qi`Qi`Qi`Qi`QkaXlaRkbNkbNkbNkbNkbNkbNkbN�K<�K<…
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/PerlMagick/t/reference/filter/
H A DOilPaint.miff15kQ^kQ^kQ^kQ^kQ]�=w�Pw�Pm�Rj�Gj�Gj�Gb�Jb�Jb�Jb�Jb�Ji`Qi`Qi`Qi`Qi`QkaXlaRkbNkbNkbNkbNkbNkbNkbN�K<�K<…
/dports/math/polymake/polymake-4.5/bundled/sympol/external/sympol/sympol/symmetrygroupconstruction/
H A Dmatrixconstructiondefault.cpp84 ulong kQ = 0, lQ = 0; in construct() local
92 BOOST_ASSERT(kQ < matrixRank - freeColumns.size()); in construct()
95 mpq_mul(temp, temp, Qinv.at(kQ,lQ).get_mpq_t()); in construct()
100 ++kQ; in construct()
/dports/math/sympol/SymPol-0.1.9/sympol/symmetrygroupconstruction/
H A Dmatrixconstructiondefault.cpp84 ulong kQ = 0, lQ = 0; in construct() local
92 BOOST_ASSERT(kQ < matrixRank - freeColumns.size()); in construct()
95 mpq_mul(temp, temp, Qinv.at(kQ,lQ).get_mpq_t()); in construct()
100 ++kQ; in construct()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/ftoa/internal/fast/
H A Dcachedpower.go110 kQ := diyFpKSignificandSize
111 k := int(math.Ceil(float64(min_exponent+kQ-1) * kD_1_LOG2_10))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/ftoa/internal/fast/
H A Dcachedpower.go110 kQ := diyFpKSignificandSize
111 k := int(math.Ceil(float64(min_exponent+kQ-1) * kD_1_LOG2_10))
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03G04_UDO_calls_UDO.csd20 ; kQ = band width of reson filter as kFiltFq/kQ
26 aSnd, kFb, kFiltFq, kQ, iMaxDel, aDelTm xin
28 aFilt reson aSnd, kFiltFq, kFiltFq/kQ
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/numbers/
H A Dcached-powers.cc84 int kQ = DiyFp::kSignificandSize; in GetCachedPowerForBinaryExponentRange() local
87 double k = std::ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
/dports/lang/v8/v8-9.6.180.12/src/base/numbers/
H A Dcached-powers.cc84 int kQ = DiyFp::kSignificandSize; in GetCachedPowerForBinaryExponentRange() local
87 double k = std::ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Miscellaneous/
H A DFilter_lab.csd147 ain,kfc, kgain, kQ xin
149 ktrig changed kfc, kgain, kQ
155 kdenom = 1 + (kvalue / kQ) + (kvalue^2)
156 knumb0 = 1 + (kV0 * kvalue / kQ) + (kvalue^2)
160 knumb2 = 1 - (kV0 * kvalue / kQ) + (kvalue^2)
164 knuma2 = 1 - (kvalue / kQ) + (kvalue^2)
169 knumb0 = 1 + (kvalue / kQ) + (kvalue^2)
173 knumb2 = 1 - (kvalue / kQ) + (kvalue^2)
232 kQ invalue "Q"
243 afilt eq2pole anoise, kfreq, kgain, kQ
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/v8dtoa/
H A DCachedPowers.java52 int kQ = DiyFp.kSignificandSize; in getCachedPower() local
53 double k = Math.ceil((alpha - e + kQ - 1) * kD_1_LOG2_10); in getCachedPower()
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Drezone.i704 if (kP==kQ) {
709 k= rez_range(min(kP,kQ):max(kP,kQ));
750 kQ= (jQ-1)%kmax + 1;
796 (kP==kQ && abs(j-jP)%kmax)) {
818 if (kP==kQ) m= abs((j-1)/kmax + 1 - lP);
826 if (kP>kQ || lP>lQ) {
843 if (!mode || (jP && jQ && ((kQ==kP) ~ (lQ==lP)))) {
853 if (jQ) plg, rez_rt(kQ,lQ), rez_zt(kQ,lQ),
995 else jR= kQ + ((j-1)/kmax)*kmax;
1000 kQ= (jQ-1)%kmax + 1;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DCachedPowers.java175 final int kQ = DiyFp.kSignificandSize; in getCachedPowerForBinaryExponentRange() local
176 final double k = Math.ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in getCachedPowerForBinaryExponentRange()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DCachedPowers.java175 final int kQ = DiyFp.kSignificandSize; in getCachedPowerForBinaryExponentRange() local
176 final double k = Math.ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in getCachedPowerForBinaryExponentRange()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DCachedPowers.java175 final int kQ = DiyFp.kSignificandSize; in getCachedPowerForBinaryExponentRange() local
176 final double k = Math.ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in getCachedPowerForBinaryExponentRange()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DCachedPowers.java175 final int kQ = DiyFp.kSignificandSize; in getCachedPowerForBinaryExponentRange() local
176 final double k = Math.ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in getCachedPowerForBinaryExponentRange()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DCachedPowers.java175 final int kQ = DiyFp.kSignificandSize; in getCachedPowerForBinaryExponentRange() local
176 final double k = Math.ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in getCachedPowerForBinaryExponentRange()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/lucky/
H A DluckyFast16.c101 void arrangeQuoters_superFast_lessThen5(word* pInOut, int start, int iQ, int jQ, int kQ, int lQ, in… in arrangeQuoters_superFast_lessThen5() argument
110 assert( kQ*blockSize < 64 ); in arrangeQuoters_superFast_lessThen5()
115 (((pInOut[i] & SFmask[iVar][kQ])<<(kQ*blockSize))>>2*blockSize) | in arrangeQuoters_superFast_lessThen5()
275 …st_iVar5(unsigned* pInOut, unsigned* temp, int start, int iQ, int jQ, int kQ, int lQ, char * pCan… in arrangeQuoters_superFast_iVar5() argument
292 memcpy(tempPtr, pInOut+i-kQ, (size_t)blockSize); in arrangeQuoters_superFast_iVar5()
451 …erFast_moreThen5(word* pInOut, word* temp, int start, int iQ, int jQ, int kQ, int lQ, int iVar, c… in arrangeQuoters_superFast_moreThen5() argument
469 memcpy(tempPtr, pInOut+i-kQ*wordBlock, (size_t)blockSize); in arrangeQuoters_superFast_moreThen5()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Dcached-powers.cc146 int kQ = DiyFp::kSignificandSize; in GetCachedPowerForBinaryExponentRange() local
147 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()

12345678910>>...20