Home
last modified time | relevance | path

Searched refs:A1 (Results 1 – 6 of 6) sorted by relevance

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h99 const float A1 = 0.11512924730777740478515625f; in decibels_to_linear()
103 return ((A3 * x + A2)*x2 + (A1 * x + A0)) * db_to_linear[i+100]; in decibels_to_linear()
150 const float A1 = 3.6505267620086669921875f; in linear_to_decibels() local
155 return ((A5 * x + A4)*x4 + (A3 * x + A2)*x2 + (A1 * x + A0)) * 20.0f in linear_to_decibels()
173 const float A1 = 1.5707910060882568359375f; in warp_sinf()
177 return x * ((A7 * x2 + A5) * x4 + (A3 * x2 + A1)); in warp_sinf()
Ddrc_kernel.c565 const float32x4_t A1 = vdupq_n_f32(1.5707910060882568359375f); in dk_compress_output() local
616 [A1]"w"(A1), in dk_compress_output()
674 [A1]"w"(A1), in dk_compress_output()
704 const __m128 A1 = _mm_set1_ps(1.5707910060882568359375f); in dk_compress_output() local
763 [A1]"x"(A1), in dk_compress_output()
779 __m128 A1 = _mm_set1_ps(1.5707910060882568359375f); in dk_compress_output() local
834 [A1]"x"(A1), in dk_compress_output()
/device/htc/flounder/nfc/
Dlibnfc-brcm-20795a10.conf34 …00:BB:00:E4:00:0A:01:02:D6:0D:00:02:02:00:00:00:00:01:00:01:59:00:85:B2:02:A1:05:C8:1E:06:1F:00:0A…
/device/linaro/hikey/
DREADME58 Schematics: https://www.96boards.org/wp-content/uploads/2015/02/96Boards-Hikey-Rev-A1.pdf
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h1818 q15_t A1; member
1821 q31_t A1; /**< The derived gain A1 = -Kp - 2Kd | Kd.*/ member
1835 q31_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member
1850 float32_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member
5096 (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]); in arm_pid_f32()
5134 acc += (q63_t) S->A1 * S->state[0]; in arm_pid_q31()
5188 acc = __SMLALD(S->A1, (q31_t) *vstate, acc); in arm_pid_q15()
5195 acc += (q31_t) S->A1 * S->state[0]; in arm_pid_q15()
/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde30 #define RELAY2 A1