Home
last modified time | relevance | path

Searched refs:POWF_LOG2_TABLE_BITS (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dsf_pow.c46 #define N (1 << POWF_LOG2_TABLE_BITS)
65 i = (tmp >> (23 - POWF_LOG2_TABLE_BITS)) % N; in log2_inline()
Dmath_config.h1114 #define POWF_LOG2_TABLE_BITS 4 macro
1127 } tab[1 << POWF_LOG2_TABLE_BITS];