Searched refs:POW_LOG_TABLE_BITS (Results 1 – 3 of 3) sorted by relevance
178 #define POW_LOG_TABLE_BITS 7 macro187 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
38 #define N (1 << POW_LOG_TABLE_BITS)63 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
21 #define N (1 << POW_LOG_TABLE_BITS)