Home
last modified time | relevance | path

Searched refs:float_repr (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dfloatobject.c326 float_repr(PyFloatObject *v) in float_repr() function
1195 return float_repr((PyFloatObject *)self); in float_hex_impl()
1892 (reprfunc)float_repr, /* tp_repr */
/external/rust/crates/syn/src/
Dexpr.rs2837 let mut float_repr = float.to_string(); in multi_index() localVariable
2838 let trailing_dot = float_repr.ends_with('.'); in multi_index()
2840 float_repr.truncate(float_repr.len() - 1); in multi_index()
2842 for part in float_repr.split('.') { in multi_index()
/external/python/cpython2/Objects/
Dfloatobject.c389 float_repr(PyFloatObject *v) in float_repr() function
2127 (reprfunc)float_repr, /* tp_repr */