Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
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
Dlog.c146 #if LOG_POLY_ORDER == 6 in log()
148 #elif LOG_POLY_ORDER == 7 in log()
Dmath_config.h397 #define LOG_POLY_ORDER 6 macro
403 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/external/llvm-project/libc/AOR_v20.02/math/
Dlog_data.c59 #if N == 64 && LOG_POLY_ORDER == 7
69 #elif N == 128 && LOG_POLY_ORDER == 6
78 #elif N == 128 && LOG_POLY_ORDER == 7
Dlog.c147 #if LOG_POLY_ORDER == 6 in log()
149 #elif LOG_POLY_ORDER == 7 in log()
Dmath_config.h380 #define LOG_POLY_ORDER 6 macro
386 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */