Searched refs:recip_lookup_table (Results 1 – 3 of 3) sorted by relevance
37 extern const uint8_t recip_lookup_table[128];
376 const uint8_t recip_lookup_table[128] = { variable
328 mant = (recip_lookup_table[idx] << 15) | 1; in HELPER()