Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dlog_data.c82 #if N == 64 && LOG_POLY_ORDER == 7
92 #elif N == 128 && LOG_POLY_ORDER == 6
101 #elif N == 128 && LOG_POLY_ORDER == 7
Dlog.c169 #if LOG_POLY_ORDER == 6 in log()
171 #elif LOG_POLY_ORDER == 7 in log()
Dmath_config.h1154 #define LOG_POLY_ORDER 6 macro
1160 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */