Searched refs:A2 (Results 1 – 3 of 3) sorted by relevance
98 const float A2 = 6.628888659179210662841796875e-3f; in decibels_to_linear()103 return ((A3 * x + A2)*x2 + (A1 * x + A0)) * db_to_linear[i+100]; in decibels_to_linear()149 const float A2 = -6.1185703277587890625f; in linear_to_decibels() local155 return ((A5 * x + A4)*x4 + (A3 * x + A2)*x2 + (A1 * x + A0)) * 20.0f in linear_to_decibels()
1819 q15_t A2; member1836 q31_t A2; /**< The derived gain, A2 = Kd . */ member1851 float32_t A2; /**< The derived gain, A2 = Kd . */ member5096 (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]); in arm_pid_f32()5137 acc += (q63_t) S->A2 * S->state[1]; in arm_pid_q31()5196 acc += (q31_t) S->A2 * S->state[1]; in arm_pid_q15()
32 #define LIGHT_SENSOR A2