Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_powf.c33 uint64_t exp2f_tab[1 << V_EXP2F_TABLE_BITS]; member
71 .exp2f_tab = {0x3ff0000000000000, 0x3fefd9b0d3158574, 0x3fefb5586cf9890f,
135 uint64_t t = data.exp2f_tab[ki % (1 << V_EXP2F_TABLE_BITS)]; in V_NAME_F2()