Fix mandatory MISRA violations reported by PClint

Fix false positive, mandatory MISRA violations reported by PClint to prevent having to carry a justification for them.

  • Two-step initialization of complex values
  • Explicit initialization to invalid values for some variables, so should it ever get used a test should immediately catch it
  • Align the initialization in expf to the one in exp

/cc @aarregi @christoph.weiss @FabianSchriever

Edited by Thomas Wucher

Merge request reports

Loading