Searched refs:LOG_TABLE_BITS (Results 1 – 15 of 15) sorted by relevance
10 #define LOG_TABLE_BITS 7 macro20 } tab[1 << LOG_TABLE_BITS];24 } tab2[1 << LOG_TABLE_BITS];
19 #define N (1 << LOG_TABLE_BITS)95 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
10 #define N (1 << LOG_TABLE_BITS)
19 #define N (1 << LOG_TABLE_BITS)80 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
396 #define LOG_TABLE_BITS 7 macro405 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
19 #define N (1 << LOG_TABLE_BITS)117 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()