Searched refs:SIGNIFICAND_EQ_32 (Results 1 – 1 of 1) sorted by relevance
891 #define SIGNIFICAND_EQ_32(X,Y) ((X)->significand == (Y)->significand) macro936 (((X)->exponent == (Y)->exponent) && (SIGNIFICAND_EQ_32(X, Y)))
Completed in 7 milliseconds