Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_config.h395 #define POW_LOG_POLY_ORDER 8 macro
400 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
Dpow_log_data.c16 #if N == 128 && POW_LOG_POLY_ORDER == 8
Dpow.c95 #if POW_LOG_POLY_ORDER == 8 in log_inline()