Home
last modified time | relevance | path

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

/third_party/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. */
/third_party/musl/porting/uniproton/kernel/src/math/
Dlog_data.h11 #define LOG_POLY_ORDER 6 macro
16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/musl/porting/liteos_m/kernel/src/math/
Dlog_data.h11 #define LOG_POLY_ORDER 6 macro
16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/musl/src/math/
Dlog_data.h11 #define LOG_POLY_ORDER 6 macro
16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog_data.h11 #define LOG_POLY_ORDER 6 macro
16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */