Searched refs:rnd_mode (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h326 friend const mpreal sqr (const mpreal& v, mp_rnd_t rnd_mode);
327 friend const mpreal sqrt(const mpreal& v, mp_rnd_t rnd_mode);
328 friend const mpreal sqrt(const unsigned long int v, mp_rnd_t rnd_mode);
329 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode);
330 friend const mpreal root(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode);
331 friend const mpreal pow (const mpreal& a, const mpreal& b, mp_rnd_t rnd_mode);
332 friend const mpreal pow (const mpreal& a, const mpz_t b, mp_rnd_t rnd_mode);
333 friend const mpreal pow (const mpreal& a, const unsigned long int b, mp_rnd_t rnd_mode);
334 friend const mpreal pow (const mpreal& a, const long int b, mp_rnd_t rnd_mode);
335 friend const mpreal pow (const unsigned long int a, const mpreal& b, mp_rnd_t rnd_mode);
1610 mul_2ui(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1618 mul_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode) argument
1625 div_2ui(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1632 div_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode) argument
2671 set_default_rnd(mp_rnd_t rnd_mode) argument
2704 pow(const mpreal& a, const unsigned int b, mp_rnd_t rnd_mode) argument
2716 pow(const mpreal& a, const int b, mp_rnd_t rnd_mode) argument
2721 pow(const mpreal& a, const long double b, mp_rnd_t rnd_mode) argument
2726 pow(const mpreal& a, const double b, mp_rnd_t rnd_mode) argument
2738 pow(const unsigned int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2743 pow(const long int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2749 pow(const int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2755 pow(const long double a, const mpreal& b, mp_rnd_t rnd_mode) argument
2760 pow(const double a, const mpreal& b, mp_rnd_t rnd_mode) argument
2766 pow(const unsigned long int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2773 pow(const unsigned long int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2778 pow(const unsigned long int a, const long int b, mp_rnd_t rnd_mode) argument
2784 pow(const unsigned long int a, const int b, mp_rnd_t rnd_mode) argument
2790 pow(const unsigned long int a, const long double b, mp_rnd_t rnd_mode) argument
2795 pow(const unsigned long int a, const double b, mp_rnd_t rnd_mode) argument
2801 pow(const unsigned int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2806 pow(const unsigned int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2811 pow(const unsigned int a, const long int b, mp_rnd_t rnd_mode) argument
2817 pow(const unsigned int a, const int b, mp_rnd_t rnd_mode) argument
2823 pow(const unsigned int a, const long double b, mp_rnd_t rnd_mode) argument
2828 pow(const unsigned int a, const double b, mp_rnd_t rnd_mode) argument
2834 pow(const long int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2840 pow(const long int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2846 pow(const long int a, const long int b, mp_rnd_t rnd_mode) argument
2857 pow(const long int a, const int b, mp_rnd_t rnd_mode) argument
2868 pow(const long int a, const long double b, mp_rnd_t rnd_mode) argument
2874 pow(const long int a, const double b, mp_rnd_t rnd_mode) argument
2881 pow(const int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2887 pow(const int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2893 pow(const int a, const long int b, mp_rnd_t rnd_mode) argument
2904 pow(const int a, const int b, mp_rnd_t rnd_mode) argument
2915 pow(const int a, const long double b, mp_rnd_t rnd_mode) argument
2921 pow(const int a, const double b, mp_rnd_t rnd_mode) argument
2928 pow(const long double a, const long double b, mp_rnd_t rnd_mode) argument
2933 pow(const long double a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2938 pow(const long double a, const unsigned int b, mp_rnd_t rnd_mode) argument
2943 pow(const long double a, const long int b, mp_rnd_t rnd_mode) argument
2948 pow(const long double a, const int b, mp_rnd_t rnd_mode) argument
2953 pow(const double a, const double b, mp_rnd_t rnd_mode) argument
2958 pow(const double a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2963 pow(const double a, const unsigned int b, mp_rnd_t rnd_mode) argument
2968 pow(const double a, const long int b, mp_rnd_t rnd_mode) argument
2973 pow(const double a, const int b, mp_rnd_t rnd_mode) argument
[all...]
/external/valgrind/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/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 475 milliseconds