Home
last modified time | relevance | path

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

/sysdeps/ieee754/dbl-64/
A Dmath_config.h162 #define LOG2_TABLE_BITS 6 macro
172 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
174 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
A De_log2_data.c21 #define N (1 << LOG2_TABLE_BITS)
A De_log2.c32 #define N (1 << LOG2_TABLE_BITS)
102 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in __log2()

Completed in 5 milliseconds