Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 54) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dpi.py14 k, a, b, a1, b1 = 2, 4, 1, 12, 4
18 a, b, a1, b1 = a1, b1, p*a+q*a1, p*b+q*b1
20 d, d1 = a//b, a1//b1
23 a, a1 = 10*(a%b), 10*(a1%b1)
24 d, d1 = a//b, a1//b1
/device/google/dragon/audio/hal/dsp/
Dbiquad.c30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() argument
35 bq->b1 = b1 * a0_inv; in set_coefficient()
62 double b1 = 2 * 2 * alpha; in biquad_lowpass() local
67 set_coefficient(bq, b0, b1, b2, 1, a1, a2); in biquad_lowpass()
97 double b1 = 2 * -2 * alpha; in biquad_highpass() local
102 set_coefficient(bq, b0, b1, b2, 1, a1, a2); in biquad_highpass()
128 double b1 = 0; in biquad_bandpass() local
134 set_coefficient(bq, b0, b1, b2, a0, a1, a2); in biquad_bandpass()
174 double b1 = 2 * A * (a_minus_one - a_plus_one * k); in biquad_lowshelf() local
180 set_coefficient(bq, b0, b1, b2, a0, a1, a2); in biquad_lowshelf()
[all …]
Dcrossover2.c16 lr42->b1 = q.b1; in lr42_set()
42 float32x4_t b1 = {lp->b1, hp->b1, lp->b1, hp->b1}; in lr42_split() local
93 [b1]"w"(b1), in lr42_split()
128 __m128 b1 = {lp->b1, hp->b1, lp->b1, hp->b1}; in lr42_split() local
196 [b1]"x"(b1), in lr42_split()
230 float lb1 = lp->b1; in lr42_split()
242 float hb1 = hp->b1; in lr42_split()
326 float32x4_t b1 = {lp->b1, hp->b1, lp->b1, hp->b1}; in lr42_merge() local
372 [b1]"w"(b1), in lr42_merge()
406 __m128 b1 = {lp->b1, hp->b1, lp->b1, hp->b1}; in lr42_merge() local
[all …]
Deq.c53 float b1 = q->b1; in eq_process1() local
60 + b1*x1 + b2*x2 in eq_process1()
88 float b1 = q->b1; in eq_process() local
95 + b1*x1 + b2*x2 in eq_process()
115 float qb1 = q->b1; in eq_process()
123 float rb1 = r->b1; in eq_process()
Deq2.c63 float b1L = qL->b1; in eq2_process_one()
73 float b1R = qR->b1; in eq2_process_one()
128 float32x2_t qb1 = {qL->b1, qR->b1}; in eq2_process_two_neon()
136 float32x2_t rb1 = {rL->b1, rR->b1}; in eq2_process_two_neon()
221 __m128 qb1 = {qL->b1, qR->b1}; in eq2_process_two_sse3()
229 __m128 rb1 = {rL->b1, rR->b1}; in eq2_process_two_sse3()
Dcrossover.c14 lr4->b1 = q.b1; in lr4_set()
43 float lb1 = lp->b1; in lr4_split()
55 float hb1 = hp->b1; in lr4_split()
116 float lb1 = lp->b1; in lr4_merge()
128 float hb1 = hp->b1; in lr4_merge()
Ddrc.c146 float b1 = -(z1 + z2); in emphasis_stage_pair_biquads() local
153 float alpha = (a0 + a1 + a2) / (b0 + b1 + b2); in emphasis_stage_pair_biquads()
156 emphasis->b1 = b1 * alpha; in emphasis_stage_pair_biquads()
161 float beta = (b0 + b1 + b2) / (a0 + a1 + a2); in emphasis_stage_pair_biquads()
164 deemphasis->b1 = a1 * beta; in emphasis_stage_pair_biquads()
166 deemphasis->a1 = b1; in emphasis_stage_pair_biquads()
Dbiquad.h22 float b0, b1, b2; member
Dcrossover.h21 float b0, b1, b2; member
Dcrossover2.h24 float b0, b1, b2; member
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
277 z1 = a1 + b1;
286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
298 bits32 b1,
310 z1 = a1 + b1;
324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
336 *z1Ptr = a1 - b1;
337 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
277 z1 = a1 + b1;
286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
298 bits32 b1,
310 z1 = a1 + b1;
324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
336 *z1Ptr = a1 - b1;
337 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellSortTestApp/
DShellSortTestApp.c33 Test(CONST VOID *b1, CONST VOID *b2) in Test() argument
35 if (*(INTN*)b1 == *(INTN*)b2) { in Test()
38 if (*(INTN*)b1 < *(INTN*)b2) { in Test()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros341 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
348 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
352 z1 = a1 + b1;
361 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
373 bits64 b1,
385 z1 = a1 + b1;
399 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
408 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
411 *z1Ptr = a1 - b1;
412 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dmisc.c175 Bigint *b1; local
204 b1 = Balloc(b->k+1);
205 if (b1 == NULL) {
209 Bcopy(b1, b);
211 b = b1;
396 Bigint *b1, *p5, *p51; local
428 b1 = mult(b, p5);
429 if (b1 == NULL)
431 b = b1;
466 Bigint *b1; local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpdeps.py80 (a, b), (a1, b1) = m_import.regs[:2]
82 (a, b), (a1, b1) = m_from.regs[:2]
84 words = line[a1:b1].split(',')
Dclassfix.py162 (a0, b0), (a1, b1), (a2, b2) = classprog.regs[:3]
166 head = line[:b1]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_bytes.py109 b1 = self.type2test([1, 2, 3])
113 self.assertEqual(b1, b2)
115 self.assertTrue(b1 <= b2)
116 self.assertTrue(b1 <= b3)
117 self.assertTrue(b1 < b3)
118 self.assertTrue(b1 >= b2)
122 self.assertFalse(b1 != b2)
124 self.assertFalse(b1 > b2)
125 self.assertFalse(b1 > b3)
126 self.assertFalse(b1 >= b3)
[all …]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp213 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb565() local
217 uint16_t rgb1 = ((r1 >> 3) << 11) | ((g1 >> 2) << 5) | (b1 >> 3); in yv12_to_rgb565()
259 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb888() local
265 rgb_ptr[(i-left)*rgb_stride+2] = b1; in yv12_to_rgb888()
304 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yuv420p_to_rgb888() local
310 rgb_ptr[(i-left)*rgb_stride+2] = b1; in yuv420p_to_rgb888()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcLowLevel.s107 mov b1 = r31
109 (p0) br.call.dptk.many b0 = b1;;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c457 Bigint *b1; in multadd() local
479 b1 = Balloc(b->k+1); in multadd()
480 if (b1 == NULL){ in multadd()
484 Bcopy(b1, b); in multadd()
486 b = b1; in multadd()
738 Bigint *b1, *p5, *p51; in pow5mult() local
763 b1 = mult(b, p5); in pow5mult()
765 b = b1; in pow5mult()
794 Bigint *b1, *p5, *p51; in pow5mult() local
814 b1 = mult(b, p5); in pow5mult()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c440 Bigint *b1; in multadd() local
462 b1 = Balloc(b->k+1); in multadd()
463 if (b1 == NULL){ in multadd()
467 Bcopy(b1, b); in multadd()
469 b = b1; in multadd()
721 Bigint *b1, *p5, *p51; in pow5mult() local
746 b1 = mult(b, p5); in pow5mult()
748 b = b1; in pow5mult()
777 Bigint *b1, *p5, *p51; in pow5mult() local
797 b1 = mult(b, p5); in pow5mult()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfilecmp.py67 b1 = fp1.read(bufsize)
69 if b1 != b2:
71 if not b1:
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.h80 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) argument
/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde108 byte b1, b2, b3, b4, c;
130 b1 = digitalRead(BUTTON1);
193 if (b != b1) {
197 b1 = b;

123