Home
last modified time | relevance | path

Searched refs:m_scale (Results 1 – 14 of 14) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteCholesky.h160 x = m_scale.asDiagonal() * x; in _solve_impl()
163 x = m_scale.asDiagonal() * x; in _solve_impl()
172 const VectorRx& scalingS() const { eigen_assert("m_factorizationIsOk"); return m_scale; } in scalingS()
179 VectorRx m_scale; // The vector for scaling the matrix variable
231 m_scale.resize(n); in factorize()
232 m_scale.setZero(); in factorize()
236 m_scale(j) += numext::abs2(vals(k)); in factorize()
238 m_scale(rowIdx[k]) += numext::abs2(vals(k)); in factorize()
241 m_scale = m_scale.cwiseSqrt().cwiseSqrt(); in factorize()
244 if(m_scale(j)>(std::numeric_limits<RealScalar>::min)()) in factorize()
[all …]
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java141 final double n_scaled = (double) n / m_scale; in format()
169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion; in passes()
202 m_scale = scale; in FractionAttribute()
222 private final int m_scale; field in IItemAttribute.Factory.FractionAttribute
/external/catch2/include/internal/
Dcatch_approx.h40 approx.m_scale = m_scale; in operator()
106 m_scale = static_cast<double>(newScale); in scale()
115 double m_scale; variable
Dcatch_approx.cpp31 m_scale( 0.0 ), in Approx()
55 …value, other, m_margin) || marginComparison(m_value, other, m_epsilon * (m_scale + std::fabs(m_val… in equalityComparisonImpl()
/external/deqp/framework/common/
DtcuTestLog.cpp52 , m_scale (1.0f, 1.0f, 1.0f, 1.0f) in LogImage()
62 , m_scale (1.0f, 1.0f, 1.0f, 1.0f) in LogImage()
77 computePixelScaleBias(m_access, m_scale, m_bias); in LogImage()
91 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f); in LogImage()
100 , m_scale (scale) in LogImage()
126 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression); in write()
133 …log.writeImage("Depth", "Depth channel", depthAccess, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(… in write()
134 …log.writeImage("Stencil", "Stencil channel", stencilAccess, m_scale.swizzle(1, 1, 1, 1), m_bias.sw… in write()
DtcuTestLog.hpp271 Vec4 m_scale; member in tcu::LogImage
/external/freetype/src/autofit/
Daftypes.h500 m_scale, \ argument
513 m_scale, \
/external/eigen/Eigen/src/Core/
DProductEvaluators.h307 Scalar m_scale;
308 explicit adds(const Scalar& s) : m_scale(s) {}
310 dst.const_cast_derived() += m_scale * src;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Ddebug-value2.ll31 …%m_scale = getelementptr inbounds %struct.ShapeData, %struct.ShapeData addrspace(1)* %call, i64 0,…
32 %tmp6 = load <4 x float>, <4 x float> addrspace(1)* %m_scale, align 16
417 !136 = !DIDerivedType(tag: DW_TAG_member, name: "m_scale", scope: !125, file: !4, line: 1939, baseT…
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3598 …32 seed, BlitScale scale, vk::VkImageLayout imageLayout) : m_seed(seed), m_scale(scale), m_imageLa… in ImageBlitFromImage()
3610 const BlitScale m_scale; member in vkt::memory::__anon4b5b56ce0111::ImageBlitFromImage
3640 if (m_scale == BLIT_SCALE_10) in prepare()
3645 else if (m_scale == BLIT_SCALE_20) in prepare()
3778 …ge << commandIndex << ":" << getName() << " Blit from another image" << (m_scale == BLIT_SCALE_20 … in logSubmit()
3832 if (m_scale == BLIT_SCALE_10) in verify()
3845 else if (m_scale == BLIT_SCALE_20) in verify()
3874 …ImageBlitToImage (BlitScale scale, vk::VkImageLayout imageLayout) : m_scale(scale), m_imageLayout(… in ImageBlitToImage()
3885 const BlitScale m_scale; member in vkt::memory::__anon4b5b56ce0111::ImageBlitToImage
3915 if (m_scale == BLIT_SCALE_10) in prepare()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp344 m_scale = scale; in OperatorShaderEvaluator()
355 ctx.color = ctx.color * m_scale + m_bias; in evaluate()
360 float m_scale; member in deqp::gles2::Functional::OperatorShaderEvaluator
/external/bcc/tests/cc/
Dcatch.hpp2625 m_scale( 1.0 ), in Approx()
2631 m_scale( other.m_scale ), in Approx()
2642 approx.scale( m_scale ); in operator ()()
2648 …return fabs( lhs - rhs.m_value ) < rhs.m_epsilon * (rhs.m_scale + (std::max)( fabs(lhs), fabs(rhs.… in operator ==()
2669 m_scale = newScale; in scale()
2681 double m_scale; member in Catch::Detail::Approx
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp574 , m_scale (scale) in OperatorShaderEvaluator()
594 m_evaluatedScale = m_scale.getValue(m_gl, m_shaderType); in evaluate()
608 FloatScalar m_scale; member in deqp::gles3::Functional::OperatorShaderEvaluator
/external/catch2/single_include/catch2/
Dcatch.hpp2761 approx.m_scale = m_scale; in operator ()()
2826 m_scale = static_cast<double>(newScale); in scale()
2835 double m_scale; member in Catch::Detail::Approx
5947 m_scale( 0.0 ), in Approx()
5970 …value, other, m_margin) || marginComparison(m_value, other, m_epsilon * (m_scale + std::fabs(m_val… in equalityComparisonImpl()