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

  /src/external/lgpl3/mpfr/dist/src/
exp_2.c 80 int error_r; local
144 /* error_r bounds the cancelled bits in x - n*log(2) */
146 error_r = 0;
149 error_r = mpfr_nbits_ulong (SAFE_ABS (unsigned long, n) + 1);
150 /* we have |x| <= 2^error_r * log(2) */
169 MPFR_GROUP_INIT_2(group, q + error_r, r, s);
178 MPFR_LOG_MSG (("n=%ld K=%lu l=%lu q=%lu error_r=%d\n",
179 n, K, l, (unsigned long) q, error_r));
210 /* since there was a cancellation in x - n*log(2), the low error_r
213 if (MPFR_LIKELY(error_r > 0)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
log.h 134 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __VA_ARGS__) macro

Completed in 23 milliseconds