Home
last modified time | relevance | path

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

/sysdeps/ieee754/dbl-64/
A Dmath_config.h178 #define POW_LOG_TABLE_BITS 7 macro
187 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
A De_pow_log_data.c21 #define N (1 << POW_LOG_TABLE_BITS)
A De_pow.c38 #define N (1 << POW_LOG_TABLE_BITS)
63 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()

Completed in 5 milliseconds