Searched defs:rnd_mode (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/test/mpreal/
H A Dmpreal.cpp330 const mpreal fma (const mpreal& v1, const mpreal& v2, const mpreal& v3, mp_rnd_t rnd_mode) argument
341 mpfr_fma(a.mp,v1.mp,v2.mp,v3.mp,rnd_mode);
345 const mpreal fms (const mpreal& v1, const mpreal& v2, const mpreal& v3, mp_rnd_t rnd_mode) argument
356 mpfr_fms(a.mp,v1.mp,v2.mp,v3.mp,rnd_mode);
360 const mpreal agm (const mpreal& v1, const mpreal& v2, mp_rnd_t rnd_mode) argument
370 mpfr_agm(a.mp, v1.mp, v2.mp, rnd_mode);
375 const mpreal sum (const mpreal tab[], unsigned long int n, mp_rnd_t rnd_mode) argument
383 mpfr_sum(x.mp,t,n,rnd_mode);
388 const mpreal remquo (long* q, const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) argument
398 mpfr_remquo(a.mp,q, x.mp, y.mp, rnd_mode);
[all...]
H A Dmpreal.h309 friend const mpreal sqr (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
310 friend const mpreal sqrt(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
311 friend const mpreal sqrt(const unsigned long int v, mp_rnd_t rnd_mode = mpreal::default_rnd);
312 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
313 friend const mpreal root(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode = mpreal::default_rnd);
314 friend const mpreal pow (const mpreal& a, const mpreal& b, mp_rnd_t rnd_mode = mpreal::default_rnd);
315 friend const mpreal pow (const mpreal& a, const mpz_t b, mp_rnd_t rnd_mode = mpreal::default_rnd);
316 friend const mpreal pow (const mpreal& a, const unsigned long int b, mp_rnd_t rnd_mode = mpreal::default_rnd);
317 friend const mpreal pow (const mpreal& a, const long int b, mp_rnd_t rnd_mode = mpreal::default_rnd);
318 friend const mpreal pow (const unsigned long int a, const mpreal& b, mp_rnd_t rnd_mode
1340 mul_2ui(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1348 mul_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode) argument
1355 div_2ui(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1362 div_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode) argument
1487 set_prec(mp_prec_t prec, mp_rnd_t rnd_mode) argument
1583 check_range(int t, mp_rnd_t rnd_mode) argument
1588 subnormalize(int t,mp_rnd_t rnd_mode) argument
1638 sqr(const mpreal& v, mp_rnd_t rnd_mode) argument
1645 sqrt(const mpreal& v, mp_rnd_t rnd_mode) argument
1652 sqrt(const unsigned long int v, mp_rnd_t rnd_mode) argument
1659 sqrt(const unsigned int v, mp_rnd_t rnd_mode) argument
1664 sqrt(const long int v, mp_rnd_t rnd_mode) argument
1670 sqrt(const int v, mp_rnd_t rnd_mode) argument
1676 sqrt(const long double v, mp_rnd_t rnd_mode) argument
1681 sqrt(const double v, mp_rnd_t rnd_mode) argument
1686 cbrt(const mpreal& v, mp_rnd_t rnd_mode) argument
1693 root(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1700 fabs(const mpreal& v, mp_rnd_t rnd_mode) argument
1707 abs(const mpreal& v, mp_rnd_t rnd_mode) argument
1714 dim(const mpreal& a, const mpreal& b, mp_rnd_t rnd_mode) argument
1726 log(const mpreal& v, mp_rnd_t rnd_mode) argument
1733 log2(const mpreal& v, mp_rnd_t rnd_mode) argument
1740 log10(const mpreal& v, mp_rnd_t rnd_mode) argument
1747 exp(const mpreal& v, mp_rnd_t rnd_mode) argument
1754 exp2(const mpreal& v, mp_rnd_t rnd_mode) argument
1761 exp10(const mpreal& v, mp_rnd_t rnd_mode) argument
1768 cos(const mpreal& v, mp_rnd_t rnd_mode) argument
1775 sin(const mpreal& v, mp_rnd_t rnd_mode) argument
1782 tan(const mpreal& v, mp_rnd_t rnd_mode) argument
1789 sec(const mpreal& v, mp_rnd_t rnd_mode) argument
1796 csc(const mpreal& v, mp_rnd_t rnd_mode) argument
1803 cot(const mpreal& v, mp_rnd_t rnd_mode) argument
1810 sin_cos(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode) argument
1815 acos(const mpreal& v, mp_rnd_t rnd_mode) argument
1822 asin(const mpreal& v, mp_rnd_t rnd_mode) argument
1829 atan(const mpreal& v, mp_rnd_t rnd_mode) argument
1836 acot(const mpreal& v, mp_rnd_t rnd_mode) argument
1841 asec(const mpreal& v, mp_rnd_t rnd_mode) argument
1846 acsc(const mpreal& v, mp_rnd_t rnd_mode) argument
1851 acoth(const mpreal& v, mp_rnd_t rnd_mode) argument
1856 asech(const mpreal& v, mp_rnd_t rnd_mode) argument
1861 acsch(const mpreal& v, mp_rnd_t rnd_mode) argument
1866 atan2(const mpreal& y, const mpreal& x, mp_rnd_t rnd_mode) argument
1881 cosh(const mpreal& v, mp_rnd_t rnd_mode) argument
1888 sinh(const mpreal& v, mp_rnd_t rnd_mode) argument
1895 tanh(const mpreal& v, mp_rnd_t rnd_mode) argument
1902 sech(const mpreal& v, mp_rnd_t rnd_mode) argument
1909 csch(const mpreal& v, mp_rnd_t rnd_mode) argument
1916 coth(const mpreal& v, mp_rnd_t rnd_mode) argument
1923 acosh(const mpreal& v, mp_rnd_t rnd_mode) argument
1930 asinh(const mpreal& v, mp_rnd_t rnd_mode) argument
1937 atanh(const mpreal& v, mp_rnd_t rnd_mode) argument
1944 hypot(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) argument
1959 remainder(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) argument
1974 fac_ui(unsigned long int v, mp_prec_t prec, mp_rnd_t rnd_mode) argument
1981 log1p(const mpreal& v, mp_rnd_t rnd_mode) argument
1988 expm1(const mpreal& v, mp_rnd_t rnd_mode) argument
1995 eint(const mpreal& v, mp_rnd_t rnd_mode) argument
2002 gamma(const mpreal& x, mp_rnd_t rnd_mode) argument
2013 lngamma(const mpreal& v, mp_rnd_t rnd_mode) argument
2020 lgamma(const mpreal& v, int *signp, mp_rnd_t rnd_mode) argument
2033 zeta(const mpreal& v, mp_rnd_t rnd_mode) argument
2040 erf(const mpreal& v, mp_rnd_t rnd_mode) argument
2047 erfc(const mpreal& v, mp_rnd_t rnd_mode) argument
2054 besselj0(const mpreal& v, mp_rnd_t rnd_mode) argument
2061 besselj1(const mpreal& v, mp_rnd_t rnd_mode) argument
2068 besseljn(long n, const mpreal& v, mp_rnd_t rnd_mode) argument
2075 bessely0(const mpreal& v, mp_rnd_t rnd_mode) argument
2082 bessely1(const mpreal& v, mp_rnd_t rnd_mode) argument
2089 besselyn(long n, const mpreal& v, mp_rnd_t rnd_mode) argument
2100 sinh_cosh(mpreal& s, mpreal& c, const mpreal& v, mp_rnd_t rnd_mode) argument
2105 li2(const mpreal& v, mp_rnd_t rnd_mode) argument
2112 fmod(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) argument
2127 rec_sqrt(const mpreal& v, mp_rnd_t rnd_mode) argument
2139 digamma(const mpreal& v, mp_rnd_t rnd_mode) argument
2146 ai(const mpreal& v, mp_rnd_t rnd_mode) argument
2157 const_log2(mp_prec_t prec, mp_rnd_t rnd_mode) argument
2165 const_pi(mp_prec_t prec, mp_rnd_t rnd_mode) argument
2173 const_euler(mp_prec_t prec, mp_rnd_t rnd_mode) argument
2181 const_catalan(mp_prec_t prec, mp_rnd_t rnd_mode) argument
2189 const_infinity(int sign, mp_prec_t prec, mp_rnd_t rnd_mode) argument
2199 rint(const mpreal& v, mp_rnd_t rnd_mode) argument
2235 rint_ceil(const mpreal& v, mp_rnd_t rnd_mode) argument
2242 rint_floor(const mpreal& v, mp_rnd_t rnd_mode) argument
2249 rint_round(const mpreal& v, mp_rnd_t rnd_mode) argument
2256 rint_trunc(const mpreal& v, mp_rnd_t rnd_mode) argument
2263 frac(const mpreal& v, mp_rnd_t rnd_mode) argument
2287 fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) argument
2294 fmin(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) argument
2331 urandom(gmp_randstate_t& state, mp_rnd_t rnd_mode) argument
2399 set_default_rnd(mp_rnd_t rnd_mode) argument
2427 pow(const mpreal& a, const mpreal& b, mp_rnd_t rnd_mode) argument
2434 pow(const mpreal& a, const mpz_t b, mp_rnd_t rnd_mode) argument
2441 pow(const mpreal& a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2448 pow(const mpreal& a, const unsigned int b, mp_rnd_t rnd_mode) argument
2453 pow(const mpreal& a, const long int b, mp_rnd_t rnd_mode) argument
2460 pow(const mpreal& a, const int b, mp_rnd_t rnd_mode) argument
2465 pow(const mpreal& a, const long double b, mp_rnd_t rnd_mode) argument
2470 pow(const mpreal& a, const double b, mp_rnd_t rnd_mode) argument
2475 pow(const unsigned long int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2482 pow(const unsigned int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2487 pow(const long int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2493 pow(const int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2499 pow(const long double a, const mpreal& b, mp_rnd_t rnd_mode) argument
2504 pow(const double a, const mpreal& b, mp_rnd_t rnd_mode) argument
2510 pow(const unsigned long int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2517 pow(const unsigned long int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2522 pow(const unsigned long int a, const long int b, mp_rnd_t rnd_mode) argument
2528 pow(const unsigned long int a, const int b, mp_rnd_t rnd_mode) argument
2534 pow(const unsigned long int a, const long double b, mp_rnd_t rnd_mode) argument
2539 pow(const unsigned long int a, const double b, mp_rnd_t rnd_mode) argument
2545 pow(const unsigned int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2550 pow(const unsigned int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2555 pow(const unsigned int a, const long int b, mp_rnd_t rnd_mode) argument
2561 pow(const unsigned int a, const int b, mp_rnd_t rnd_mode) argument
2567 pow(const unsigned int a, const long double b, mp_rnd_t rnd_mode) argument
2572 pow(const unsigned int a, const double b, mp_rnd_t rnd_mode) argument
2578 pow(const long int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2584 pow(const long int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2590 pow(const long int a, const long int b, mp_rnd_t rnd_mode) argument
2601 pow(const long int a, const int b, mp_rnd_t rnd_mode) argument
2612 pow(const long int a, const long double b, mp_rnd_t rnd_mode) argument
2618 pow(const long int a, const double b, mp_rnd_t rnd_mode) argument
2625 pow(const int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2631 pow(const int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2637 pow(const int a, const long int b, mp_rnd_t rnd_mode) argument
2648 pow(const int a, const int b, mp_rnd_t rnd_mode) argument
2659 pow(const int a, const long double b, mp_rnd_t rnd_mode) argument
2665 pow(const int a, const double b, mp_rnd_t rnd_mode) argument
2672 pow(const long double a, const long double b, mp_rnd_t rnd_mode) argument
2677 pow(const long double a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2682 pow(const long double a, const unsigned int b, mp_rnd_t rnd_mode) argument
2687 pow(const long double a, const long int b, mp_rnd_t rnd_mode) argument
2692 pow(const long double a, const int b, mp_rnd_t rnd_mode) argument
2697 pow(const double a, const double b, mp_rnd_t rnd_mode) argument
2702 pow(const double a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2707 pow(const double a, const unsigned int b, mp_rnd_t rnd_mode) argument
2712 pow(const double a, const long int b, mp_rnd_t rnd_mode) argument
2717 pow(const double a, const int b, mp_rnd_t rnd_mode) argument
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp2.c421 void set_rounding_mode(unsigned long long rnd_mode) argument
430 *hex_fpscr |= (rnd_mode << 32);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp2.c421 void set_rounding_mode(unsigned long long rnd_mode) argument
430 *hex_fpscr |= (rnd_mode << 32);

Completed in 915 milliseconds