Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dpow_log_data.c34 #define N (1 << POW_LOG_TABLE_BITS)
Dpow.c46 #define N (1 << POW_LOG_TABLE_BITS)
71 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
Dmath_config.h1183 #define POW_LOG_TABLE_BITS 7 macro
1191 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];