Searched refs:tempS (Results 1 – 2 of 2) sorted by relevance
131 std::string tempS = in version() local133 if (std::find_if(tempS.begin(), tempS.end(), in version()134 [](char ch) { return !isprint(ch); }) != tempS.end()) in version()150 result = tempS; in version()
152 int16_t tempS; in mipsdsp_sat_add_i16() local154 tempS = a + b; in mipsdsp_sat_add_i16()156 if (MIPSDSP_OVERFLOW_ADD(a, b, tempS, 0x8000)) { in mipsdsp_sat_add_i16()158 tempS = 0x7FFF; in mipsdsp_sat_add_i16()160 tempS = 0x8000; in mipsdsp_sat_add_i16()165 return tempS; in mipsdsp_sat_add_i16()