OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xinf
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tcan_round.c
231
mpfr_t x,
xinf
, xsup, yinf, ysup;
local
239
mpfr_inits2 (4 * GMP_NUMB_BITS, x,
xinf
, xsup, yinf, ysup, (mpfr_ptr) 0);
270
mpfr_set_ui_2exp (
xinf
, 1, precx - err, MPFR_RNDN);
271
inex = mpfr_add (xsup, x,
xinf
, MPFR_RNDN);
272
/* Since EXP(x) = precx, and
xinf
= 2^(precx-err),
273
x +
xinf
is exactly representable on 4 * GMP_NUMB_BITS
276
inex = mpfr_sub (
xinf
, x,
xinf
, MPFR_RNDN);
287
x :
xinf
, (mpfr_rnd_t) rnd2);
313
mpfr_clears (x,
xinf
, xsup, yinf, ysup, (mpfr_ptr) 0)
[
all
...]
/src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c
1872
static const double xnan = __builtin_nan ("0x0"),
xinf
= __builtin_inf ();
local
1904
return x == 0 ? copysign (
xinf
, x) : xnan;
1912
return
xinf
;
1962
return x < 0 ? xnan :
xinf
;
2038
static double xbig = 2.55e305,
xinf
= __builtin_inf (), eps = 0,
local
2139
res =
xinf
;
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c
1868
static const double xnan = __builtin_nan ("0x0"),
xinf
= __builtin_inf ();
local
1896
return x == 0 ? copysign (
xinf
, x) : xnan;
1904
return
xinf
;
1954
return x < 0 ? xnan :
xinf
;
2030
static double xbig = 2.55e305,
xinf
= __builtin_inf (), eps = 0,
local
2131
res =
xinf
;
Completed in 26 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026