Use the same algorithm as convertToDouble. We don't really need convertToDouble, as we plan to truncate anyhow (convertToDouble returns `false` if truncation caused loss of precision, so we can't use it to distinguish an out-of-bounds value), and these are debug-only checks. Change-Id: I70d70c05ce3f4996bd74361e6f78c02064232a57 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%