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

/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h373 friend const mpreal sqr (const mpreal& v, mp_rnd_t rnd_mode);
374 friend const mpreal sqrt(const mpreal& v, mp_rnd_t rnd_mode);
375 friend const mpreal sqrt(const unsigned long int v, mp_rnd_t rnd_mode);
376 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode);
377 friend const mpreal root(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode);
378 friend const mpreal pow (const mpreal& a, const mpreal& b, mp_rnd_t rnd_mode);
379 friend const mpreal pow (const mpreal& a, const mpz_t b, mp_rnd_t rnd_mode);
380 friend const mpreal pow (const mpreal& a, const unsigned long int b, mp_rnd_t rnd_mode);
381 friend const mpreal pow (const mpreal& a, const long int b, mp_rnd_t rnd_mode);
382 friend const mpreal pow (const unsigned long int a, const mpreal& b, mp_rnd_t rnd_mode);
1643 mul_2ui(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1651 mul_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode) argument
1658 div_2ui(const mpreal& v, unsigned long int k, mp_rnd_t rnd_mode) argument
1665 div_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode) argument
2640 set_default_rnd(mp_rnd_t rnd_mode) argument
2673 pow(const mpreal& a, const unsigned int b, mp_rnd_t rnd_mode) argument
2685 pow(const mpreal& a, const int b, mp_rnd_t rnd_mode) argument
2690 pow(const mpreal& a, const long double b, mp_rnd_t rnd_mode) argument
2695 pow(const mpreal& a, const double b, mp_rnd_t rnd_mode) argument
2707 pow(const unsigned int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2712 pow(const long int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2718 pow(const int a, const mpreal& b, mp_rnd_t rnd_mode) argument
2724 pow(const long double a, const mpreal& b, mp_rnd_t rnd_mode) argument
2729 pow(const double a, const mpreal& b, mp_rnd_t rnd_mode) argument
2735 pow(const unsigned long int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2742 pow(const unsigned long int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2747 pow(const unsigned long int a, const long int b, mp_rnd_t rnd_mode) argument
2753 pow(const unsigned long int a, const int b, mp_rnd_t rnd_mode) argument
2759 pow(const unsigned long int a, const long double b, mp_rnd_t rnd_mode) argument
2764 pow(const unsigned long int a, const double b, mp_rnd_t rnd_mode) argument
2770 pow(const unsigned int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2775 pow(const unsigned int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2780 pow(const unsigned int a, const long int b, mp_rnd_t rnd_mode) argument
2786 pow(const unsigned int a, const int b, mp_rnd_t rnd_mode) argument
2792 pow(const unsigned int a, const long double b, mp_rnd_t rnd_mode) argument
2797 pow(const unsigned int a, const double b, mp_rnd_t rnd_mode) argument
2803 pow(const long int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2809 pow(const long int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2815 pow(const long int a, const long int b, mp_rnd_t rnd_mode) argument
2826 pow(const long int a, const int b, mp_rnd_t rnd_mode) argument
2837 pow(const long int a, const long double b, mp_rnd_t rnd_mode) argument
2843 pow(const long int a, const double b, mp_rnd_t rnd_mode) argument
2850 pow(const int a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2856 pow(const int a, const unsigned int b, mp_rnd_t rnd_mode) argument
2862 pow(const int a, const long int b, mp_rnd_t rnd_mode) argument
2873 pow(const int a, const int b, mp_rnd_t rnd_mode) argument
2884 pow(const int a, const long double b, mp_rnd_t rnd_mode) argument
2890 pow(const int a, const double b, mp_rnd_t rnd_mode) argument
2897 pow(const long double a, const long double b, mp_rnd_t rnd_mode) argument
2902 pow(const long double a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2907 pow(const long double a, const unsigned int b, mp_rnd_t rnd_mode) argument
2912 pow(const long double a, const long int b, mp_rnd_t rnd_mode) argument
2917 pow(const long double a, const int b, mp_rnd_t rnd_mode) argument
2922 pow(const double a, const double b, mp_rnd_t rnd_mode) argument
2927 pow(const double a, const unsigned long int b, mp_rnd_t rnd_mode) argument
2932 pow(const double a, const unsigned int b, mp_rnd_t rnd_mode) argument
2937 pow(const double a, const long int b, mp_rnd_t rnd_mode) argument
2942 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 85 milliseconds