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

Function fixsub

include/fixedmath.h:266–286  ·  view source on GitHub ↗

* \fn fixed fixsub (fixed x, fixed y) * \brief Subtract a fixed point value from another. * * This function subtracts the fixed point values \a y from the fixed * point value \a x, and returns the difference. * * \param x The minuend. * \param y The subtrahend. * * \return The difference. If the result runs out of range of fixed point, * this function sets \a errno to \a ERANGE.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

RGB2HSVFunction · 0.85
HSV2RGBFunction · 0.85
calc_3dbox_colorFunction · 0.85
draw_trackbarFunction · 0.85
RGB2HSVFunction · 0.85
HSV2RGBFunction · 0.85
calc_3dbox_colorFunction · 0.85
draw_trackbarFunction · 0.85
RGB2HSVFunction · 0.85
HSV2RGBFunction · 0.85
calc_3dbox_colorFunction · 0.85
draw_trackbarFunction · 0.85

Calls

no outgoing calls

Tested by 2

RGB2HSVFunction · 0.68
HSV2RGBFunction · 0.68