Searched refs:POWF_SCALE_BITS (Results 1 – 6 of 6) sorted by relevance
14 #define POWF_SCALE_BITS EXP2F_TABLE_BITS macro16 #define POWF_SCALE_BITS 0 macro18 #define POWF_SCALE ((double)(1 << POWF_SCALE_BITS))
42 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()