Home
last modified time | relevance | path

Searched refs:v_double (Results 1 - 2 of 2) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dmathbench.c38 typedef __f64x2_t v_double; typedef
42 static inline v_double
45 return (v_double){p[0], p[1]}; in v_double_load()
48 static inline v_double
51 return (v_double){x, x}; in v_double_dup()
71 typedef double v_double; typedef
95 static v_double
96 __v_dummy (v_double x) in __v_dummy()
108 __vpcs static v_double
109 __vn_dummy (v_double
[all...]
H A Dulp.c235 typedef __f64x2_t v_double; typedef
239 static inline v_double argd(double x) { return (v_double){x,dv[secondcall]}; } in argd()

Completed in 4 milliseconds