Searched refs:normalizedValue (Results 1 – 5 of 5) sorted by relevance
176 private void internalString(String name, String normalizedValue) { in internalString() argument177 if (normalizedValue != null) { in internalString()179 writeString("<" + name + ">" + normalizedValue + "</" + name + ">"); in internalString()
172 private void internalString(String name, String normalizedValue) { in internalString() argument173 if (normalizedValue != null) { in internalString()175 writeString("<" + name + ">" + normalizedValue + "</" + name + ">"); in internalString()
403 const tcu::Vec4 normalizedValue = value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in computeColor() local404 …eNormalizedValue = ((m_useNegativeValues) ? ((normalizedValue + tcu::Vec4(1.0f)) / 2.0f) : (normal… in computeColor()
480 const tcu::Vec4 normalizedValue = value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in computeColor() local481 …eNormalizedValue = ((m_useNegativeValues) ? ((normalizedValue + tcu::Vec4(1.0f)) / 2.0f) : (normal… in computeColor()
1228 final Collection<String> normalizedValue = entry.getValue(); in TestSupplementalItems() local1231 … errln("Failure with " + test + " => " + normalizedPath + " = " + normalizedValue); in TestSupplementalItems()1233 logln(ph + "\t" + test + " = " + normalizedValue); in TestSupplementalItems()