Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
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()