Searched refs:POWF_SCALE_BITS (Results 1 – 2 of 2) sorted by relevance
327 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro329 # define POWF_SCALE_BITS 0 macro331 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
48 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()