OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundingPrecision
(Results
1 - 4
of
4
) sorted by relevancy
/src/regress/lib/libc/ieeefp/testfloat/
testFunction.c
605
uint8 functionCode, int8
roundingPrecision
, int8 roundingMode )
611
if (
roundingPrecision
== 32 ) {
614
else if (
roundingPrecision
== 64 ) {
617
else if (
roundingPrecision
== 80 ) {
621
roundingPrecision
= 80;
624
floatx80_rounding_precision =
roundingPrecision
;
625
syst_float_set_rounding_precision(
roundingPrecision
);
1146
int8
roundingPrecision
, roundingMode;
1148
roundingPrecision
= 32;
1150
if ( ! functions[ functionCode ].
roundingPrecision
) {
[
all
...]
testfloat.c
90
int8 operands,
roundingPrecision
, roundingMode;
106
roundingPrecision
= 0;
215
roundingPrecision
= 32;
218
roundingPrecision
= 64;
221
roundingPrecision
= 80;
287
if ( !
roundingPrecision
)
roundingPrecision
= 80;
290
testFunction( functionCode,
roundingPrecision
, roundingMode );
304
functionCode,
roundingPrecision
, roundingMode );
316
functionCode,
roundingPrecision
, roundingMode )
[
all
...]
/src/regress/lib/libc/ieeefp/testfloat/include/
testFunction.h
153
flag
roundingPrecision
, roundingMode;
/src/lib/libc/softfloat/
timesoftfloat.c
1920
flag
roundingPrecision
, roundingMode;
2054
int8
roundingPrecision
,
2063
if (
roundingPrecision
== 32 ) {
2066
else if (
roundingPrecision
== 64 ) {
2069
else if (
roundingPrecision
== 80 ) {
2076
floatx80_rounding_precision =
roundingPrecision
;
2417
int8
roundingPrecision
, roundingMode, tininessMode;
2419
roundingPrecision
= 32;
2421
if ( ! functions[ functionCode ].
roundingPrecision
) {
2422
roundingPrecision
= 0
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025