Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
H A Dulp.c236 typedef __f64x2_t v_double; typedef
240 static inline v_double argd(double x) { return (v_double){x,dv[secondcall]}; } in argd()