Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c1144 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn ) in testFunction() argument
1153 else if ( roundingPrecisionIn ) { in testFunction()
1154 roundingPrecision = roundingPrecisionIn; in testFunction()
1170 if ( roundingPrecisionIn || ! roundingPrecision ) break; in testFunction()
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c2412 int8 roundingPrecisionIn, in timeFunction() argument
2424 else if ( roundingPrecisionIn ) { in timeFunction()
2425 roundingPrecision = roundingPrecisionIn; in timeFunction()
2467 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()