Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h410 #define POW_LOG_POLY_ORDER 8 macro
415 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
Dpow_log_data.c17 #if N == 128 && POW_LOG_POLY_ORDER == 8
Dpow.c97 #if POW_LOG_POLY_ORDER == 8 in log_inline()
/external/arm-optimized-routines/math/
Dmath_config.h427 #define POW_LOG_POLY_ORDER 8 macro
432 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
Dpow_log_data.c16 #if N == 128 && POW_LOG_POLY_ORDER == 8
Dpow.c96 #if POW_LOG_POLY_ORDER == 8 in log_inline()