Searched refs:LOG2_TABLE_BITS (Results 1 – 6 of 6) sorted by relevance
394 #define LOG2_TABLE_BITS 6 macro403 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];405 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
11 #define N (1 << LOG2_TABLE_BITS)
20 #define N (1 << LOG2_TABLE_BITS)94 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
411 #define LOG2_TABLE_BITS 6 macro420 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
10 #define N (1 << LOG2_TABLE_BITS)
19 #define N (1 << LOG2_TABLE_BITS)93 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()