Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathbench.c59 static inline v_float
65 static inline v_float
102 static v_float
115 __vpcs static v_float
146 static v_float
228 v_float (*vf) (v_float);
231 __vpcs v_float (*vnf) (v_float);
452 runf_v_thruput (v_float f (v_float)) in runf_v_thruput() argument
468 runf_v_latency (v_float f (v_float)) in runf_v_latency() argument
485 runf_vn_thruput (__vpcs v_float f (v_float)) in runf_vn_thruput() argument
[all …]
H A Dulp.c235 typedef __f32x4_t v_float; typedef
239 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf()