Home
last modified time | relevance | path

Searched refs:d1b (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/DSP_Lib/FilteringFunctions/
H A Darm_biquad_cascade_stereo_df2T_f32.c193 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
413 pState[2] = d1b; in arm_biquad_cascade_stereo_df2T_f32()
443 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
479 *pState++ = d1b; in arm_biquad_cascade_stereo_df2T_f32()
515 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
557 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
576 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
595 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
612 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
649 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/DSP_Lib/FilteringFunctions/
H A Darm_biquad_cascade_stereo_df2T_f32.c193 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
413 pState[2] = d1b; in arm_biquad_cascade_stereo_df2T_f32()
443 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
479 *pState++ = d1b; in arm_biquad_cascade_stereo_df2T_f32()
515 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
557 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
576 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
595 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
612 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
649 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/
H A Darm_biquad_cascade_stereo_df2T_f32.c193 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
413 pState[2] = d1b; in arm_biquad_cascade_stereo_df2T_f32()
443 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
479 *pState++ = d1b; in arm_biquad_cascade_stereo_df2T_f32()
515 d1b = pState[2]; in arm_biquad_cascade_stereo_df2T_f32()
557 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
576 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
595 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
612 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
649 d1b = A1b + d2b; in arm_biquad_cascade_stereo_df2T_f32()
[all …]
/dports/devel/R-cran-broom/broom/tests/testthat/
H A Dtest-stats-decompose.R12 d1b <- stats::decompose(nottem, type = "multiplicative") globalVar
16 a1b <- augment(d1b)
/dports/net/ndpi/nDPI-92a1be2/tests/result/
H A Dquic-23.pcap.out9 1 2e4a:774d:26fd:7f9b:785b:2d1b:4f8a:63c7 1
12 …1 UDP [2e4a:774d:26fd:7f9b:785b:2d1b:4f8a:63c7]:50339 <-> [3bcc:9991:faba:bae1:cd2a:e2fd:b3be:c5ab…
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dasync_transform.cu182 thrust::device_vector<T> d1b(n); in operator ()() local
197 auto f0b = invoke_async(d0b.begin(), d0b.end(), d1b.begin(), op); in operator ()()
217 ASSERT_EQUAL(h1, d1b); in operator ()()
489 thrust::device_vector<T> d1b(n); in operator ()() local
507 f0b = transform(d0b.begin(), d0b.end(), d1b.begin(), op); in operator ()()
520 ASSERT_EQUAL(h1, d1b); in operator ()()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d61 const int d1a = d1b;
62 const int d1b = d1a; // CTFE error variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dfloat-exact-1.c71 static const double d1b = variable
3155 || d1b != d1be in main()

12345678910>>...40