Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow_data.h11 #define POW_LOG_POLY_ORDER 8 macro
15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow_data.h11 #define POW_LOG_POLY_ORDER 8 macro
15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/musl/src/math/
Dpow_data.h11 #define POW_LOG_POLY_ORDER 8 macro
15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/musl/porting/liteos_a/kernel/src/math/
Dpow_data.h11 #define POW_LOG_POLY_ORDER 8 macro
15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
/third_party/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()