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

Function fixadd

include/fixedmath.h:229–249  ·  view source on GitHub ↗

* \fn fixed fixadd (fixed x, fixed y) * \brief Returns the sum of two fixed point values. * * This function adds two fixed point values \a x and \a y, and * returns the sum. * * \param x x,y: Two addends. * \param y x,y: Two addends. * \return The sum. If the result runs out of range of fixed point, * this function sets \a errno to \a ERANGE. * * \sa fixsub */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

RGB2HSVFunction · 0.85
increase_vhFunction · 0.85
draw_trackbarFunction · 0.85
RGB2HSVFunction · 0.85
increase_vhFunction · 0.85
draw_trackbarFunction · 0.85
RGB2HSVFunction · 0.85
increase_vhFunction · 0.85
draw_trackbarFunction · 0.85
RGB2HSVFunction · 0.85
gradient_colorFunction · 0.85
draw_trackbarFunction · 0.85

Calls

no outgoing calls

Tested by 1

RGB2HSVFunction · 0.68