Searched refs:POW_LOG_TABLE_BITS (Results 1 – 6 of 6) sorted by relevance
409 #define POW_LOG_TABLE_BITS 7 macro417 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
11 #define N (1 << POW_LOG_TABLE_BITS)
24 #define N (1 << POW_LOG_TABLE_BITS)49 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
426 #define POW_LOG_TABLE_BITS 7 macro434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
10 #define N (1 << POW_LOG_TABLE_BITS)
23 #define N (1 << POW_LOG_TABLE_BITS)48 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()