Searched refs:v_s64_t (Results 1 – 2 of 2) sorted by relevance
106 typedef s64_t v_s64_t; typedef267 static inline v_s64_t309 static inline v_s64_t316 v_to_f64_s64 (v_s64_t x) in v_to_f64_s64()338 static inline v_s64_t341 union { v_u64_t u; v_s64_t i; } r = {x}; in v_as_s64_u64()345 v_as_u64_s64 (v_s64_t x) in v_as_u64_s64()347 union { v_s64_t i; v_u64_t u; } r = {x}; in v_as_u64_s64()374 typedef int64x2_t v_s64_t; typedef539 static inline v_s64_t[all …]
68 v_s64_t k; in V_NAME()