Home
last modified time | relevance | path

Searched refs:truncate_to_WORD (Results 1 – 3 of 3) sorted by relevance

/dports/astro/siril/siril/src/core/
H A Darithm.c203 abuf[i] = truncate_to_WORD(aval + bval); in imoper_to_ushort()
206 abuf[i] = truncate_to_WORD(aval - bval); in imoper_to_ushort()
254 abuf[i] = truncate_to_WORD(aval + bval); in imoper_to_ushort()
257 abuf[i] = truncate_to_WORD(aval - bval); in imoper_to_ushort()
H A Dproto.h78 WORD truncate_to_WORD(int x);
H A Dutils.c165 WORD truncate_to_WORD(int x) { in truncate_to_WORD() function