Home
last modified time | relevance | path

Searched refs:POWF_SCALE_BITS (Results 1 – 2 of 2) sorted by relevance

/external/arm-optimized-routines/math/
Dmath_config.h327 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro
329 # define POWF_SCALE_BITS 0 macro
331 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
Dpowf.c48 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()