HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_nextabove (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/examples/
divworst.c 78 mpfr_nextabove (x))
81 mpfr_nextabove (y))
  /src/external/lgpl3/mpfr/dist/src/
csc.c 60 mpfr_nextabove (y); /* 2^k + epsilon */ \
csch.c 63 mpfr_nextabove (y); /* -2^k + epsilon */ \
next.c 0 /* mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward -- next representable
36 * - mpfr_nextabove and mpfr_nextbelow are similar to nextUp and nextDown
121 mpfr_nextabove (mpfr_ptr x) function
170 mpfr_nextabove (x);
cot.c 75 mpfr_nextabove (y); /* -2^k + epsilon */ \
coth.c 77 mpfr_nextabove (y); /* 2^k + epsilon */ \
urandom.c 68 use mpfr_nextabove() in the case emin = max). It could be
127 mpfr_nextabove (rop);
compound.c 42 mpfr_nextabove (y);
235 mpfr_nextabove (t);
301 mpfr_nextabove (y);
acosu.c 114 mpfr_nextabove (tmp);
cache.c 178 mpfr_nextabove (dest);
exp10m1.c 97 mpfr_nextabove (y);
exp2m1.c 100 mpfr_nextabove (y);
log2p1.c 73 mpfr_nextabove (t);
zeta_ui.c 73 mpfr_nextabove (z);
98 mpfr_nextabove (z);
exp.c 161 mpfr_nextabove (y);
set.c 227 mpfr_nextabove (s);
  /src/external/lgpl3/mpfr/dist/tests/
tnext.c 1 /* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward.
25 /* Generic tests for mpfr_nextabove and mpfr_nextbelow */
45 mpfr_nextabove (x);
71 mpfr_nextabove (y);
115 mpfr_nextabove (y);
trec_sqrt.c 145 mpfr_nextabove (u);
149 mpfr_nextabove (u);
166 mpfr_nextabove (u);
170 mpfr_nextabove (u);
tsqrt.c 326 mpfr_nextabove (x);
345 mpfr_nextabove (y);
365 mpfr_nextabove (x);
366 mpfr_nextabove (x);
394 mpfr_nextabove (x);
404 mpfr_nextabove (y);
610 mpfr_nextabove (u);
648 mpfr_nextabove (b);
808 mpfr_nextabove (u);
845 mpfr_nextabove (r)
    [all...]
tacosh.c 143 mpfr_nextabove (x);
157 mpfr_nextabove (x);
tremquo.c 257 mpfr_nextabove (x); /* 42 + 2^(-94) */
269 mpfr_nextabove (x); /* 42 + 2^(-44) */
282 mpfr_nextabove (y); /* 21 + 2^(-45) */
297 mpfr_nextabove (y); /* 21 + 2^(-95) */
351 mpfr_nextabove (x); /* 3 + 2^(-63) */
368 mpfr_nextabove (y); /* 2 + 2^(-63) */
tmul_d.c 84 mpfr_nextabove (a);
tmul.c 330 mpfr_nextabove (xx);
344 mpfr_nextabove (yy);
644 mpfr_nextabove (b);
690 mpfr_nextabove (c);
694 mpfr_nextabove (b);
777 mpfr_nextabove (c); /* ensures b*c > (0.5 - 1/2 * ulp_p(0.5)) * 2^emin.
1137 mpfr_nextabove (c);
1232 mpfr_nextabove (a);
1260 mpfr_nextabove (a);
  /src/external/lgpl3/mpc/dist/src/
mpc-impl.h 64 (MPFR_SIGN (x) > 0 ? mpfr_nextabove (x) : mpfr_nextbelow (x))
66 (MPFR_SIGN (x) > 0 ? mpfr_nextbelow (x) : mpfr_nextabove (x))
div.c 335 mpfr_nextabove (mpc_realref(res));
343 mpfr_nextabove (mpc_realref(res));
355 mpfr_nextabove (mpc_imagref(res));
363 mpfr_nextabove (mpc_imagref(res));

Completed in 27 milliseconds

1 2 3