Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h443 #define LOG_TABLE_BITS 7 macro
452 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
454 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
H A Dlog.c19 #define N (1 << LOG_TABLE_BITS)
117 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
H A Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dmath_config.h476 #define LOG_TABLE_BITS 7 macro
488 } tab[1 << LOG_TABLE_BITS];
493 } tab2[1 << LOG_TABLE_BITS];
H A Dlog.c19 #define N (1 << LOG_TABLE_BITS)
122 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in optr_aor_log_f64()
H A Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)