Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h409 #define POW_LOG_TABLE_BITS 7 macro
417 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
Dpow_log_data.c11 #define N (1 << POW_LOG_TABLE_BITS)
Dpow.c24 #define N (1 << POW_LOG_TABLE_BITS)
49 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
/external/arm-optimized-routines/math/
Dmath_config.h426 #define POW_LOG_TABLE_BITS 7 macro
434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS];
Dpow_log_data.c10 #define N (1 << POW_LOG_TABLE_BITS)
Dpow.c23 #define N (1 << POW_LOG_TABLE_BITS)
48 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()