Home
last modified time | relevance | path

Searched refs:LOG_TABLE_BITS (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/math/
Dlog_data.h10 #define LOG_TABLE_BITS 7 macro
20 } tab[1 << LOG_TABLE_BITS];
24 } tab2[1 << LOG_TABLE_BITS];
Dlog.c19 #define N (1 << LOG_TABLE_BITS)
95 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
/third_party/musl/porting/uniproton/kernel/src/math/
Dlog_data.h10 #define LOG_TABLE_BITS 7 macro
20 } tab[1 << LOG_TABLE_BITS];
24 } tab2[1 << LOG_TABLE_BITS];
Dlog.c19 #define N (1 << LOG_TABLE_BITS)
95 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog_data.h10 #define LOG_TABLE_BITS 7 macro
20 } tab[1 << LOG_TABLE_BITS];
24 } tab2[1 << LOG_TABLE_BITS];
Dlog.c19 #define N (1 << LOG_TABLE_BITS)
80 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
/third_party/musl/src/math/
Dlog_data.h10 #define LOG_TABLE_BITS 7 macro
20 } tab[1 << LOG_TABLE_BITS];
24 } tab2[1 << LOG_TABLE_BITS];
Dlog.c19 #define N (1 << LOG_TABLE_BITS)
80 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()
Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
/third_party/optimized-routines/math/
Dmath_config.h396 #define LOG_TABLE_BITS 7 macro
405 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
Dlog_data.c10 #define N (1 << LOG_TABLE_BITS)
Dlog.c19 #define N (1 << LOG_TABLE_BITS)
117 i = (tmp >> (52 - LOG_TABLE_BITS)) % N; in log()