Searched refs:amp (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/script_api/ |
D | rs_matrix.spec | 34 …transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&combined, &s2, &s1)… 294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&combined, &s2, &… 298 rsMatrixLoadMultiply (&m2r, &m2r, &m2l), use rsMatrixMultiply (&m2r, &m2l). 299 rsMatrixLoadMultiply (&m2l, &m2r, &m2l) works as expected.
|
D | rs_atomic.spec | 61 i.e. <code>*addr &= value</code>.
|
D | rs_math.spec | 1065 For example, <code>fract(1.3f, &val)</code> returns 0.3f and sets val to 1.f. 1066 <code>fract(-1.3f, &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, &quadrant)</cod… 2924 Example: <code>remquo(-23.5f, 8.f, &quot)</code> sets the lowest three bits of quot to 3
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 513 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()
|