Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h180 sv_horner_11_f32_x (svbool_t pg, VTYPE x, const STYPE *poly) in sv_horner_11_f32_x() function
187 return svmad_x (pg, x, sv_horner_11_f32_x (pg, x, poly + 1), poly[0]); in sv_horner_12_f32_x()