...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
|
| Can detect some violations of this rule. However, it does not flag implicit casts, only explicit ones | |||||||
| MISRA_CAST | Can detect instances where implicit float conversion is involved: implicitly converting a complex expression with integer type to floating type, implicitly converting a double expression to narrower float type (may lose precision), implicitly converting a complex expression from | |||||||
5.0 |
| Can detect violations of this rule with CERT C Rule Pack | |||||||
LDRA tool suite |
| 435 S, 93 S | Partially Implementedimplemented | ||||||
PRQA QA-C |
| 4450, 4451, | Partially implemented |
...
[IEEE 754 2008] | |
[ISO/IEC 9899:2011] | Subclause 6.3.1.4, "Real Floating and Integer" Subclause 6.3.1.5, "Real Floating Types" |
...