Searched refs:LOG_TABLE_BITS (Results 1 – 3 of 3) sorted by relevance
146 #define LOG_TABLE_BITS 7 macro156 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];158 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
21 #define N (1 << LOG_TABLE_BITS)
32 #define N (1 << LOG_TABLE_BITS)103 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in __log()
Completed in 4 milliseconds