Searched defs:changesign (Results 1 – 4 of 4) sorted by relevance
39 inline T (changesign)(T x) in T() argument
74 template<class T> T (changesign)(T x) in T() argument
168 template <class T> typename tools::promote_args_permissive<T>::type (changesign)(const T& x) in type() argument
164 #define changesign(a) { signbyte(a) ^= 0x80; } macro