Searched refs:POWF_SCALE_BITS (Results 1 – 4 of 4) sorted by relevance
342 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro344 # define POWF_SCALE_BITS 0 macro346 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
45 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
359 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro361 # define POWF_SCALE_BITS 0 macro363 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
44 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()