Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/
H A Dmathbench_wrappers.h34 __vpcs static v_float
35 _Z_atan2f_wrap (v_float x) in _Z_atan2f_wrap()
40 __vpcs static v_float
41 _Z_hypotf_wrap (v_float x) in _Z_hypotf_wrap()
70 __vpcs static v_float
71 _Z_sincosf_wrap (v_float x) in _Z_sincosf_wrap()
73 v_float s, c; in _Z_sincosf_wrap()
78 __vpcs static v_float
79 _Z_cexpif_wrap (v_float x) in _Z_cexpif_wrap()
/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c50 typedef float32x4_t v_float; typedef
54 static inline v_float
60 static inline v_float
63 return (v_float){x, x, x, x}; in v_float_dup()
68 typedef float v_float; typedef
138 __vpcs static v_float
139 __vn_dummyf (v_float x) in __vn_dummyf()
174 __vpcs v_float (*vnf) (v_float);
313 runf_vn_thruput (__vpcs v_float f (v_float)) in runf_vn_thruput() argument
330 runf_vn_latency (__vpcs v_float f (v_float)) in runf_vn_latency() argument
[all …]
H A Dmathbench_wrappers.h10 __vpcs static v_float
11 xy_Z_powf (v_float x) in xy_Z_powf()
H A Dulp.c221 typedef __f32x4_t v_float; typedef
226 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf()