HomeSort by relevance Sort by last modified time
    Searched refs:EXP_TABLE_BITS (Results 1 - 5 of 5) sorted by null

  /external/arm-optimized-routines/math/
exp.c 12 #define N (1 << EXP_TABLE_BITS)
131 top = ki << (52 - EXP_TABLE_BITS);
exp2.c 12 #define N (1 << EXP_TABLE_BITS)
113 top = ki << (52 - EXP_TABLE_BITS);
math_config.h 342 #define EXP_TABLE_BITS 7
361 uint64_t tab[2*(1 << EXP_TABLE_BITS)];
pow.c 107 #define N (1 << EXP_TABLE_BITS)
167 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS)
223 top = (ki + sign_bias) << (52 - EXP_TABLE_BITS);
exp_data.c 10 #define N (1 << EXP_TABLE_BITS)
    [all...]

Completed in 55 milliseconds