Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \ macro
110 COMPARE_ARG(cast, FromType, bool, Val, FromTypeString); in testValue()
111 COMPARE_ARG(cast, FromType, uint8_t, Val, FromTypeString); in testValue()
112 COMPARE_ARG(cast, FromType, myint8_t, Val, FromTypeString); in testValue()
113 COMPARE_ARG(cast, FromType, uint16_t, Val, FromTypeString); in testValue()
114 COMPARE_ARG(cast, FromType, int16_t, Val, FromTypeString); in testValue()
115 COMPARE_ARG(cast, FromType, uint32_t, Val, FromTypeString); in testValue()
116 COMPARE_ARG(cast, FromType, int32_t, Val, FromTypeString); in testValue()
117 COMPARE_ARG(cast, FromType, uint64, Val, FromTypeString); in testValue()
118 COMPARE_ARG(cast, FromType, int64, Val, FromTypeString); in testValue()
[all …]