Searched refs:roundingPrecision (Results 1 – 2 of 2) sorted by relevance
| /src/lib/libc/softfloat/ |
| H A D | timesoftfloat.c | 1915 flag roundingPrecision, roundingMode; member 2049 int8 roundingPrecision, in timeFunctionVariety() argument 2058 if ( roundingPrecision == 32 ) { in timeFunctionVariety() 2061 else if ( roundingPrecision == 64 ) { in timeFunctionVariety() 2064 else if ( roundingPrecision == 80 ) { in timeFunctionVariety() 2071 floatx80_rounding_precision = roundingPrecision; in timeFunctionVariety() 2412 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local 2414 roundingPrecision = 32; in timeFunction() 2416 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction() 2417 roundingPrecision = 0; in timeFunction() [all …]
|
| /src/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 648 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()
|