Home
last modified time | relevance | path

Searched refs:scaledA (Results 1 – 18 of 18) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A Dmatrix_function.cpp114 MatrixType scaledA; in testMatrixLogarithm() local
117 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()
119 scaledA = A; in testMatrixLogarithm()
122 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
124 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A Dmatrix_function.cpp111 MatrixType scaledA; in testMatrixLogarithm() local
114 scaledA = A * RealScalar(0.9L * EIGEN_PI) / maxImagPartOfSpectrum; in testMatrixLogarithm()
116 scaledA = A; in testMatrixLogarithm()
119 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
121 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A Dmatrix_function.cpp114 MatrixType scaledA; in testMatrixLogarithm() local
117 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()
119 scaledA = A; in testMatrixLogarithm()
122 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
124 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A Dmatrix_function.cpp111 MatrixType scaledA; in testMatrixLogarithm() local
114 scaledA = A * RealScalar(0.9L * EIGEN_PI) / maxImagPartOfSpectrum; in testMatrixLogarithm()
116 scaledA = A; in testMatrixLogarithm()
119 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
121 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dmatrix_function.cpp114 MatrixType scaledA; in testMatrixLogarithm() local
117 scaledA = A * RealScalar(0.9L * EIGEN_PI) / maxImagPartOfSpectrum; in testMatrixLogarithm()
119 scaledA = A; in testMatrixLogarithm()
122 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
124 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dmatrix_function.cpp111 MatrixType scaledA; in testMatrixLogarithm() local
114 scaledA = A * RealScalar(0.9L * EIGEN_PI) / maxImagPartOfSpectrum; in testMatrixLogarithm()
116 scaledA = A; in testMatrixLogarithm()
119 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
121 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A Dmatrix_function.cpp111 MatrixType scaledA; in testMatrixLogarithm() local
114 scaledA = A * RealScalar(0.9L * EIGEN_PI) / maxImagPartOfSpectrum; in testMatrixLogarithm()
116 scaledA = A; in testMatrixLogarithm()
119 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
121 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A Dmatrix_function.cpp111 MatrixType scaledA; in testMatrixLogarithm() local
114 scaledA = A * RealScalar(0.9L * EIGEN_PI) / maxImagPartOfSpectrum; in testMatrixLogarithm()
116 scaledA = A; in testMatrixLogarithm()
119 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
121 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/util/
H A DMathArraysTest.java793 double[] scaledA = new double[a.length]; in testLinearCombinationHuge() local
795 for (int i = 0; i < scaledA.length; ++i) { in testLinearCombinationHuge()
796 scaledA[i] = FastMath.scalb(a[i], -scale); in testLinearCombinationHuge()
799 final double abSumInline = MathArrays.linearCombination(scaledA[0], scaledB[0], in testLinearCombinationHuge()
800 scaledA[1], scaledB[1], in testLinearCombinationHuge()
801 scaledA[2], scaledB[2]); in testLinearCombinationHuge()
802 final double abSumArray = MathArrays.linearCombination(scaledA, scaledB); in testLinearCombinationHuge()
807 … final double naive = scaledA[0] * scaledB[0] + scaledA[1] * scaledB[1] + scaledA[2] * scaledB[2]; in testLinearCombinationHuge()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsOp.cpp446 SkPath scaledA, scaledB; in Op() local
447 scaledA.addPath(one, scale); in Op()
448 scaledA.setFillType(one.getFillType()); in Op()
451 scaledRgnA.setPath(scaledA, openClip); in Op()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp584 SkPath scaledA, scaledB; in innerPathOp() local
585 scaledA.addPath(a, scale); in innerPathOp()
586 scaledA.setFillType(a.getFillType()); in innerPathOp()
589 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.cpp3083 SkPath scaledA, scaledB; in VerifyOp() local
3084 scaledA.addPath(one, scale); in VerifyOp()
3085 scaledA.setFillType(one.getFillType()); in VerifyOp()
3088 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3120 SkPath scaledA; in VerifySimplify() local
3121 scaledA.addPath(path, scale); in VerifySimplify()
3122 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3123 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.cpp3083 SkPath scaledA, scaledB; in VerifyOp() local
3084 scaledA.addPath(one, scale); in VerifyOp()
3085 scaledA.setFillType(one.getFillType()); in VerifyOp()
3088 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3120 SkPath scaledA; in VerifySimplify() local
3121 scaledA.addPath(path, scale); in VerifySimplify()
3122 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3123 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp3061 SkPath scaledA, scaledB; in VerifyOp() local
3062 scaledA.addPath(one, scale); in VerifyOp()
3063 scaledA.setFillType(one.getFillType()); in VerifyOp()
3066 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3098 SkPath scaledA; in VerifySimplify() local
3099 scaledA.addPath(path, scale); in VerifySimplify()
3100 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3101 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.cpp3083 SkPath scaledA, scaledB; in VerifyOp() local
3084 scaledA.addPath(one, scale); in VerifyOp()
3085 scaledA.setFillType(one.getFillType()); in VerifyOp()
3088 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3120 SkPath scaledA; in VerifySimplify() local
3121 scaledA.addPath(path, scale); in VerifySimplify()
3122 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3123 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.cpp3083 SkPath scaledA, scaledB; in VerifyOp() local
3084 scaledA.addPath(one, scale); in VerifyOp()
3085 scaledA.setFillType(one.getFillType()); in VerifyOp()
3088 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3120 SkPath scaledA; in VerifySimplify() local
3121 scaledA.addPath(path, scale); in VerifySimplify()
3122 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3123 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.cpp3071 SkPath scaledA, scaledB; in VerifyOp() local
3072 scaledA.addPath(one, scale); in VerifyOp()
3073 scaledA.setFillType(one.getFillType()); in VerifyOp()
3076 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3108 SkPath scaledA; in VerifySimplify() local
3109 scaledA.addPath(path, scale); in VerifySimplify()
3110 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3111 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp3057 SkPath scaledA, scaledB; in VerifyOp() local
3058 scaledA.addPath(one, scale); in VerifyOp()
3059 scaledA.setFillType(one.getFillType()); in VerifyOp()
3062 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3094 SkPath scaledA; in VerifySimplify() local
3095 scaledA.addPath(path, scale); in VerifySimplify()
3096 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3097 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()