Searched refs:reinterpret_from_int (Results 1 – 2 of 2) sorted by relevance
73 static _Tp reinterpret_from_int(int_type x) { return (_Tp)x; } in reinterpret_from_int() function90 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function107 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function125 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function144 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function160 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function177 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function192 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function207 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function233 static value_type reinterpret_from_int(int_type x) in reinterpret_from_int() function[all …]
155 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…164 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…177 … c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i])); in operator ~()240 c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)-(int)(a.s[i] cmp_op b.s[i])); \