Home
last modified time | relevance | path

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

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