Searched refs:A1 (Results 1 - 11 of 11) sorted by path

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
H A Darm_math.h1818 q15_t A1; member in struct:__anon141
1821 q31_t A1; /**< The derived gain A1 = -Kp - 2Kd | Kd.*/ member in struct:__anon141
1835 q31_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member in struct:__anon142
1850 float32_t A1; /**< The derived gain, A1 = -Kp - 2Kd. */ member in struct:__anon143
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...]
/device/google/dragon/audio/hal/dsp/
H A Ddrc_kernel.c565 const float32x4_t A1 = vdupq_n_f32(1.5707910060882568359375f); local
585 "vmov.f32 %q[tmp2], %q[A1] \n"
616 [A1]"w"(A1),
644 "vmov.f32 %q[tmp2], %q[A1] \n"
674 [A1]"w"(A1),
704 const __m128 A1 = _mm_set1_ps(1.5707910060882568359375f); local
732 "addps %[A1], %[tmp2] \n"
763 [A1]"
779 __m128 A1 = _mm_set1_ps(1.5707910060882568359375f); local
[all...]
H A Ddrc_math.h99 const float A1 = 0.11512924730777740478515625f;
103 return ((A3 * x + A2)*x2 + (A1 * x + A0)) * db_to_linear[i+100];
150 const float A1 = 3.6505267620086669921875f;
155 return ((A5 * x + A4)*x4 + (A3 * x + A2)*x2 + (A1 * x + A0)) * 20.0f
173 const float A1 = 1.5707910060882568359375f;
177 return x * ((A7 * x2 + A5) * x4 + (A3 * x2 + A1));
/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Durllib2.py1007 A1 = "%s:%s:%s" % (user, realm, pw)
1021 respdig = KD(H(A1), noncebit)
1023 respdig = KD(H(A1), "%s:%s" % (nonce, H(A2)))
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c22 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \
24 { UPDATE_1(p); i = (i + i) + 1; A1; }
52 #define GET_BIT2_CHECK(p, i, A0, A1) IF_BIT_0_CHECK(p) \
54 { UPDATE_1_CHECK; i = (i + i) + 1; A1; }
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c41 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \
43 { UPDATE_1(p); i = (i + i) + 1; A1; }
71 #define GET_BIT2_CHECK(p, i, A0, A1) IF_BIT_0_CHECK(p) \
73 { UPDATE_1_CHECK; i = (i + i) + 1; A1; }
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c41 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \
43 { UPDATE_1(p); i = (i + i) + 1; A1; }
71 #define GET_BIT2_CHECK(p, i, A0, A1) IF_BIT_0_CHECK(p) \
73 { UPDATE_1_CHECK; i = (i + i) + 1; A1; }
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dmath.h307 /** Compute the floating-point remainder of A1 / A2.
309 @param[in] A1 The dividend.
312 @return The remainder of A1 / A2 with the same sign as A1. If A2 is zero, the fmod function
315 double fmod(double A1, double A2);
/device/linaro/hikey/l-loader/
H A Dgenerate_ptable.sh39 sgdisk -n 1:0:+1M -t 1:0700 -u 1:496847AB-56A1-4CD5-A1AD-47F4ACF055C9 -c 1:"vrl" ${TEMP_FILE}
45 sgdisk -n 4:0:+8M -t 4:EF02 -u 4:496847AB-56A1-4CD5-A1AD-47F4ACF055C9 -c 4:"fastboot" ${TEMP_FILE}
63 sgdisk -n 1:0:+1M -t 1:0700 -u 1:496847AB-56A1-4CD5-A1AD-47F4ACF055C9 -c 1:"vrl" ${TEMP_FILE}
69 sgdisk -n 4:0:+8M -t 4:EF02 -u 4:496847AB-56A1-4CD5-A1AD-47F4ACF055C9 -c 4:"fastboot" ${TEMP_FILE}

Completed in 181 milliseconds