Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dlog2f.c22 #define N (1 << LOG2F_TABLE_BITS)
59 i = (tmp >> (23 - LOG2F_TABLE_BITS)) % N; in log2f()
H A Dmath_config.h425 #define LOG2F_TABLE_BITS 4 macro
432 } tab[1 << LOG2F_TABLE_BITS];