DTOSTR_NORMAL    3849 core/AvmCore.cpp 		return MathUtils::convertDoubleToString(this, d, MathUtils::DTOSTR_NORMAL,15);
DTOSTR_NORMAL     908 core/MathUtils.cpp 		if (mode == DTOSTR_NORMAL) {
DTOSTR_NORMAL    1027 core/MathUtils.cpp 				if (mode == DTOSTR_NORMAL) {
DTOSTR_NORMAL    1069 core/MathUtils.cpp 						if (mode == DTOSTR_NORMAL)
DTOSTR_NORMAL    1099 core/MathUtils.cpp 					if (mode != DTOSTR_NORMAL && ++i >= precision)
DTOSTR_NORMAL    1114 core/MathUtils.cpp 				if ( ((mode == DTOSTR_NORMAL) && !d2a->finished) ||
DTOSTR_NORMAL    1115 core/MathUtils.cpp 					 ((mode != DTOSTR_NORMAL) && precision > 1) ) {
DTOSTR_NORMAL    1121 core/MathUtils.cpp 							if (mode == DTOSTR_NORMAL)
DTOSTR_NORMAL    1152 core/MathUtils.cpp 			if (mode == MathUtils::DTOSTR_NORMAL && wroteDecimal) {
DTOSTR_NORMAL    1924 core/MathUtils.cpp 		if (mode != MathUtils::DTOSTR_NORMAL)
DTOSTR_NORMAL    1988 core/MathUtils.cpp 			if (mode != MathUtils::DTOSTR_NORMAL)
DTOSTR_NORMAL    2054 core/MathUtils.cpp 			if (mode != MathUtils::DTOSTR_NORMAL)
DTOSTR_NORMAL     240 core/MathUtils.h 										     int32_t mode = DTOSTR_NORMAL,