Home
last modified time | relevance | path

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

/external/mpdecimal/tests++/
Dapitest.cc387 assertEqual(Decimal("0.21").to_eng(), "0.21"); in SmallContextTest()
388 assertEqual(Decimal("9.99e10").to_eng(), "99.9E+9"); in SmallContextTest()
Druntest.cc2318 Str_DecCtx(&Decimal::to_eng, token, extended); in do_stream()
/external/mpdecimal/libmpdec++/
Ddecimal.hh1212 inline std::string to_eng(bool capitals=true) const { in to_eng() function in decimal::Decimal