Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dmeminit_utils.h33 #define MCEIL(num,den) ((uint8_t)((num+den-1)/den)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_binop.py33 def __init__(self, num=0L, den=1L): argument
56 den = property(_get_den, None) variable in Rat
Dtest_fractions.py58 def __init__(self, num, den): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c204 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/
Dmathmodule.c204 double num = 0.0, den = 0.0; in lanczos_sum() local
1308 PyObject *num, *den; in math_log() local