<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MC56F8323 How to use IEEE-754 Compliant Floating-Point Library in codewarrior 10.6 in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MC56F8323-How-to-use-IEEE-754-Compliant-Floating-Point-Library/m-p/460936#M3453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Feng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;The fplib only exists in Classic CodeWarrior. User can find its example projects under CodeWarrior folder:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;C:\Program Files (x86)\Freescale\CodeWarrior for DSC56800E v8.3\(CodeWarrior_Examples)\Floating Point Examples&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;The functionality that this lib supports includes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1. Basic floating-point operations: addition, subtraction, multiplication, division&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;2. Conversion to and from integer (16-bit and 32-bit) and floating-point format, both round-to-nearest-even and toward-zero versions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;3. Comparison functions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;4. Rounding functions: floor, ceil, round, trunc, rint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;5. Function for controlling floating-point state as defined in [2]: getround, setround, testexcept, getexceptflag, setexceptflag, clearexcept&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;What kind of function do you need? Indeed, 56800E compiler itself does have support for C99 support functions, including trigonometric, hyperbolic, power, absolute value functions, exponential and logarithmic functions. User does not need to use fplib. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2016 06:20:04 GMT</pubDate>
    <dc:creator>TICS_Fiona</dc:creator>
    <dc:date>2016-05-30T06:20:04Z</dc:date>
    <item>
      <title>MC56F8323 How to use IEEE-754 Compliant Floating-Point Library in codewarrior 10.6</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MC56F8323-How-to-use-IEEE-754-Compliant-Floating-Point-Library/m-p/460935#M3452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He!&lt;/P&gt;&lt;P&gt;I want to use Floating-Point Library in my project。&lt;/P&gt;&lt;P&gt;Accord to the&amp;nbsp; &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2Fsoft_dev_tools%2Fdoc%2Fuser_guide%2F56800E_Floating-Point_Library.pdf%3Ffsrch%3D1%26sr%3D2%26pageNum%3D1" rel="nofollow" target="_blank"&gt;http://cache.nxp.com/files/soft_dev_tools/doc/user_guide/56800E_Floating-Point_Library.pdf?fsrch=1&amp;amp;sr=2&amp;amp;pageNum=1,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to add this Library to my project, in CodeWarrior 10.6&amp;nbsp; install floder, I can,t find &lt;SPAN style="font-size: 12pt; color: #000000;"&gt;fpieee.h this file.&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #000000;"&gt;Who can help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #000000;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2016 10:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MC56F8323-How-to-use-IEEE-754-Compliant-Floating-Point-Library/m-p/460935#M3452</guid>
      <dc:creator>锋方</dc:creator>
      <dc:date>2016-05-28T10:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F8323 How to use IEEE-754 Compliant Floating-Point Library in codewarrior 10.6</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MC56F8323-How-to-use-IEEE-754-Compliant-Floating-Point-Library/m-p/460936#M3453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Feng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;The fplib only exists in Classic CodeWarrior. User can find its example projects under CodeWarrior folder:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;C:\Program Files (x86)\Freescale\CodeWarrior for DSC56800E v8.3\(CodeWarrior_Examples)\Floating Point Examples&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;The functionality that this lib supports includes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1. Basic floating-point operations: addition, subtraction, multiplication, division&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;2. Conversion to and from integer (16-bit and 32-bit) and floating-point format, both round-to-nearest-even and toward-zero versions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;3. Comparison functions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;4. Rounding functions: floor, ceil, round, trunc, rint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;5. Function for controlling floating-point state as defined in [2]: getround, setround, testexcept, getexceptflag, setexceptflag, clearexcept&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;What kind of function do you need? Indeed, 56800E compiler itself does have support for C99 support functions, including trigonometric, hyperbolic, power, absolute value functions, exponential and logarithmic functions. User does not need to use fplib. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 06:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MC56F8323-How-to-use-IEEE-754-Compliant-Floating-Point-Library/m-p/460936#M3453</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-05-30T06:20:04Z</dc:date>
    </item>
  </channel>
</rss>

