Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp245 #define U_DOWN_CAST_CASE(inType, outEnum, outType, sat) \ macro
781 U_DOWN_CAST_CASE(ULong, kChar, char, saturate) in convert_explicit_value()
782 U_DOWN_CAST_CASE(ULong, kUChar, uchar, saturate) in convert_explicit_value()
783 U_DOWN_CAST_CASE(ULong, kUnsignedChar, uchar, saturate) in convert_explicit_value()
784 U_DOWN_CAST_CASE(ULong, kShort, short, saturate) in convert_explicit_value()
785 U_DOWN_CAST_CASE(ULong, kUShort, ushort, saturate) in convert_explicit_value()
786 U_DOWN_CAST_CASE(ULong, kUnsignedShort, ushort, saturate) in convert_explicit_value()
787 U_DOWN_CAST_CASE(ULong, kInt, int, saturate) in convert_explicit_value()
788 U_DOWN_CAST_CASE(ULong, kUInt, uint, saturate) in convert_explicit_value()
789 U_DOWN_CAST_CASE(ULong, kUnsignedInt, uint, saturate) in convert_explicit_value()
[all …]