OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPC_MPFR_SIGN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpc/dist/src/
div.c
53
/* x =
MPC_MPFR_SIGN
(a * mpc_realref (w) + b * mpc_imagref (w)) */
54
/* y =
MPC_MPFR_SIGN
(b * mpc_realref (w) - a * mpc_imagref (w)) */
57
x = a *
MPC_MPFR_SIGN
(mpc_realref (w)) + b *
MPC_MPFR_SIGN
(mpc_imagref (w));
58
y = b *
MPC_MPFR_SIGN
(mpc_realref (w)) - a *
MPC_MPFR_SIGN
(mpc_imagref (w));
72
x =
MPC_MPFR_SIGN
(sign);
74
y =
MPC_MPFR_SIGN
(sign);
78
x =
MPC_MPFR_SIGN
(sign);
80
y = -
MPC_MPFR_SIGN
(sign)
[
all
...]
mpc-impl.h
56
#define
MPC_MPFR_SIGN
(x) (mpfr_zero_p (x) ? 0 : MPFR_SIGNBIT (x))
Completed in 22 milliseconds
Indexes created Sat Jul 11 00:26:11 UTC 2026