OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fround
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/erc32/
float.c
67
int
fround
;
local
72
fround
= FE_TONEAREST;
75
fround
= FE_TOWARDZERO;
78
fround
= FE_UPWARD;
81
fround
= FE_DOWNWARD;
84
fesetround (
fround
);
/src/external/gpl3/gdb/dist/sim/erc32/
float.c
67
int
fround
;
local
72
fround
= FE_TONEAREST;
75
fround
= FE_TOWARDZERO;
78
fround
= FE_UPWARD;
81
fround
= FE_DOWNWARD;
84
fesetround (
fround
);
Completed in 15 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026