Searched refs:v_float (Results 1 – 2 of 2) sorted by relevance
59 static inline v_float65 static inline v_float102 static v_float115 __vpcs static v_float146 static v_float228 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() argument468 runf_v_latency (v_float f (v_float)) in runf_v_latency() argument485 runf_vn_thruput (__vpcs v_float f (v_float)) in runf_vn_thruput() argument[all …]
235 typedef __f32x4_t v_float; typedef239 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf()