Searched refs:LOG2_TABLE_BITS (Results 1 – 9 of 9) sorted by relevance
10 #define LOG2_TABLE_BITS 6 macro20 } tab[1 << LOG2_TABLE_BITS];24 } tab2[1 << LOG2_TABLE_BITS];
19 #define N (1 << LOG2_TABLE_BITS)83 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
10 #define N (1 << LOG2_TABLE_BITS)
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];
19 #define N (1 << LOG2_TABLE_BITS)93 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()