Home
last modified time | relevance | path

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

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