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

  /external/arm-optimized-routines/math/
logf.c 17 LOGF_TABLE_BITS = 4
27 #define N (1 << LOGF_TABLE_BITS)
62 i = (tmp >> (23 - LOGF_TABLE_BITS)) % N;
math_config.h 301 #define LOGF_TABLE_BITS 4
308 } tab[1 << LOGF_TABLE_BITS];

Completed in 48 milliseconds