Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpow_log_data.c16 #if N == 128 && POW_LOG_POLY_ORDER == 8
H A Dmath_config.h516 #define POW_LOG_POLY_ORDER 8 macro
521 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
H A Dpow.c97 #if POW_LOG_POLY_ORDER == 8 in log_inline()