Searched refs:GFC_MPC_RND_MODE (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darith.c599 mpc_neg (result->value.complex, op1->value.complex, GFC_MPC_RND_MODE);
633 GFC_MPC_RND_MODE);
667 op2->value.complex, GFC_MPC_RND_MODE);
702 GFC_MPC_RND_MODE);
767 GFC_MPC_RND_MODE);
813 mpc_set_ui (result->value.complex, 1, GFC_MPC_RND_MODE);
891 op2->value.integer, GFC_MPC_RND_MODE);
939 op2->value.complex, GFC_MPC_RND_MODE);
1896 GFC_MPC_RND_MODE);
2027 mpc_set_z (result->value.complex, src->value.integer, GFC_MPC_RND_MODE);
[all...]
H A Dsimplify.c302 mpc_set_si (e->value.complex, init, GFC_MPC_RND_MODE);
785 mpc_acos (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
819 mpc_acosh (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
1062 mpc_asin (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
1090 mpc_asinh (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
1118 mpc_atan (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
1153 mpc_atanh (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
1623 mpc_set_z (result->value.complex, x->value.integer, GFC_MPC_RND_MODE);
1631 mpc_set (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
1703 mpc_conj (result->value.complex, result->value.complex, GFC_MPC_RND_MODE);
[all...]
H A Dgfortran.h1944 #define GFC_MPC_RND_MODE MPC_RNDNN macro
H A Dexpr.c309 mpc_set (q->value.complex, p->value.complex, GFC_MPC_RND_MODE);
H A Dresolve.c10959 mpc_set_ui (init_expr->value.complex, 0, GFC_MPC_RND_MODE);

Completed in 209 milliseconds