Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/build/
Dumarshal.py151 def r_float_str(self) -> float: member in Reader
210 return R_REF(self.r_float_str())
214 return R_REF(complex(self.r_float_str(),
215 self.r_float_str()))
/external/python/cpython3/Python/
Dmarshal.c933 r_float_str(RFILE *p) in r_float_str() function
1086 double x = r_float_str(p); in r_object()
1107 c.real = r_float_str(p); in r_object()
1110 c.imag = r_float_str(p); in r_object()