Searched defs:den (Results 1 – 5 of 5) sorted by relevance
| /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
| D | meminit_utils.h | 33 #define MCEIL(num,den) ((uint8_t)((num+den-1)/den)) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_binop.py | 33 def __init__(self, num=0L, den=1L): argument 56 den = property(_get_den, None) variable in Rat
|
| D | test_fractions.py | 58 def __init__(self, num, den): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | mathmodule.c | 204 double num = 0.0, den = 0.0; in lanczos_sum() local 1318 PyObject *num, *den; in math_log() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | mathmodule.c | 204 double num = 0.0, den = 0.0; in lanczos_sum() local 1308 PyObject *num, *den; in math_log() local
|