HomeSort by relevance Sort by last modified time
    Searched refs:LOG_POLY_ORDER (Results 1 - 3 of 3) sorted by null

  /external/arm-optimized-routines/math/
log.c 145 #if LOG_POLY_ORDER == 6
147 #elif LOG_POLY_ORDER == 7
math_config.h 365 #define LOG_POLY_ORDER 6
371 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
log_data.c 58 #if N == 64 && LOG_POLY_ORDER == 7
68 #elif N == 128 && LOG_POLY_ORDER == 6
77 #elif N == 128 && LOG_POLY_ORDER == 7

Completed in 48 milliseconds