Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
H A Dlog.c21 #define N (1 << LOG_TABLE_BITS)
119 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
H A Dmath_config.h485 #define LOG_TABLE_BITS 7 macro
494 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
496 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];