Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpowf.c123 exp2f_lookup (const struct data *d, uint64_t i) in exp2f_lookup() function
137 uint64x2_t t = vcombine_u64 (exp2f_lookup (d, vgetq_lane_s64 (ki, 0)), in powf_core()
138 exp2f_lookup (d, vgetq_lane_s64 (ki, 1))); in powf_core()