OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sign_u
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
fma.c
232
int
sign_u
= MPFR_SIGN (u);
local
242
if (
sign_u
== MPFR_SIGN (z) || e >= __gmpfr_emax + 3)
245
return mpfr_overflow (s, rnd_mode,
sign_u
);
/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
307
sign_u
= mul_a * mpfr_sgn (a) * mul_c * mpfr_sgn (c);
309
if (sign_x *
sign_u
< 0)
318
/* now sign_x *
sign_u
>= 0 */
365
rnd_u = (
sign_u
> 0) ? MPFR_RNDU : MPFR_RNDD;
Completed in 61 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026