OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:y_real
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpc/dist/src/
pow.c
484
int ret = -2, loop, x_real, x_imag,
y_real
, z_real = 0, z_imag = 0,
local
497
y_real
= mpfr_zero_p (mpc_imagref(y));
499
if (
y_real
&& mpfr_zero_p (mpc_realref(y))) /* case y zero */
590
if (
y_real
&& (mpfr_integer_p (mpc_realref(y)) ||
623
&& (
y_real
|| mpfr_cmp_si (mpc_realref(x), -1) == 0))
632
(mpfr_cmp_ui (mpc_realref(x), 0) == 0 &&
y_real
)) &&
641
if (mpfr_cmpabs (mpc_realref(x), mpc_imagref(x)) == 0 &&
y_real
&&
751
if (
y_real
)
807
if (
y_real
&& (x_real || x_imag))
809
/* FIXME: with
y_real
we assume Im(y) is really 0, which is the cas
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026