Lines Matching refs:adaptation
279 ### Parameter adaptation
283 <dt>Parameter adaptation<dt>
288 The adaptation function maps the syncer and client space. It:
313 With parameter adaptation, types can be even further parameterised.
315 adaptation over an n + m integer. </note>\
317 Parameter adaptation could be implemented by the syncer.
324 The following parameter adaptation **SHOULD** be supported
326 - Affine adaptation: `affAd(value) = slope * value + offset` where slope and
330 - Logarithm adaptation: `logAd(base, value) = ln(value) / ln(base)` where
337 A PF **MAY** offer Parameter adaptation composition. I.e. combine multiple parameter
338 adaptation
339 <note>E.g.: composing the affine and logarithm adaptation to
344 adaptation is always combined with the affine adaptation</ko>
1100 ### Endianess adaptation
1105 endianness adaptation would allow supporting those cases.