Home
last modified time | relevance | path

Searched refs:POW_LOG_TABLE_BITS (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow_data.h10 #define POW_LOG_TABLE_BITS 7 macro
19 } tab[1 << POW_LOG_TABLE_BITS];
H A Dpow.c24 #define N (1 << POW_LOG_TABLE_BITS)
47 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
H A Dpow_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpow_data.h10 #define POW_LOG_TABLE_BITS 7 macro
19 } tab[1 << POW_LOG_TABLE_BITS];
H A Dpow.c24 #define N (1 << POW_LOG_TABLE_BITS)
47 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
H A Dpow_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow_data.h10 #define POW_LOG_TABLE_BITS 7 macro
19 } tab[1 << POW_LOG_TABLE_BITS];
H A Dpow.c24 #define N (1 << POW_LOG_TABLE_BITS)
47 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
H A Dpow_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
/third_party/musl/src/math/
H A Dpow_data.h10 #define POW_LOG_TABLE_BITS 7 macro
19 } tab[1 << POW_LOG_TABLE_BITS];
H A Dpow.c24 #define N (1 << POW_LOG_TABLE_BITS)
47 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
H A Dpow_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
/third_party/optimized-routines/math/
H A Dmath_config.h426 #define POW_LOG_TABLE_BITS 7 macro
434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
H A Dpow.c23 #define N (1 << POW_LOG_TABLE_BITS)
48 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
H A Dpow_log_data.c10 #define N (1 << POW_LOG_TABLE_BITS)

Completed in 7 milliseconds