HomeSort by: relevance | last modified time | path
    Searched defs:inex_cos (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpc/dist/src/
sin_cos.c 345 int inex_re, inex_im, inex_sin, inex_cos, loop = 0; local
456 inex_cos = MPC_INEX (inex_re, inex_im);
459 inex_cos = MPC_INEX (0,0); /* return exact if not computed */
484 MPC_INEX_RE (inex_cos),
487 MPC_INEX_IM (inex_cos),
489 inex_cos = MPC_INEX (inex_re, inex_im);
492 return (MPC_INEX12 (inex_sin, inex_cos));
sin_cos.c 345 int inex_re, inex_im, inex_sin, inex_cos, loop = 0; local
456 inex_cos = MPC_INEX (inex_re, inex_im);
459 inex_cos = MPC_INEX (0,0); /* return exact if not computed */
484 MPC_INEX_RE (inex_cos),
487 MPC_INEX_IM (inex_cos),
489 inex_cos = MPC_INEX (inex_re, inex_im);
492 return (MPC_INEX12 (inex_sin, inex_cos));
  /src/external/lgpl3/mpfr/dist/tests/
tsin_cos.c 564 int inex_sin, is, inex_cos, ic, inex, inex_ref; local
602 inex_cos = mpfr_cos (c1, x, rnd);
603 ic = inex_cos < 0 ? 2 : inex_cos > 0 ? 1 : 0;
624 printf ("inex_sin = %d (s = %d), inex_cos = %d (c = %d), "
626 inex_sin, is, inex_cos, ic, inex, inex_ref);
tsin_cos.c 564 int inex_sin, is, inex_cos, ic, inex, inex_ref; local
602 inex_cos = mpfr_cos (c1, x, rnd);
603 ic = inex_cos < 0 ? 2 : inex_cos > 0 ? 1 : 0;
624 printf ("inex_sin = %d (s = %d), inex_cos = %d (c = %d), "
626 inex_sin, is, inex_cos, ic, inex, inex_ref);

Completed in 31 milliseconds