HomeSort by: relevance | last modified time | path
    Searched refs:mpc_fr_sub (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
tfr_sub.c 1 /* tfr_div -- test file for mpc_fr_sub.
24 P[0].mpc_inex = mpc_fr_sub (P[1].mpc, P[2].mpfr, P[3].mpc, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_fr_sub (P[1].mpc, P[2].mpfr, P[1].mpc, P[4].mpc_rnd)
  /src/external/lgpl3/mpc/dist/src/
fr_sub.c 0 /* mpc_fr_sub -- Substract a complex number from a floating-point number.
25 mpc_fr_sub (mpc_ptr a, mpfr_srcptr b, mpc_srcptr c, mpc_rnd_t rnd) function
mpc.h 161 __MPC_DECLSPEC int mpc_fr_sub (mpc_ptr, mpfr_srcptr, mpc_srcptr, mpc_rnd_t);

Completed in 33 milliseconds