...
CERT C++ Secure Coding Standard | FLP34-CPP. Ensure that floating point conversions are within range of the new type |
CERT Oracle Secure Coding Standard for Java | NUM12-J. Ensure conversions of numeric types to narrower types do not result in lost or misinterpreted data |
ISO/IEC TR 24772:2013 | Numeric conversion errors [FLC] |
MITRE CWE | CWE-681, Incorrect conversion between numeric types |
...