Searched refs:DBL_PRECISION_LIMBS (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbigrat.c469 * DBL_PRECISION_LIMBS and ignoring the lower limbs for both operands
474 #define DBL_PRECISION_LIMBS (1+53/GMP_NUMB_BITS) macro
528 if (shorter_size > DBL_PRECISION_LIMBS) /* more exceeds the precision */
530 ignored_limbs += shorter_size - DBL_PRECISION_LIMBS;
531 longer_size -= shorter_size - DBL_PRECISION_LIMBS;
532 shorter_size = DBL_PRECISION_LIMBS;

Completed in 35 milliseconds