Home
last modified time | relevance | path

Searched refs:roundingPrecisionIn (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1110 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn ) in testFunction() argument
1119 else if ( roundingPrecisionIn ) { in testFunction()
1120 roundingPrecision = roundingPrecisionIn; in testFunction()
1136 if ( roundingPrecisionIn || ! roundingPrecision ) break; in testFunction()
H A Dtestsoftfloat.c744 int8 roundingPrecisionIn, in testFunction() argument
756 else if ( roundingPrecisionIn ) { in testFunction()
757 roundingPrecision = roundingPrecisionIn; in testFunction()
799 if ( roundingPrecisionIn || ! roundingPrecision ) break; in testFunction()
/freebsd-13.1/lib/libc/softfloat/
H A Dtimesoftfloat.c2410 int8 roundingPrecisionIn, in timeFunction() argument
2422 else if ( roundingPrecisionIn ) { in timeFunction()
2423 roundingPrecision = roundingPrecisionIn; in timeFunction()
2465 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()