OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rounded
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
FixedPointBuilder.h
57
Value *
Rounded
= B.CreateAdd(Result, LowBits);
58
Result = B.CreateSelect(IsNegative,
Rounded
, Result);
177
// value is too large to fit, it will be
rounded
, not truncated.
/src/external/gpl3/gcc/dist/contrib/
paranoia.cc
946
enum Rounding { Other,
Rounded
, Chopped };
1515
RMult =
Rounded
;
1525
printf ("* is neither chopped nor correctly
rounded
.\n");
1526
if ((RMult ==
Rounded
) && (GMult == No))
1530
printf ("* is neither chopped nor correctly
rounded
.\n");
1564
RDiv =
Rounded
;
1577
printf ("/ is neither chopped nor correctly
rounded
.\n");
1615
RAddSub =
Rounded
;
1641
&& (RMult ==
Rounded
) && (RDiv ==
Rounded
)
[
all
...]
/src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc
946
enum Rounding { Other,
Rounded
, Chopped };
1515
RMult =
Rounded
;
1525
printf ("* is neither chopped nor correctly
rounded
.\n");
1526
if ((RMult ==
Rounded
) && (GMult == No))
1530
printf ("* is neither chopped nor correctly
rounded
.\n");
1564
RDiv =
Rounded
;
1577
printf ("/ is neither chopped nor correctly
rounded
.\n");
1615
RAddSub =
Rounded
;
1641
&& (RMult ==
Rounded
) && (RDiv ==
Rounded
)
[
all
...]
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026