Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dlog2f.c20 #define N (1 << LOG2F_TABLE_BITS)
57 i = (tmp >> (23 - LOG2F_TABLE_BITS)) % N; in log2f()
Dmath_config.h313 #define LOG2F_TABLE_BITS 4 macro
320 } tab[1 << LOG2F_TABLE_BITS];