Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dlog2.c21 #define N (1 << LOG2_TABLE_BITS)
95 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
H A Dlog2_data.c10 #define N (1 << LOG2_TABLE_BITS)
H A Dmath_config.h500 #define LOG2_TABLE_BITS 6 macro
509 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
511 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];