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

  /src/external/lgpl3/mpc/dist/src/
mul.c 209 int mul_i, ok, inexact, mul_a, mul_c, inex_re = 0, inex_im = 0, sign_x, sign_u; local
241 mul_c = 1; /* implicit factor for c */
254 mul_c = -1; /* consider -d + i*c instead of c + i*d */
295 if (mul_c == -1)
307 sign_u = mul_a * mpfr_sgn (a) * mul_c * mpfr_sgn (c);
314 { int tmp; tmp = mul_a; mul_a = mul_c; mul_c = tmp; }
335 inexact |= (mul_c == -1 ?
338 if (mul_c == -1)

Completed in 16 milliseconds