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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbigrat.c319 #define HUGE_VAL (limb_value[1]*limb_value[31])
329 static double limb_value[LIMB_VALUE_TABLE_SIZE] = { variable
373 res = limb_value[2] * d[2];
376 res += limb_value[1] * d[1];
386 + limb_value[1] * d[i-2]
387 + limb_value[2] * d[i-1]
388 ) * limb_value[i-3];
397 res += limb_value[2] * d[1];
407 + limb_value[
[all...]

Completed in 14 milliseconds