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

  /external/arm-optimized-routines/math/
math_config.h 327 # define POWF_SCALE_BITS EXP2F_TABLE_BITS
329 # define POWF_SCALE_BITS 0
331 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
powf.c 48 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */

Completed in 80 milliseconds