Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dlog_data.c58 #if N == 64 && LOG_POLY_ORDER == 7
68 #elif N == 128 && LOG_POLY_ORDER == 6
77 #elif N == 128 && LOG_POLY_ORDER == 7
H A Dlog.c148 #if LOG_POLY_ORDER == 6 in log()
150 #elif LOG_POLY_ORDER == 7 in log()
H A Dmath_config.h486 #define LOG_POLY_ORDER 6 macro
492 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */