Searched refs:SIGNIFICAND_GT_32 (Results 1 – 1 of 1) sorted by relevance
892 #define SIGNIFICAND_GT_32(X,Y) ((X)->significand > (Y)->significand) macro938 (((X)->exponent == (Y)->exponent) && (SIGNIFICAND_GT_32(X, Y))))
Completed in 6 milliseconds