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

1 2 3 4

  /src/external/lgpl3/mpfr/dist/src/
csc.c 66 mpfr_nextbelow (y); /* -2^k - epsilon */ \
csch.c 69 mpfr_nextbelow (y); /* 2^k - epsilon */ \
next.c 1 /* mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward -- next representable
36 * - mpfr_nextabove and mpfr_nextbelow are similar to nextUp and nextDown
135 mpfr_nextbelow (mpfr_ptr x) function
172 mpfr_nextbelow (x);
cot.c 81 mpfr_nextbelow (y); /* 2^k - epsilon */ \
coth.c 83 mpfr_nextbelow (y); /* -2^k - epsilon */ \
acosu.c 112 mpfr_nextbelow (tmp);
cache.c 166 mpfr_nextbelow (dest);
compound.c 48 mpfr_nextbelow (y);
237 mpfr_nextbelow (t);
atanu.c 114 mpfr_nextbelow (tmp);
cosu.c 154 mpfr_nextbelow (y);
set.c 225 mpfr_nextbelow (s);
tanu.c 143 mpfr_nextbelow (t);
  /src/external/lgpl3/mpfr/dist/tests/
tadd1sp.c 176 mpfr_nextbelow (b); /* b = 1 - 2^(-p) (including for p=1) */
190 mpfr_nextbelow (b); /* b = 1 - 2^(-p) with p = GMP_NUMB_BITS+2 */
192 mpfr_nextbelow (c); /* c = 2^(1-p) - 2^(1-2p) */
204 mpfr_nextbelow (b); /* b = 1 - 2^(-p) */
217 mpfr_nextbelow (b); /* b = 1 - 2^(-p) with p = 2*GMP_NUMB_BITS+2 */
219 mpfr_nextbelow (c); /* c = 2^(1-p) - 2^(1-2p) */
232 mpfr_nextbelow (b);
248 mpfr_nextbelow (b); /* b = 1 - 2^(-p) */
263 mpfr_nextbelow (b);
tnext.c 1 /* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward.
25 /* Generic tests for mpfr_nextabove and mpfr_nextbelow */
47 mpfr_nextbelow (x);
69 mpfr_nextbelow (y);
113 mpfr_nextbelow (y);
trec_sqrt.c 136 mpfr_nextbelow (u);
140 mpfr_nextbelow (u);
157 mpfr_nextbelow (u);
161 mpfr_nextbelow (u);
tsub1sp.c 74 mpfr_nextbelow (c);
106 mpfr_nextbelow (c);
140 mpfr_nextbelow (c);
185 mpfr_nextbelow (b);
191 mpfr_nextbelow (c);
302 mpfr_nextbelow (b); /* b = 1 - 2^(-p) */
305 mpfr_nextbelow (c);
306 mpfr_nextbelow (c); /* c = 1/2 - 2*2^(-GMP_NUMB_BITS-1) */
308 mpfr_nextbelow (c); /* c = 1/2 - 2*2^(-GMP_NUMB_BITS-1) - 2^(-p-1) */
1017 mpfr_nextbelow (z)
    [all...]
tprec_round.c 66 mpfr_nextbelow (x);
tsec.c 96 mpfr_nextbelow (y);
tsech.c 113 mpfr_nextbelow (y);
tget_flt.c 179 mpfr_nextbelow (x);
199 mpfr_nextbelow (x);
449 mpfr_nextbelow (x);
tmul_2exp.c 152 mpfr_nextbelow (x);
270 mpfr_nextbelow (x);
394 mpfr_nextbelow (w);
tacosh.c 146 mpfr_nextbelow (z);
tai.c 170 mpfr_nextbelow (xx);
  /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 337 mpfr_nextbelow (mpc_realref(res));
341 mpfr_nextbelow (mpc_realref(res));
357 mpfr_nextbelow (mpc_imagref(res));
361 mpfr_nextbelow (mpc_imagref(res));

Completed in 83 milliseconds

1 2 3 4