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