Home
last modified time | relevance | path

Searched refs:EXP_TABLE_BITS (Results 1 – 5 of 5) sorted by relevance

/sysdeps/ieee754/dbl-64/
A De_exp_data.c21 #define N (1 << EXP_TABLE_BITS)
A Dmath_config.h131 #define EXP_TABLE_BITS 7 macro
143 uint64_t tab[2*(1 << EXP_TABLE_BITS)];
A De_exp2.c28 #define N (1 << EXP_TABLE_BITS)
129 top = ki << (52 - EXP_TABLE_BITS); in __exp2()
A De_exp.c28 #define N (1 << EXP_TABLE_BITS)
142 top = ki << (52 - EXP_TABLE_BITS); in __exp()
A De_pow.c121 #define N (1 << EXP_TABLE_BITS)
181 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS)
234 top = (ki + sign_bias) << (52 - EXP_TABLE_BITS); in exp_inline()

Completed in 6 milliseconds