Declaration ​
pascal
function Div127(Value: Word): Word;Parameters ​
| Parameter | Type | Description |
|---|---|---|
Value | Word | 16-bit word input value. |
Returns ​
| Type | Description |
|---|---|
Word | Result of Value div 127. |
Description ​
Div127 performs fast integer division by 127 for small integer inputs using fixed-point multiplication and shift arithmetic.