Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dlog_data.c34 #define N (1 << LOG_TABLE_BITS)
Dlog.c42 #define N (1 << LOG_TABLE_BITS)
140 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
Dmath_config.h1153 #define LOG_TABLE_BITS 7 macro
1162 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
1164 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];