powf function contains dead code

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: Low

      The function powf is implemented in the RTS source file e_powf.c.  This if statement from line 228 ...

      	    if(p_l+ovt>z-p_h)
      

      and this if statement from line 240 ...

      	    if(p_l<=z-p_h)
      

      ... are always true.

      Consider removing these if statements. That would make it easier for customers who analyze the code behavior to make sure all if statements execute both ways.

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                Connection: Intermediate to External PROD System
                EXTSYNC-4378 - powf function contains dead code
                SYNCHRONIZED
                • Last Sync Date: