Searched refs:SIGNIFICAND_GT_64 (Results 1 – 1 of 1) sorted by relevance
900 # define SIGNIFICAND_GT_64(X,Y) (((X)->hi_significand > (Y)->hi_significand) || \ macro910 # define SIGNIFICAND_GT_64(X,Y) ((X)->significand > (Y)->significand) macro949 (((X)->exponent == (Y)->exponent) && (SIGNIFICAND_GT_64(X, Y))))