Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_config.h364 #define LOG_TABLE_BITS 7 macro
373 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
375 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
Dlog.c18 #define N (1 << LOG_TABLE_BITS)
116 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)