Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpowf.c129 powf_core (const struct data *d, float64x2_t ylogx) in powf_core() function
191 float32x2_t p_lo = powf_core (d, ylogx_lo); in V_NAME_F2()
192 float32x2_t p_hi = powf_core (d, ylogx_hi); in V_NAME_F2()