Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Darch.h39 extern const uint8_t invsqrt_lookup_table[128];
H A Darch.c395 const uint8_t invsqrt_lookup_table[128] = { variable
H A Dop_helper.c349 mant = (invsqrt_lookup_table[idx] << 15); in HELPER()