Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/
H A Dmathbench.c54 typedef __f32x4_t v_float; typedef
58 static inline v_float
61 return (v_float){p[0], p[1], p[2], p[3]}; in v_float_load()
64 static inline v_float
67 return (v_float){x, x, x, x}; in v_float_dup()
72 typedef float v_float; typedef
101 static v_float
102 __v_dummyf (v_float x) in __v_dummyf()
114 __vpcs static v_float
115 __vn_dummyf (v_float
[all...]
H A Dulp.c234 typedef __f32x4_t v_float; typedef
238 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf()

Completed in 3 milliseconds