Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp934 const float normValue = *reinterpret_cast<const float*>(value); in isValueWithinVertexBufferOrZero() local
940 encodedValue = deMin32(deUint32(deFloatRound(normValue * 0x3u)), 0x3u); in isValueWithinVertexBufferOrZero()
942 encodedValue = deMin32(deUint32(deFloatRound(normValue * 0x3FFu)), 0x3FFu); in isValueWithinVertexBufferOrZero()
1008 float normValue; in isExpectedValueFromVertexBuffer() local
1011 normValue = float((packedValue >> (10 * scalarIndex)) & 0x3FFu) / 0x3FFu; in isExpectedValueFromVertexBuffer()
1013 normValue = float(packedValue >> 30) / 0x3u; in isExpectedValueFromVertexBuffer()
1015 return areEqual(normValue, *reinterpret_cast<const float *>(value)); in isExpectedValueFromVertexBuffer()
/third_party/vk-gl-cts/framework/common/
DtcuFloatFormat.cpp313 const double normValue = upward ? deCeil(value) : deFloor(value); in round() local
314 return normValue / maxIntValue; in round()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c24550 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local
24555 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
24556 if (normValue != NULL) \ in xmlSchemaVCheckCVCSimpleType()
24557 value = normValue; \ in xmlSchemaVCheckCVCSimpleType()
24861 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24862 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
24872 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24873 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
25604 xmlChar *normValue; in xmlSchemaVAttributesComplex() local
25611 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()
[all …]
/third_party/libxml2/
Dxmlschemas.c24720 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local
24725 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
24726 if (normValue != NULL) \ in xmlSchemaVCheckCVCSimpleType()
24727 value = normValue; \ in xmlSchemaVCheckCVCSimpleType()
25031 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
25032 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
25042 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
25043 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
25774 xmlChar *normValue; in xmlSchemaVAttributesComplex() local
25781 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()
[all …]