Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dlog2_data.h10 #define LOG2_TABLE_BITS 6 macro
20 } tab[1 << LOG2_TABLE_BITS];
24 } tab2[1 << LOG2_TABLE_BITS];
Dlog2.c19 #define N (1 << LOG2_TABLE_BITS)
83 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
Dlog2_data.c10 #define N (1 << LOG2_TABLE_BITS)
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog2_data.h10 #define LOG2_TABLE_BITS 6 macro
20 } tab[1 << LOG2_TABLE_BITS];
24 } tab2[1 << LOG2_TABLE_BITS];
Dlog2.c19 #define N (1 << LOG2_TABLE_BITS)
83 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
Dlog2_data.c10 #define N (1 << LOG2_TABLE_BITS)
/third_party/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.c19 #define N (1 << LOG2_TABLE_BITS)
93 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N; in log2()
Dlog2_data.c10 #define N (1 << LOG2_TABLE_BITS)