Searched refs:LOG2_TABLE_BITS (Results 1 – 3 of 3) sorted by relevance
162 #define LOG2_TABLE_BITS 6 macro172 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];174 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
21 #define N (1 << LOG2_TABLE_BITS)
32 #define N (1 << LOG2_TABLE_BITS)102 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in __log2()
Completed in 5 milliseconds