Home
last modified time | relevance | path

Searched refs:LOGF_TABLE_BITS (Results 1 – 2 of 2) sorted by relevance

/external/arm-optimized-routines/math/
Dlogf.c27 #define N (1 << LOGF_TABLE_BITS)
62 i = (tmp >> (23 - LOGF_TABLE_BITS)) % N; in logf()
Dmath_config.h301 #define LOGF_TABLE_BITS 4 macro
308 } tab[1 << LOGF_TABLE_BITS];