/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteCholesky.h | 160 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/catch2/include/internal/ |
D | catch_approx.h | 40 approx.m_scale = m_scale; in operator() 106 m_scale = static_cast<double>(newScale); in scale() 115 double m_scale; variable
|
D | catch_approx.cpp | 31 m_scale( 0.0 ), in Approx() 56 …|| marginComparison(m_value, other, m_epsilon * (m_scale + std::fabs(std::isinf(m_value)? 0 : m_va… in equalityComparisonImpl()
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IItemAttribute.java | 141 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/deqp/framework/common/ |
D | tcuTestLog.cpp | 53 , m_scale (1.0f, 1.0f, 1.0f, 1.0f) in LogImage() 63 , m_scale (1.0f, 1.0f, 1.0f, 1.0f) in LogImage() 78 computePixelScaleBias(m_access, m_scale, m_bias); in LogImage() 92 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f); in LogImage() 101 , m_scale (scale) in LogImage() 127 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression); in write() 134 …log.writeImage("Depth", "Depth channel", depthAccess, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(… in write() 135 …log.writeImage("Stencil", "Stencil channel", stencilAccess, m_scale.swizzle(1, 1, 1, 1), m_bias.sw… in write()
|
D | tcuTestLog.hpp | 273 Vec4 m_scale; member in tcu::LogImage
|
/external/freetype/src/autofit/ |
D | aftypes.h | 499 m_scale, \ argument 512 m_scale, \
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | debug-value2.ll | 35 …%m_scale = getelementptr inbounds %struct.ShapeData, %struct.ShapeData addrspace(1)* %call, i64 0,… 36 %tmp6 = load <4 x float>, <4 x float> addrspace(1)* %m_scale, align 16 421 !136 = !DIDerivedType(tag: DW_TAG_member, name: "m_scale", scope: !125, file: !4, line: 1939, baseT…
|
/external/eigen/Eigen/src/Core/ |
D | ProductEvaluators.h | 307 Scalar m_scale; 308 explicit adds(const Scalar& s) : m_scale(s) {} 310 dst.const_cast_derived() += m_scale * src;
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 3602 …32 seed, BlitScale scale, vk::VkImageLayout imageLayout) : m_seed(seed), m_scale(scale), m_imageLa… in ImageBlitFromImage() 3614 const BlitScale m_scale; member in vkt::memory::__anon58c89e6c0111::ImageBlitFromImage 3644 if (m_scale == BLIT_SCALE_10) in prepare() 3649 else if (m_scale == BLIT_SCALE_20) in prepare() 3782 …ge << commandIndex << ":" << getName() << " Blit from another image" << (m_scale == BLIT_SCALE_20 … in logSubmit() 3836 if (m_scale == BLIT_SCALE_10) in verify() 3849 else if (m_scale == BLIT_SCALE_20) in verify() 3878 …ImageBlitToImage (BlitScale scale, vk::VkImageLayout imageLayout) : m_scale(scale), m_imageLayout(… in ImageBlitToImage() 3889 const BlitScale m_scale; member in vkt::memory::__anon58c89e6c0111::ImageBlitToImage 3919 if (m_scale == BLIT_SCALE_10) in prepare() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 344 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/ |
D | catch.hpp | 2625 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/ |
D | es3fShaderOperatorTests.cpp | 574 , 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/ |
D | catch.hpp | 3070 approx.m_scale = m_scale; in operator ()() 3135 m_scale = static_cast<double>(newScale); in scale() 3144 double m_scale; member in Catch::Detail::Approx 7815 m_scale( 0.0 ), in Approx() 7839 …|| marginComparison(m_value, other, m_epsilon * (m_scale + std::fabs(std::isinf(m_value)? 0 : m_va… in equalityComparisonImpl()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 3096 approx.m_scale = m_scale; in operator ()() 3161 m_scale = static_cast<double>(newScale); in scale() 3170 double m_scale; member in Catch::Detail::Approx 7866 m_scale( 0.0 ), in Approx() 7890 …|| marginComparison(m_value, other, m_epsilon * (m_scale + std::fabs(std::isinf(m_value)? 0 : m_va… in equalityComparisonImpl()
|