Searched refs:opTypeStr (Results 1 – 2 of 2) sorted by relevance
590 const static std::vector<std::string> opTypeStr = { "Min", "Max", "Mid" }; in getSpirVReplacements() local592 …replacements["OPERATION_NAME"] = opPrefix[static_cast<int>(m_params.baseType)] + opTypeStr[static_… in getSpirVReplacements()
1200 UnicodeString opTypeStr; in test4103271() local1202 opTypeStr = UnicodeString("add(WOY,", ""); in test4103271()1204 opTypeStr = UnicodeString("roll(WOY,", ""); in test4103271()1206 log(opTypeStr + amount + ") " + sdf.format(before, str) + " => " + in test4103271()1223 log(opTypeStr + (-amount) + ") " + sdf.format(after, str) + " => " + in test4103271()