Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dlog2_data.c34 #define N (1 << LOG2_TABLE_BITS)
Dlog2.c42 #define N (1 << LOG2_TABLE_BITS)
116 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N;
Dmath_config.h1168 #define LOG2_TABLE_BITS 6 macro
1177 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
1179 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];