OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundingCode
(Results
1 - 2
of
2
) sorted by relevancy
/src/regress/lib/libc/ieeefp/testfloat/
testFunction.c
607
uint8
roundingCode
;
630
roundingCode
= float_round_nearest_even;
634
roundingCode
= float_round_nearest_even;
638
roundingCode
= float_round_to_zero;
642
roundingCode
= float_round_down;
646
roundingCode
= float_round_up;
651
float_rounding_mode =
roundingCode
;
652
syst_float_set_rounding_mode(
roundingCode
);
/src/lib/libc/softfloat/
timesoftfloat.c
2059
uint8
roundingCode
;
2081
roundingCode
= float_round_nearest_even;
2085
roundingCode
= float_round_nearest_even;
2089
roundingCode
= float_round_to_zero;
2093
roundingCode
= float_round_down;
2097
roundingCode
= float_round_up;
2100
float_rounding_mode =
roundingCode
;
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025