Home
last modified time | relevance | path

Searched refs:v_s64_t (Results 1 – 2 of 2) sorted by relevance

/third_party/optimized-routines/math/
Dv_math.h106 typedef s64_t v_s64_t; typedef
267 static inline v_s64_t
309 static inline v_s64_t
316 v_to_f64_s64 (v_s64_t x) in v_to_f64_s64()
338 static inline v_s64_t
341 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; typedef
539 static inline v_s64_t
[all …]
Dv_log.c68 v_s64_t k; in V_NAME()