Searched refs:m_scale (Results 1 - 10 of 10) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java141 final double n_scaled = (double) n / m_scale;
169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion;
202 m_scale = scale;
222 private final int m_scale; field in class:IItemAttribute.Factory.FractionAttribute
/external/freetype/src/autofit/
H A Daftypes.h484 m_scale, \
496 m_scale, \
558 m_scale, \
570 ac->style_metrics_scale = m_scale; \
/external/deqp/framework/common/
H A DtcuTestLog.cpp52 , m_scale (1.0f, 1.0f, 1.0f, 1.0f)
62 , m_scale (1.0f, 1.0f, 1.0f, 1.0f)
77 computePixelScaleBias(m_access, m_scale, m_bias);
91 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f);
100 , m_scale (scale)
126 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression);
133 log.writeImage("Depth", "Depth channel", depthAccess, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(0, 0, 0, 0), m_compression);
134 log.writeImage("Stencil", "Stencil channel", stencilAccess, m_scale.swizzle(1, 1, 1, 1), m_bias.swizzle(1, 1, 1, 1), m_compression);
H A DtcuTestLog.hpp267 Vec4 m_scale; member in class:tcu::LogImage
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h275 Scalar m_scale; member in struct:Eigen::GeneralProduct::adds
276 adds(const Scalar& s) : m_scale(s) {}
278 dst.const_cast_derived() += m_scale * src;
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp3628 ImageBlitFromImage (deUint32 seed, BlitScale scale, vk::VkImageLayout imageLayout) : m_seed(seed), m_scale(scale), m_imageLayout(imageLayout) {}
3640 const BlitScale m_scale;
3670 if (m_scale == BLIT_SCALE_10)
3675 else if (m_scale == BLIT_SCALE_20)
3808 log << TestLog::Message << commandIndex << ":" << getName() << " Blit from another image" << (m_scale == BLIT_SCALE_20 ? " scale 2x" : "") << TestLog::EndMessage;
3862 if (m_scale == BLIT_SCALE_10)
3875 else if (m_scale == BLIT_SCALE_20)
3904 ImageBlitToImage (BlitScale scale, vk::VkImageLayout imageLayout) : m_scale(scale), m_imageLayout(imageLayout) {}
3915 const BlitScale m_scale;
3945 if (m_scale
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp344 m_scale = scale;
355 ctx.color = ctx.color * m_scale + m_bias;
360 float m_scale; member in class:deqp::gles2::Functional::OperatorShaderEvaluator
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp574 , m_scale (scale)
594 m_evaluatedScale = m_scale.getValue(m_gl, m_shaderType);
608 FloatScalar m_scale; member in class:deqp::gles3::Functional::OperatorShaderEvaluator
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 336 milliseconds