Home
last modified time | relevance | path

Searched refs:typeValues (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java110 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/
DvktSpvAsmFloatControlsTests.cpp2479 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()