Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h394 #define LOG2_TABLE_BITS 6 macro
403 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
405 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
Dlog2_data.c11 #define N (1 << LOG2_TABLE_BITS)
Dlog2.c20 #define N (1 << LOG2_TABLE_BITS)
94 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
/external/arm-optimized-routines/math/
Dmath_config.h411 #define LOG2_TABLE_BITS 6 macro
420 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
Dlog2_data.c10 #define N (1 << LOG2_TABLE_BITS)
Dlog2.c19 #define N (1 << LOG2_TABLE_BITS)
93 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()