Home
last modified time | relevance | path

Searched defs:trunc (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_os.py207 def trunc(x): return int(x) function
209 def trunc(x): return x function