HomeSort by: relevance | last modified time | path
    Searched defs:supplement (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
acos.c 30 mpfr_exp_t supplement; local
87 /* Compute the supplement */
90 supplement = 2 - 2 * MPFR_GET_EXP (xp);
92 supplement = 2 - MPFR_GET_EXP (xp);
96 prec += MPFR_INT_CEIL_LOG2(prec) + 10 + supplement;
131 if (MPFR_LIKELY (MPFR_CAN_ROUND (arcc, prec - supplement,

Completed in 24 milliseconds