Searched refs:reinterpret_int (Results 1 – 2 of 2) sorted by relevance
71 static int_type reinterpret_int(_Tp x) { return x; } in reinterpret_int() function88 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function105 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function123 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function142 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function158 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function175 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function190 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function205 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function221 static int_type reinterpret_int(value_type x) in reinterpret_int() function[all …]
155 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…156 … V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \164 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…165 … V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \177 … c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i])); in operator ~()360 mask |= (V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0) << i; in v_signmask()367 if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) >= 0 ) in v_check_all()375 if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0 ) in v_check_any()385 c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(mask.s[i]) < 0 ? b.s[i] : a.s[i]; in v_select()405 c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(a.s[i]); in v_reinterpret_as_int()