MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / ftofix

Function ftofix

include/fixedmath.h:185–198  ·  view source on GitHub ↗

* \fn fixed ftofix (double x) * \brief Converts a float point value to a fixed point value. * * This function converts the specified float point value \a x to * a fixed point value. * * \note The float point should be ranged from -32767.0 to 32767.0. * If it runs out of the range, this function sets \a errno to \a ERANGE. * * \sa fixtof */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

fixhypotFunction · 0.85
increase_vhFunction · 0.85
calc_3dbox_colorFunction · 0.85
draw_trackbarFunction · 0.85
increase_vhFunction · 0.85
calc_3dbox_colorFunction · 0.85
draw_trackbarFunction · 0.85
increase_vhFunction · 0.85
calc_3dbox_colorFunction · 0.85
draw_trackbarFunction · 0.85
draw_trackbarFunction · 0.85
SplineToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected