OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundingPrecision
(Results
1 - 6
of
6
) sorted by relevancy
/src/regress/lib/libc/ieeefp/testfloat/
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
...]
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
...]
/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
...]
/src/sys/lib/libkern/
softfloat.c
636
| If `
roundingPrecision
' is 32 or 64, the result is rounded to the same
649
int8
roundingPrecision
, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
658
if (
roundingPrecision
== 80 ) goto precision80;
659
if (
roundingPrecision
== 64 ) {
663
else if (
roundingPrecision
== 32 ) {
817
int8
roundingPrecision
, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
831
roundAndPackFloatx80(
roundingPrecision
, zSign, zExp, zSig0, zSig1 );
/src/lib/libc/softfloat/bits64/
softfloat.c
649
If `
roundingPrecision
' is 32 or 64, the result is rounded to the same
662
int8
roundingPrecision
, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
671
if (
roundingPrecision
== 80 ) goto precision80;
672
if (
roundingPrecision
== 64 ) {
676
else if (
roundingPrecision
== 32 ) {
831
int8
roundingPrecision
, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
845
roundAndPackFloatx80(
roundingPrecision
, zSign, zExp, zSig0, zSig1 );
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025