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

  /external/arm-optimized-routines/math/
math_config.h 364 #define LOG_TABLE_BITS 7
373 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS];
375 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS];
log.c 18 #define N (1 << LOG_TABLE_BITS)
116 i = (tmp >> (52 - LOG_TABLE_BITS)) % N;
log_data.c 10 #define N (1 << LOG_TABLE_BITS)

Completed in 50 milliseconds