Searched defs:intpart (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fpformat.py | 50 def unexpo(intpart, fraction, expo): argument 64 def roundfrac(intpart, fraction, digs): argument
|
D | decimal.py | 6094 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | compat.c | 683 long intpart = value; in round() local 700 long intpart, fracpart; in fmtfp() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | object.c | 1019 double intpart, fractpart; in _Py_HashDouble() local
|
D | floatobject.c | 527 double intpart; in float_richcompare() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | object.c | 1024 double intpart, fractpart; in _Py_HashDouble() local
|
D | floatobject.c | 528 double intpart; in float_richcompare() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 1865 double intpart; in accum() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 1865 double intpart; in accum() local
|