Home
last modified time | relevance | path

Searched refs:LOG_TABLE_BITS (Results 1 – 3 of 3) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Dmath_config.h146 #define LOG_TABLE_BITS 7 macro
156 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
158 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
A De_log_data.c21 #define N (1 << LOG_TABLE_BITS)
A De_log.c32 #define N (1 << LOG_TABLE_BITS)
103 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in __log()

Completed in 4 milliseconds