OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundingMode
(Results
1 - 7
of
7
) sorted by relevancy
/src/regress/lib/libc/ieeefp/testfloat/
testFunction.c
605
uint8 functionCode, int8 roundingPrecision, int8
roundingMode
)
627
switch (
roundingMode
) {
1146
int8 roundingPrecision,
roundingMode
;
1156
for (
roundingMode
= 1;
1157
roundingMode
< NUM_ROUNDINGMODES;
1158
++
roundingMode
1160
if ( ! functions[ functionCode ].
roundingMode
) {
1161
roundingMode
= 0;
1164
roundingMode
= roundingModeIn;
1167
functionCode, roundingPrecision,
roundingMode
);
[
all
...]
testfloat.c
90
int8 operands, roundingPrecision,
roundingMode
;
107
roundingMode
= 0;
226
roundingMode
= ROUND_NEAREST_EVEN;
230
roundingMode
= ROUND_TO_ZERO;
233
roundingMode
= ROUND_DOWN;
236
roundingMode
= ROUND_UP;
288
if ( !
roundingMode
)
roundingMode
= ROUND_NEAREST_EVEN;
290
testFunction( functionCode, roundingPrecision,
roundingMode
);
304
functionCode, roundingPrecision,
roundingMode
);
[
all
...]
/src/lib/libc/softfloat/bits32/
softfloat.c
211
int8
roundingMode
;
216
roundingMode
= float_rounding_mode;
217
roundNearestEven =
roundingMode
== float_round_nearest_even;
220
if (
roundingMode
== float_round_to_zero ) {
226
if (
roundingMode
== float_round_up ) roundIncrement = 0;
229
if (
roundingMode
== float_round_down ) roundIncrement = 0;
423
int8
roundingMode
;
426
roundingMode
= float_rounding_mode;
427
roundNearestEven = (
roundingMode
== float_round_nearest_even );
430
if (
roundingMode
== float_round_to_zero )
[
all
...]
/src/regress/lib/libc/ieeefp/testfloat/include/
testFunction.h
153
flag roundingPrecision,
roundingMode
;
/src/lib/libc/softfloat/
timesoftfloat.c
1920
flag roundingPrecision,
roundingMode
;
2055
int8
roundingMode
,
2078
switch (
roundingMode
) {
2417
int8 roundingPrecision,
roundingMode
, tininessMode;
2427
for (
roundingMode
= 1;
2428
roundingMode
< NUM_ROUNDINGMODES;
2429
++
roundingMode
2431
if ( ! functions[ functionCode ].
roundingMode
) {
2432
roundingMode
= 0;
2435
roundingMode
= roundingModeIn
[
all
...]
/src/sys/lib/libkern/
softfloat.c
107
int8
roundingMode
;
112
roundingMode
= float_rounding_mode();
113
roundNearestEven = (
roundingMode
== float_round_nearest_even );
116
if (
roundingMode
== float_round_to_zero ) {
122
if (
roundingMode
== float_round_up ) roundIncrement = 0;
125
if (
roundingMode
== float_round_down ) roundIncrement = 0;
157
int8
roundingMode
;
161
roundingMode
= float_rounding_mode();
162
roundNearestEven = (
roundingMode
== float_round_nearest_even );
165
if (
roundingMode
== float_round_to_zero )
[
all
...]
/src/lib/libc/softfloat/bits64/
softfloat.c
127
int8
roundingMode
;
132
roundingMode
= float_rounding_mode;
133
roundNearestEven = (
roundingMode
== float_round_nearest_even );
136
if (
roundingMode
== float_round_to_zero ) {
142
if (
roundingMode
== float_round_up ) roundIncrement = 0;
145
if (
roundingMode
== float_round_down ) roundIncrement = 0;
178
int8
roundingMode
;
182
roundingMode
= float_rounding_mode;
183
roundNearestEven = (
roundingMode
== float_round_nearest_even );
186
if (
roundingMode
== float_round_to_zero )
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025