Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c2408 int8 roundingModeIn, in timeFunction() argument
2429 else if ( roundingModeIn ) { in timeFunction()
2430 roundingMode = roundingModeIn; in timeFunction()
2460 if ( roundingModeIn || ! roundingMode ) break; in timeFunction()