Home
last modified time | relevance | path

Searched refs:roundingPrecision (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libc/softfloat/
H A Dtimesoftfloat.c2049 int8 roundingPrecision, in timeFunctionVariety() argument
2058 if ( roundingPrecision == 32 ) { in timeFunctionVariety()
2414 roundingPrecision = 32; in timeFunction()
2417 roundingPrecision = 0; in timeFunction()
2463 if ( roundingPrecision == 80 ) { in timeFunction()
2467 roundingPrecision = 80; in timeFunction()
2470 roundingPrecision = 64; in timeFunction()
2487 roundingPrecision = 0; in main()
2540 roundingPrecision = 32; in main()
2543 roundingPrecision = 64; in main()
[all …]
/freebsd-14.2/lib/libc/softfloat/bits64/
H A Dsoftfloat.c648 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() argument
657 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80()
658 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80()
662 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80()
817 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() argument
831 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 ); in normalizeRoundAndPackFloatx80()