OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:round_away
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/
quadmath-rounding-mode.h
43
round_away
(bool negative, bool last_digit_odd, bool half_bit, bool more_bits,
function
/src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-rounding-mode.h
43
round_away
(bool negative, bool last_digit_odd, bool half_bit, bool more_bits,
function
/src/external/lgpl3/mpfr/dist/src/
vasprintf.c
1450
int
round_away
;
local
1459
case MPFR_RNDF: /*
round_away
= 1 needed for %Rg */
1460
round_away
= 1;
1463
round_away
= 0;
1466
round_away
= MPFR_IS_NEG (p);
1469
round_away
= MPFR_IS_POS (p);
1494
round_away
= cmp < 0;
1500
if (
round_away
)
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026