| /src/external/lgpl3/mpc/dist/tests/ |
| tacosh.c | 1 /* tacosh.c -- test file for mpc_acosh. 31 mpc_acosh (y, x, MPC_RNDNN); 35 printf ("Error, mpc_acosh changed the precisions!!!\n"); 43 P[0].mpc_inex = mpc_acosh (P[1].mpc, P[2].mpc, P[3].mpc_rnd) 45 P[0].mpc_inex = mpc_acosh (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
|
| exceptions.c | 149 foo (mpc_acosh, "acosh");
|
| texceptions.c | 150 foo (mpc_acosh, "acosh");
|
| /src/external/lgpl3/mpc/dist/src/ |
| mpc-log.h | 38 #define mpc_acosh mpc_log_acosh macro
|
| acosh.c | 0 /* mpc_acosh -- inverse hyperbolic cosine of a complex number. 24 mpc_acosh (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd) function
|
| mpc.h | 237 __MPC_DECLSPEC int mpc_acosh (mpc_ptr, mpc_srcptr, mpc_rnd_t);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fold-const-call.cc | 1222 return do_mpc_arg1 (result_real, result_imag, mpc_acosh,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fold-const-call.cc | 1167 return do_mpc_arg1 (result_real, result_imag, mpc_acosh,
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 915 mpc_acosh (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 889 mpc_acosh (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
|
| /src/external/gpl3/binutils.old/dist/ |
| configure | 9150 mpc_acosh (c, c, MPC_RNDNN);
|
| /src/external/gpl3/gcc/dist/ |
| configure | 8405 mpc_acosh (c, c, MPC_RNDNN);
|
| /src/external/gpl3/gcc.old/dist/ |
| configure | 8281 mpc_acosh (c, c, MPC_RNDNN);
|
| /src/external/gpl3/gdb/dist/ |
| configure | 9150 mpc_acosh (c, c, MPC_RNDNN);
|
| /src/external/gpl3/gdb.old/dist/ |
| configure | 8368 mpc_acosh (c, c, MPC_RNDNN);
|
| /src/external/gpl3/binutils/dist/ |
| configure | 9292 mpc_acosh (c, c, MPC_RNDNN);
|