Home
last modified time | relevance | path

Searched refs:v_double (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/
H A Dmathbench_wrappers.h28 __vpcs static v_double
46 __vpcs static v_double
52 __vpcs static v_double
53 xy_Z_pow (v_double x) in xy_Z_pow()
58 __vpcs static v_double
59 x_Z_pow (v_double x) in x_Z_pow()
64 __vpcs static v_double
65 y_Z_pow (v_double x) in y_Z_pow()
85 __vpcs static v_double
88 v_double s, c; in _Z_sincos_wrap()
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c34 typedef float64x2_t v_double; typedef
38 static inline v_double
41 return (v_double){p[0], p[1]}; in v_double_load()
44 static inline v_double
47 return (v_double){x, x}; in v_double_dup()
67 typedef double v_double; typedef
132 __vpcs static v_double
133 __vn_dummy (v_double x) in __vn_dummy()
173 __vpcs v_double (*vnd) (v_double);
306 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
H A Dmathbench_wrappers.h16 __vpcs static v_double
17 xy_Z_pow (v_double x) in xy_Z_pow()
H A Dulp.c222 typedef __f64x2_t v_double; typedef
227 static inline v_double argd(double x) { return (v_double){x,dv[secondcall]}; } in argd()