Home
last modified time | relevance | path

Searched refs:amp (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/script_api/
Drs_matrix.spec34 …transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)…
294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp
298 rsMatrixLoadMultiply (&amp;m2r, &amp;m2r, &amp;m2l), use rsMatrixMultiply (&amp;m2r, &amp;m2l).
299 rsMatrixLoadMultiply (&amp;m2l, &amp;m2r, &amp;m2l) works as expected.
Drs_atomic.spec61 i.e. <code>*addr &amp;= value</code>.
Drs_math.spec1065 For example, <code>fract(1.3f, &amp;val)</code> returns 0.3f and sets val to 1.f.
1066 <code>fract(-1.3f, &amp;val)</code> returns 0.7f and sets val to -2.f.
2921 …For example, an implementation of @sin(x) could call <code>remquo(x, PI / 2.f, &amp;quadrant)</cod…
2924 Example: <code>remquo(-23.5f, 8.f, &amp;quot)</code> sets the lowest three bits of quot to 3
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp513 uint8_t amp = static_cast<uint8_t>(amplitude * std::numeric_limits<uint8_t>::max()); in setAmplitude() local
514 auto result = getHal()->setAmplitude(amp); in setAmplitude()