Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_config.h379 #define LOG2_TABLE_BITS 6 macro
388 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
390 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
Dlog2.c18 #define N (1 << LOG2_TABLE_BITS)
92 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
Dlog2_data.c10 #define N (1 << LOG2_TABLE_BITS)