13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>Power and absolute-value functionsmath.htgmath.hDescriptioncbrtcbrtfcbrtlcbrtReturns the real cube root of x (=x 1/3 ). (Not implemented)fabsfabsffabslfabsReturns the absolute value of x (|x|). (abs, labs, llabs,div, ldiv, lldiv are defined in stdlib.h)fmafmaffmalfmaFloating-point multiply add. Returns x*y+z. (Notimplemented)hypothypotfhypotlhypotReturns the square root of x 2 +y 2 .powpowfpowlpowerReturns x raised to the power y (x y ).sqrtsqrtfsqrtlsqrtReturns the non-negative square root of x. x 0.Manipulation functions: copysign, nan, nextafter, nexttowardmath.htgmath.hDescriptioncopysign copysignf copysignll copysign Returns the value of x with the sign of y.nannanfnanl-Returns a quiet NaN, if available, with content indicatedthrough tagp.(Not implemented)nextafter nextafterf nextafterl nextafter Returns the next representable value in the specified<strong>for</strong>mat after x in the direction of y. Returns y is x=y.(Not implemented)nexttoward nexttowardf nexttowardl nexttoward Same as nextafter, except that the second argumentin all three variants is of type long double. Returns y ifx=y.(Not implemented)Positive difference, maximum, minimummath.htgmath.hDescriptionfdimfdimffdimlfdimReturns the positive difference between: |x-y|.(Not implemented)fmaxfmaxffmaxlfmaxReturns the maximum value of their arguments.(Not implemented)fminfminffminlfminReturns the minimum value of their arguments.(Not implemented)Error and gamma (Not implemented)math.htgmath.hDescriptionerferfferflerfComputes the error function of x.(Not implemented)752

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!