Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpow.c185 return (float64x2_t){ pow_scalar_special_case (x[0], y[0]), in scalar_fallback()
186 pow_scalar_special_case (x[1], y[1]) }; in scalar_fallback()
H A Dfinite_pow.h270 pow_scalar_special_case (double x, double y) in pow_scalar_special_case() function