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

  /external/arm-optimized-routines/math/
log2f.c 13 LOG2F_TABLE_BITS = 4
20 #define N (1 << LOG2F_TABLE_BITS)
57 i = (tmp >> (23 - LOG2F_TABLE_BITS)) % N;
math_config.h 313 #define LOG2F_TABLE_BITS 4
320 } tab[1 << LOG2F_TABLE_BITS];

Completed in 465 milliseconds