Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c2267 static PyCFunction _py_float_as_integer_ratio; variable
2325 n_d = _py_float_as_integer_ratio(tmp, NULL); in PyDecType_FromFloatExact()
5853 ASSIGN_PTR(_py_float_as_integer_ratio, cfunc_noargs(&PyFloat_Type, in PyInit__decimal()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv1334 Modules/_decimal/_decimal.c - _py_float_as_integer_ratio -