Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py140 'down' : ROUND_DOWN,
1674 r = d.to_integral(ROUND_DOWN)
1694 r = d.to_integral(ROUND_DOWN)
1723 context = Context(prec=5, rounding=ROUND_DOWN)
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dtimesoftfloat.c2041 ROUND_DOWN, enumerator
2091 case ROUND_DOWN: in timeFunctionVariety()
2563 roundingMode = ROUND_DOWN; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py150 ROUND_DOWN = 'ROUND_DOWN' variable
1793 ROUND_DOWN = _round_down,