Searched refs:DOUBLE_EXPONENT_MASK (Results 1 – 1 of 1) sorted by relevance
232 #define DOUBLE_EXPONENT_MASK 0xFFU macro241 #define DOUBLE_EXPONENT_MASK 0x7FFU macro280 return (int)((x.U >> DOUBLE_STORED_MANTISSA_BITS ) & DOUBLE_EXPONENT_MASK) - DOUBLE_BASE_EXPONENT; in get_exp2()
Completed in 5 milliseconds