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.java108 Set<String> typeValues = BCP47_KEY_VALUES.get(attributes.get("key")); in handleCheck() local
109 if (!typeValues.contains(attributeValue)) { in handleCheck()
113 new Object[] { attribute, attributeValue, typeValues })); in handleCheck()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2293 TypeValues<FLOAT_TYPE> typeValues; in isZeroOrOtherValue() local
2296 value.fp = typeValues.getValue(secondAcceptableResult); in isZeroOrOtherValue()
2524 TypeValues<FLOAT_TYPE> typeValues; in compareBytes() local
2527 return isLogResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), deLog, log); in compareBytes()
2530 return isLogResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), deLog2, log); in compareBytes()
2533 return isSqrtResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), log); in compareBytes()
2536 return isInverseSqrtResultCorrect<TYPE>(returnedFloat, typeValues.getValue(V_DENORM), log); in compareBytes()
2540 value.fp = typeValues.getValue(expectedValueId); in compareBytes()