Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpow_log_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
H A Dpow.c24 #define N (1 << POW_LOG_TABLE_BITS)
49 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
H A Dmath_config.h515 #define POW_LOG_TABLE_BITS 7 macro
523 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];