Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
H A 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()))
/third_party/python/Python/
H A Dmarshal.c908 r_float_str(RFILE *p) in r_float_str() function
1064 double x = r_float_str(p); in r_object()
1085 c.real = r_float_str(p); in r_object()
1088 c.imag = r_float_str(p); in r_object()

Completed in 3 milliseconds