Searched refs:mpc_sin (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dsin.c0 /* mpc_sin -- sine of a complex number.
24 mpc_sin (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd) function
H A Dmpc-log.h28 #define mpc_sin mpc_log_sin macro
H A Dsinh.c39 inex = mpc_sin (sin_z, z, MPC_RND (MPC_RND_IM (rnd), MPC_RND_RE (rnd)));
H A Dmpc.h226 __MPC_DECLSPEC int mpc_sin (mpc_ptr, mpc_srcptr, mpc_rnd_t);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtsin.c1 /* tsin -- test file for mpc_sin.
24 P[0].mpc_inex = mpc_sin (P[1].mpc, P[2].mpc, P[3].mpc_rnd)
26 P[0].mpc_inex = mpc_sin (P[1].mpc, P[1].mpc, P[3].mpc_rnd)
H A Dexceptions.c139 foo (mpc_sin, "sin");
H A Dtexceptions.c140 foo (mpc_sin, "sin");
/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c71 DECLARE_TIME_1OP (mpc_sin)
92 {"sin", ADDR_TIME_NOP (mpc_sin), ADDR_ACCURATE_TIME_NOP (mpc_sin), egroup_special, 1},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c1128 return do_mpc_arg1 (result_real, result_imag, mpc_sin,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc1127 return do_mpc_arg1 (result_real, result_imag, mpc_sin,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c7551 mpc_sin (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc7663 mpc_sin (result->value.complex, x->value.complex, GFC_MPC_RND_MODE);

Completed in 252 milliseconds