Home
last modified time | relevance | path

Searched refs:SIGNIFICAND_GT_64 (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/ia64/fpu/
Dlibm_support.h900 # define SIGNIFICAND_GT_64(X,Y) (((X)->hi_significand > (Y)->hi_significand) || \ macro
910 # define SIGNIFICAND_GT_64(X,Y) ((X)->significand > (Y)->significand) macro
949 (((X)->exponent == (Y)->exponent) && (SIGNIFICAND_GT_64(X, Y))))