Searched refs:bExpSign (Results 1 – 1 of 1) sorted by relevance
813 bool bExpSign; in stringToDouble() local816 bExpSign = true; in stringToDouble()821 bExpSign = false; in stringToDouble()848 if ( bExpSign ) in stringToDouble()851 if ( nAllExp > DBL_MAX_10_EXP || (bOverFlow && !bExpSign) ) in stringToDouble()857 (bOverFlow && bExpSign) ) in stringToDouble()
Completed in 10 milliseconds