Home
last modified time | relevance | path

Searched refs:sv_float (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/
H A Dmathbench_wrappers.h104 static sv_float
116 static sv_float
128 static sv_float
140 static sv_float
141 xy_Z_sv_powf (sv_float x, sv_bool pg) in xy_Z_sv_powf()
146 static sv_float
147 x_Z_sv_powf (sv_float x, sv_bool pg) in x_Z_sv_powf()
152 static sv_float
153 y_Z_sv_powf (sv_float x, sv_bool pg) in y_Z_sv_powf()
176 static sv_float
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c98 typedef svfloat32_t sv_float; typedef
102 static inline sv_float
109 static inline sv_float
151 static sv_float
152 __sv_dummyf (sv_float x, sv_bool pg) in __sv_dummyf()
178 sv_float (*svf) (sv_float, sv_bool);
349 runf_sv_thruput (sv_float f (sv_float, sv_bool)) in runf_sv_thruput() argument
366 runf_sv_latency (sv_float f (sv_float, sv_bool)) in runf_sv_latency() argument
370 sv_float prev = sv_float_dup (0); in runf_sv_latency()
H A Dulp.c230 typedef __SVFloat32_t sv_float; typedef
233 static inline sv_float svargf(float x) { in svargf()
249 static inline float svretf(sv_float vec) { in svretf()