Home
last modified time | relevance | path

Searched refs:log_base_BASE (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dlongobject.c2293 static double log_base_BASE[37] = {0.0e0,}; in PyLong_FromString() local
2297 if (log_base_BASE[base] == 0.0) { in PyLong_FromString()
2301 log_base_BASE[base] = (log((double)base) / in PyLong_FromString()
2358 double fsize_z = (double)digits * log_base_BASE[base] + 1.0; in PyLong_FromString()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2115 Objects/longobject.c PyLong_FromString log_base_BASE -