Searched defs:signedValue (Results 1 – 4 of 4) sorted by relevance
137 int32_t signedValue = static_cast<int32_t>(value); in fromBlackboard() local200 int32_t signedValue = static_cast<int32_t>(value); in fromBlackboard() local
128 tcu::Vector<deInt32, 4> signedValue; //!< integer targets member
155 int32_t signedValue = neg ? static_cast<int32_t>(-value) : static_cast<int32_t>(value); in strToInt() local
443 FIXP_DBL signedValue; in InverseQuantizeBand() local