Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp649 unsigned Negate, decimal_point; in _Stl_string_to_double() local
658 Negate = 0; in _Stl_string_to_double()
662 Negate = 1; in _Stl_string_to_double()
736 if (Negate) { in _Stl_string_to_double()
764 bool Negate = false; in _Stl_string_to_doubleT() local
768 Negate = true; in _Stl_string_to_doubleT()
840 return Negate ? -x : x; in _Stl_string_to_doubleT()