Home
last modified time | relevance | path

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

/openbsd/lib/libc/softfloat/
H A Dtimesoftfloat.c2408 int8 roundingPrecisionIn, in timeFunction() argument
2420 else if ( roundingPrecisionIn ) { in timeFunction()
2421 roundingPrecision = roundingPrecisionIn; in timeFunction()
2463 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()