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

  /external/arm-optimized-routines/math/
log2.c 18 #define N (1 << LOG2_TABLE_BITS)
92 i = (tmp >> (52 - LOG2_TABLE_BITS)) % N;
math_config.h 379 #define LOG2_TABLE_BITS 6
388 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS];
390 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS];
log2_data.c 10 #define N (1 << LOG2_TABLE_BITS)

Completed in 145 milliseconds