Searched refs:typeValues (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckAttributeValues.java | 110 Set<String> typeValues = BCP47_KEY_VALUES.get(attributes.get("key")); in handleCheck() local 111 if (!typeValues.contains(attributeValue)) { in handleCheck() 115 new Object[] { attribute, attributeValue, typeValues })); in handleCheck()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 2479 TypeValues<FLOAT_TYPE> typeValues; in isZeroOrOtherValue() local 2482 value.fp = typeValues.getValue(secondAcceptableResult); in isZeroOrOtherValue() 2721 TypeValues<FLOAT_TYPE> typeValues; in compareBytes() local 2724 return isLogResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), deLog, log); in compareBytes() 2727 return isLogResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), deLog2, log); in compareBytes() 2730 return isSqrtResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), log); in compareBytes() 2733 return isInverseSqrtResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), log); in compareBytes() 2737 value.fp = typeValues.getValue(expectedValueId); in compareBytes()
|