Home
last modified time | relevance | path

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

/sysdeps/ieee754/flt-32/
A Dmath_config.h157 #define POWF_LOG2_TABLE_BITS 4 macro
170 } tab[1 << POWF_LOG2_TABLE_BITS];
A De_powf.c37 #define N (1 << POWF_LOG2_TABLE_BITS)
56 i = (tmp >> (23 - POWF_LOG2_TABLE_BITS)) % N; in log2_inline()

Completed in 4 milliseconds