Searched defs:im_sgn (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/mpc/src/
H A Dsqrt.c47 const int im_sgn = mpfr_signbit (mpc_imagref (b)) == 0 ? 0 : -1; local
59 mpfr_set_inf (mpc_imagref (a), im_sgn); local
72 mpfr_set_inf (mpc_imagref (a), im_sgn); local
79 mpfr_set_inf (mpc_imagref (a), im_sgn); local
[all...]

Completed in 90 milliseconds