Searched refs:tan_x (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | ttan.c | 30 mpfr_t tan_x; in pure_real_argument() local 35 mpfr_init2 (tan_x, 113); in pure_real_argument() 42 mpfr_tan (tan_x, x, MPFR_RNDN); in pure_real_argument() 44 if (mpfr_cmp (mpc_realref (tan_z), tan_x) != 0 in pure_real_argument() 54 if (mpfr_cmp (mpc_realref (tan_z), tan_x) != 0 in pure_real_argument() 66 mpfr_tan (tan_x, x, MPFR_RNDN); in pure_real_argument() 68 if (mpfr_cmp (mpc_realref (tan_z), tan_x) != 0 in pure_real_argument() 78 if (mpfr_cmp (mpc_realref (tan_z), tan_x) != 0 in pure_real_argument() 88 mpfr_tan (tan_x, x, MPFR_RNDN); in pure_real_argument() 90 if (mpfr_cmp (mpc_realref (tan_z), tan_x) != 0 in pure_real_argument() [all …]
|