Searched refs:POWF_SCALE_BITS (Results 1 – 2 of 2) sorted by relevance
160 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro162 # define POWF_SCALE_BITS 0 macro164 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
59 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
Completed in 4 milliseconds