Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dlog2_data.c34 #if N == 64 && LOG2_POLY_ORDER == 7
H A Dmath_config.h395 #define LOG2_POLY_ORDER 7 macro
401 double poly[LOG2_POLY_ORDER - 1];
H A Dlog2.c128 #if LOG2_POLY_ORDER == 7 in log2()