Searched refs:Negate (Results 1 – 1 of 1) sorted by relevance
649 unsigned Negate, decimal_point; in _Stl_string_to_double() local658 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() local768 Negate = true; in _Stl_string_to_doubleT()840 return Negate ? -x : x; in _Stl_string_to_doubleT()