Searched refs:normValue (Results 1 – 4 of 4) sorted by relevance
934 const float normValue = *reinterpret_cast<const float*>(value); in isValueWithinVertexBufferOrZero() local940 encodedValue = deMin32(deUint32(deFloatRound(normValue * 0x3u)), 0x3u); in isValueWithinVertexBufferOrZero()942 encodedValue = deMin32(deUint32(deFloatRound(normValue * 0x3FFu)), 0x3FFu); in isValueWithinVertexBufferOrZero()1008 float normValue; in isExpectedValueFromVertexBuffer() local1011 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()
313 const double normValue = upward ? deCeil(value) : deFloor(value); in round() local314 return normValue / maxIntValue; in round()
24550 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local24555 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() local25611 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()[all …]
24720 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local24725 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() local25781 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()[all …]