Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dpowf_data.h11 #define POWF_LOG2_TABLE_BITS 4 macro
22 } tab[1 << POWF_LOG2_TABLE_BITS];
Dpowf.c22 #define N (1 << POWF_LOG2_TABLE_BITS)
39 i = (tmp >> (23 - POWF_LOG2_TABLE_BITS)) % N; in log2_inline()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dpowf_data.h11 #define POWF_LOG2_TABLE_BITS 4 macro
22 } tab[1 << POWF_LOG2_TABLE_BITS];
Dpowf.c22 #define N (1 << POWF_LOG2_TABLE_BITS)
39 i = (tmp >> (23 - POWF_LOG2_TABLE_BITS)) % N; in log2_inline()
/third_party/optimized-routines/math/
Dpowf.c22 #define N (1 << POWF_LOG2_TABLE_BITS)
41 i = (tmp >> (23 - POWF_LOG2_TABLE_BITS)) % N; in log2_inline()
Dmath_config.h356 #define POWF_LOG2_TABLE_BITS 4 macro
369 } tab[1 << POWF_LOG2_TABLE_BITS];