Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_LowLevel🞂Div127Function

Div127

Fast integer division by 127 with limited range.

Declaration ​

pascal
function Div127(Value: Word): Word;

Parameters ​

ParameterTypeDescription
ValueWord16-bit word input value.

Returns ​

TypeDescription
WordResult of Value div 127.

Description ​

Div127 performs fast integer division by 127 for small integer inputs using fixed-point multiplication and shift arithmetic.

See also ​