Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/softfloat/
Dtimesoftfloat.c1916 flag roundingPrecision, roundingMode; member
2050 int8 roundingPrecision, in timeFunctionVariety() argument
2059 if ( roundingPrecision == 32 ) { in timeFunctionVariety()
2062 else if ( roundingPrecision == 64 ) { in timeFunctionVariety()
2065 else if ( roundingPrecision == 80 ) { in timeFunctionVariety()
2072 floatx80_rounding_precision = roundingPrecision; in timeFunctionVariety()
2413 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local
2415 roundingPrecision = 32; in timeFunction()
2417 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction()
2418 roundingPrecision = 0; in timeFunction()
[all …]
/openbsd/src/sys/lib/libkern/
Dsoftfloat.c707 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() argument
716 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80()
717 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80()
721 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80()
876 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() argument
890 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 ); in normalizeRoundAndPackFloatx80()