Home
last modified time | relevance | path

Searched refs:roundingModeIn (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
1129 else if ( roundingModeIn ) { in testFunction()
1130 roundingMode = roundingModeIn; in testFunction()
1134 if ( roundingModeIn || ! roundingMode ) break; in testFunction()
H A Dtestsoftfloat.c745 int8 roundingModeIn, in testFunction() argument
766 else if ( roundingModeIn ) { in testFunction()
767 roundingMode = roundingModeIn; in testFunction()
797 if ( roundingModeIn || ! roundingMode ) break; in testFunction()
/freebsd-13.1/lib/libc/softfloat/
H A Dtimesoftfloat.c2411 int8 roundingModeIn, in timeFunction() argument
2432 else if ( roundingModeIn ) { in timeFunction()
2433 roundingMode = roundingModeIn; in timeFunction()
2463 if ( roundingModeIn || ! roundingMode ) break; in timeFunction()