Searched defs:A1 (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_abc.py139 class A1(A): class in function:TestABC.test_registration_edge_cases
141 self.assertRaises(RuntimeError, A1.register, A) # cycles not allowed
144 A1.register(B) # ok
145 A1.register(B) # should pass silently
H A Dtest_descr.py1353 class A1(object): class in function:.test_errors
1358 class B(A1, A2):
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
H A Darm_math.h1818 q15_t A1; member in struct:__anon98
1821 q31_t A1; /**< The derived gain A1 = -Kp - 2Kd | Kd.*/ member in struct:__anon98
1835 q31_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member in struct:__anon99
1850 float32_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member in struct:__anon100
5033 * y[n] = y[n-1] + A0 * x[n] + A1 * x[n-1] + A2 * x[n-2]
5035 * A1 = (-Kp ) - (2 * Kd )
5053 * The Gains A0, A1, A
[all...]

Completed in 73 milliseconds