Searched refs:log_base_PyLong_BASE (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1777 The static array log_base_PyLong_BASE[base] == log(base)/log(PyLong_BASE) so
1806 size_z = (Py_ssize_t)((scan - str) * log_base_PyLong_BASE[base]) + 1;
1859 static double log_base_PyLong_BASE[37] = {0.0e0,}; local
1863 if (log_base_PyLong_BASE[base] == 0.0) {
1867 log_base_PyLong_BASE[base] = (log((double)base) /
1891 size_z = (Py_ssize_t)((scan - str) * log_base_PyLong_BASE[base]) + 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
H A Dlongobject.c1791 The static array log_base_PyLong_BASE[base] == log(base)/log(PyLong_BASE) so
1820 size_z = (Py_ssize_t)((scan - str) * log_base_PyLong_BASE[base]) + 1;
1873 static double log_base_PyLong_BASE[37] = {0.0e0,}; local
1877 if (log_base_PyLong_BASE[base] == 0.0) {
1881 log_base_PyLong_BASE[base] = (log((double)base) /
1905 size_z = (Py_ssize_t)((scan - str) * log_base_PyLong_BASE[base]) + 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlongobject.c1777 The static array log_base_PyLong_BASE[base] == log(base)/log(PyLong_BASE) so
1806 size_z = (Py_ssize_t)((scan - str) * log_base_PyLong_BASE[base]) + 1;
1859 static double log_base_PyLong_BASE[37] = {0.0e0,}; local
1863 if (log_base_PyLong_BASE[base] == 0.0) {
1867 log_base_PyLong_BASE[base] = (log((double)base) /
1891 size_z = (Py_ssize_t)((scan - str) * log_base_PyLong_BASE[base]) + 1;

Completed in 28 milliseconds