Searched refs:POW_LOG_POLY_ORDER (Results 1 – 7 of 7) sorted by relevance
11 #define POW_LOG_POLY_ORDER 8 macro15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
427 #define POW_LOG_POLY_ORDER 8 macro432 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */
16 #if N == 128 && POW_LOG_POLY_ORDER == 8
96 #if POW_LOG_POLY_ORDER == 8 in log_inline()