Home
last modified time | relevance | path

Searched refs:m_threshold (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java96 private int m_threshold; field in ExpandedNameTable
122 m_threshold = (int)(m_capacity * m_loadFactor); in ExpandedNameTable()
211 if (m_nextType > m_threshold) { in getExpandedTypeID()
252 m_threshold = (int)(newCapacity * m_loadFactor); in rehash()
/external/deqp/modules/internal/
DditImageCompareTests.cpp118 , m_threshold (threshold) in BilinearCompareCase()
135 ….getLog(), "CompareResult", "Image comparison result", refImg, cmpImg, m_threshold, tcu::COMPARE_L… in iterate()
153 const tcu::RGBA m_threshold; member in dit::BilinearCompareCase
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h225 m_threshold = threshold;
285 RealScalar m_threshold; // Threshold to determine null Householder reflections
360 RealScalar pivotThreshold = m_threshold;
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp65 , m_threshold (tcu::IVec3(_threshold)) in ColorVerifier()
71 , m_threshold (_threshold) in ColorVerifier()
78 …_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold))); in verify()
86 << ((m_threshold[0] >= 255) ? ("*") : (de::toString(m_color.getRed()))) << ", " in logInfo()
87 << ((m_threshold[1] >= 255) ? ("*") : (de::toString(m_color.getGreen()))) << ", " in logInfo()
88 << ((m_threshold[2] >= 255) ? ("*") : (de::toString(m_color.getBlue()))) << ")" in logInfo()
93 const tcu::IVec3 m_threshold; member in deqp::gles31::Functional::__anona750a4bf0111::ColorVerifier