Searched refs:LOG_TABLE_BITS (Results 1 – 6 of 6) sorted by relevance
443 #define LOG_TABLE_BITS 7 macro452 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];454 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
19 #define N (1 << LOG_TABLE_BITS)117 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
10 #define N (1 << LOG_TABLE_BITS)
476 #define LOG_TABLE_BITS 7 macro488 } tab[1 << LOG_TABLE_BITS];493 } tab2[1 << LOG_TABLE_BITS];
19 #define N (1 << LOG_TABLE_BITS)122 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in optr_aor_log_f64()