Home
last modified time | relevance | path

Searched refs:LOG2_POLY_ORDER (Results 1 – 3 of 3) sorted by relevance

/external/arm-optimized-routines/math/
Dlog2_data.c33 #if N == 64 && LOG2_POLY_ORDER == 7
Dmath_config.h380 #define LOG2_POLY_ORDER 7 macro
386 double poly[LOG2_POLY_ORDER - 1];
Dlog2.c126 #if LOG2_POLY_ORDER == 7 in log2()