Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c2407 int8 roundingPrecisionIn, in timeFunction() argument
2419 else if ( roundingPrecisionIn ) { in timeFunction()
2420 roundingPrecision = roundingPrecisionIn; in timeFunction()
2462 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()