Home
last modified time | relevance | path

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

/dports/lang/mosh/mosh-0.2.7/src/
H A DArithmetic.h161 static ucs4string flonumToUcs4String(double v, bool no_exponential);
H A DArithmetic.cpp1557 ucs4string FlonumUtil::flonumToUcs4String(double v, bool no_exponential) in flonumToUcs4String() argument
1693 if (no_exponential || (exponent >= -10 && exponent <= 10)) { in flonumToUcs4String()