Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_config.h394 #define POW_LOG_TABLE_BITS 7 macro
402 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
Dpow_log_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
Dpow.c22 #define N (1 << POW_LOG_TABLE_BITS)
47 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()